自然语言处理NLP星空智能对话机器人系列:深入理解Transformer自然语言处理 Text completion with GPT-2 step3-5
目录
Step 3: Installing the requirements
- Step 3: Installing the requirements
- Step 4: Checking the version of TensorFlow
- Step 5: Downloading the 345M parameter GPT-2 model
- 星空智能对话机器人系列博客
实验运行环境:
- Fire 0.1.3 to generate command-line interfaces (CLIs)
- regex 2017.4.5 for regex usage
- Requests 2.21.0, an HTTP library
- tqdm 4.31.1 to display a progress meter for loops
#@title Step 3: Installing the requirements