File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
examples/intent_ner_fragment Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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--------------------
Original file line number Diff line number Diff 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
3232fragdetect :
You can’t perform that action at this time.
0 commit comments