4 lines
114 B
Bash
4 lines
114 B
Bash
python make_vocab.py \
|
|
--raw_data_path ../data/train.json \
|
|
--vocab_file vocab_user.txt \
|
|
--vocab_size 50000 |