This commit is contained in:
xxupiano 2021-09-12 20:28:58 +08:00
parent 38c99549e2
commit f6d90770e9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ git clone git@github.com:zjunlp/DeepKE.git
- `valid.txt`:存放验证数据集
- `test.txt`:存放测试数据集
- 先进行训练训练后的模型参数保存在out_ner文件夹中
- 先进行训练,训练后的模型参数保存在`out_ner`文件夹中
```
python run.py --data_dir=data/ --bert_model=bert-base-cased --task_name=ner --output_dir=out_ner --max_seq_length=128 --do_train --num_train_epochs 5 --do_eval --warmup_proportion=0.1