Commit f4e935ff authored by szr712's avatar szr712

增加requirement

parent 2e453384
......@@ -3,8 +3,8 @@
python train_token_classification.py -src_data data/pinyin_new_split.txt -trg_data data/hanzi_new_split.txt -epochs 100 -model_name token_classification_split_new -src_voc ./data/voc/pinyin.txt -trg_voc ./data/voc/hanzi.txt
```
parameters:
- -src_data 拼音文件
- -trg_data 汉字文件
- -src_data 拼音文件(或路径)
- -trg_data 汉字文件(或路径)
- -epochs 训练epoch
- -model_name 模型名称
- -src_voc 拼音字典
......
dill==0.3.4
Distance==0.1.3
multiprocess==0.70.12.2
numpy==1.21.2
pandas==1.3.2
pypinyin==0.43.0
regex==2021.8.21
spacy==3.1.3
torch==1.6.0
torchtext==0.7.0
tqdm==4.62.2
xpinyin==0.7.6
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment