Skip to content

Commit 8f64fdd

Browse files
committed
error fixing
1 parent f3e4e5d commit 8f64fdd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/source/training.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ You can use the following terminal command with your own argument values to run.
6666
--train_batch_size 4 \
6767
--eval_batch_size 8 \
6868
--grad_accumulation_steps 2 \
69+
--max_seq_len 50 \
6970
--log_per_updates 25 \
7071
--save_per_updates 1000 \
71-
--eval_while_train True \
72-
--test_while_train True \
73-
--max_seq_len 50 \
74-
--silent True
72+
--eval_while_train \
73+
--test_while_train \
74+
--silent
7575
7676
Logs and tensorboard
7777
--------------------

examples/intent_ner_fragment/tasks_file_snips.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ intent:
2424
loss_type: CrossEntropyLoss
2525
task_type: SingleSenClassification
2626
file_names:
27-
- int_snips_train.tsv
28-
- int_snips_dev.tsv
29-
- int_snips_test.tsv
27+
- intent_snips_train.tsv
28+
- intent_snips_dev.tsv
29+
- intent_snips_test.tsv
3030

3131

3232
fragdetect:

0 commit comments

Comments
 (0)