Skip to content

Commit

Permalink
Update run_ner_crf.sh
Browse files Browse the repository at this point in the history
路径变量名拼写错误
  • Loading branch information
Sanchez2020 authored Jun 1, 2020
1 parent b659726 commit c1b4539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_version/scripts/run_ner_crf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python run_ner_crf.py \
--do_train \
--do_eval \
--do_lower_case \
--data_dir=$GLUE_DIR/${TASK_NAME}/ \
--data_dir=$CLUE_DIR/${TASK_NAME}/ \
--train_max_seq_length=128 \
--eval_max_seq_length=512 \
--per_gpu_train_batch_size=24 \
Expand Down

0 comments on commit c1b4539

Please sign in to comment.