This commit is contained in:
Sylvain Gugger 2020-11-09 11:50:51 -05:00
parent 908a28894c
commit 5c766ecb50

View File

@ -21,7 +21,7 @@ export NUM_EPOCHS=3
export SAVE_STEPS=750
export SEED=1
python3 _old.py \
python3 run_ner_old.py \
--task_type POS \
--data_dir . \
--model_name_or_path $BERT_MODEL \