9 lines
188 B
Bash
9 lines
188 B
Bash
|
|
python evaluate.py \
|
||
|
|
--model_path ./checkpoint \
|
||
|
|
--test_path ./data/data.txt \
|
||
|
|
--batch_size 16 \
|
||
|
|
--device gpu \
|
||
|
|
--debug \
|
||
|
|
--max_seq_len 256 \
|
||
|
|
--schema_lang ch
|