Files
GPT2-Chinese/cache/make_vocab.sh
2019-10-16 16:07:03 +08:00

4 lines
114 B
Bash

python make_vocab.py \
--raw_data_path ../data/train.json \
--vocab_file vocab_user.txt \
--vocab_size 50000