Skip to content

Commit 5dc2b26

Browse files
authored
Update README.md
1 parent 730f134 commit 5dc2b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ How to run the code?
3636
2. Modify the `paths.py` to add the pretrained embedding and the dataset
3737
3. Run following commands
3838
```
39-
cd V0
4039
python preprocess.py (add '--clip_msra' if you need to train FLAT on MSRA NER dataset)
40+
cd V0 (without Bert) / V1 (with Bert)
4141
python flat_main.py --dataset <dataset_name> (ontonotes, msra, weibo or resume)
4242
```
4343

@@ -89,8 +89,8 @@ Numpy: 1.16.4
8989
2. 修改 `paths.py` 来添加预训练的 embedding 和你的数据集
9090
3. 运行下面的代码
9191
```
92-
cd V0
9392
python preprocess.py (add '--clip_msra' if you need to train FLAT on MSRA NER dataset)
93+
cd V0 (without Bert) / V1 (with Bert)
9494
python flat_main.py --dataset <dataset_name> (ontonotes, msra, weibo or resume)
9595
```
9696

0 commit comments

Comments
 (0)