We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6ef11 commit 4e56ba5Copy full SHA for 4e56ba5
examples/language_model/ernie/README.md
@@ -8,6 +8,10 @@ ERNIE在情感分析、文本匹配、自然语言推理、词法分析、阅读
8
9
本示例简要开源了ERNIE的预训练代码。
10
11
+### 环境依赖
12
+- visualdl
13
+安装命令 `pip install visualdl`
14
+
15
### 使用方法
16
17
用户需要下载样例数据和词表文件,即可运行预训练脚本,训练ERNIE Base模型。
examples/language_model/gpt/README.md
@@ -28,7 +28,8 @@ GPT-[2](https://cdn.openai.com/better-language-models/language_models_are_unsupe
28
- regex
29
- sentencepiece
30
- tqdm
31
-安装命令 `pip install regex sentencepiece tqdm`
32
+安装命令 `pip install regex sentencepiece tqdm visualdl`
33
34
### 数据准备
35
requirements.txt
@@ -1,7 +1,6 @@
1
-visualdl
2
jieba
3
h5py
4
colorlog
5
colorama
6
seqeval
7
-multiprocess
+multiprocess
0 commit comments