Skip to content

Commit 2d5c6f6

Browse files
committed
Fixed Docs
1 parent 4ce076c commit 2d5c6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unsupervised_learning/SCT/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Training via SCT requires an unsupervised corpus, which is readily available for
1212
python train_sct_distillation.py \
1313
--model-name indobenchmark/indobert-base-p1 \
1414
--train-dataset-name LazarusNLP/wikipedia_id_backtranslated \
15-
--train_text_column_1 text \
16-
--do_corrupt \
15+
--train-text-column-1 text \
16+
--do-corrupt \
1717
--max-seq-length 128 \
1818
--num-epochs 20 \
1919
--train-batch-size 128 \

0 commit comments

Comments
 (0)