Skip to content

Commit 7a6ef11

Browse files
authored
Add vdl dependency in word emb (#807)
1 parent ac84075 commit 7a6ef11

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/word_embedding/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ PaddleNLP已预置多个公开的预训练Embedding,用户可以通过使用`p
77

88
## 快速开始
99

10+
### 环境依赖
11+
12+
- visualdl
13+
14+
安装命令:`python -m pip install visualdl -i https://mirror.baidu.com/pypi/simple`
15+
16+
1017
### 启动训练
1118

1219
我们以中文情感分类公开数据集ChnSentiCorp为示例数据集,可以运行下面的命令,在训练集(train.tsv)上进行模型训练,并在验证集(dev.tsv)验证。训练时会自动下载词表dict.txt,用于对数据集进行切分,构造数据样本。

0 commit comments

Comments
 (0)