From 5c766ecb50a075163efda6e3ff8f1138aedcf31b Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Mon, 9 Nov 2020 11:50:51 -0500 Subject: [PATCH] Fix typo --- examples/token-classification/run_pos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/token-classification/run_pos.sh b/examples/token-classification/run_pos.sh index f4e05058a3..50aed87d4d 100755 --- a/examples/token-classification/run_pos.sh +++ b/examples/token-classification/run_pos.sh @@ -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 \