File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ How to run the code?
36362 . Modify the ` paths.py ` to add the pretrained embedding and the dataset
37373 . Run following commands
3838```
39- cd V0
4039python preprocess.py (add '--clip_msra' if you need to train FLAT on MSRA NER dataset)
40+ cd V0 (without Bert) / V1 (with Bert)
4141python flat_main.py --dataset <dataset_name> (ontonotes, msra, weibo or resume)
4242```
4343
@@ -89,8 +89,8 @@ Numpy: 1.16.4
89892 . 修改 ` paths.py ` 来添加预训练的 embedding 和你的数据集
90903 . 运行下面的代码
9191```
92- cd V0
9392python preprocess.py (add '--clip_msra' if you need to train FLAT on MSRA NER dataset)
93+ cd V0 (without Bert) / V1 (with Bert)
9494python flat_main.py --dataset <dataset_name> (ontonotes, msra, weibo or resume)
9595```
9696
You can’t perform that action at this time.
0 commit comments