自然语言处理NLP星空智能对话机器人系列:深入理解Transformer自然语言处理 Training a GPT-2 language model Steps 7 to 9
目录
Step 7: The N Shepperd training fi les
- Step 7: The N Shepperd training fi les
- Step 8: Encoding the dataset
- Step 9: Training the model
- 星空智能对话机器人系列博客
我们将使用的训练文件来自N Shepperd的GitHub存储库https://github.com/nshepperd/gpt-2,现在将它们复制到项目目录
#@title Step 7: Copying the N Shepperd Training Files
#Referfence GitHub repository: https://github.com/nshepperd/gpt-2
import os # import after run