cstorm125 commited on
Commit
dcb64bb
1 Parent(s): 921f2ba

minor text fix

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -10,7 +10,7 @@ Trained with [thai2transformers](https://github.com/vistec-AI/thai2transformers/
10
 
11
  Run with:
12
  ```
13
- export MODEL_NAME=airesearch/wangchanberta-base-wiki-20210520-news-spm_span-mask
14
  CUDA_LAUNCH_BLOCKING=1 python train_question_answering_lm_finetuning.py \
15
  --model_name $MODEL_NAME \
16
  --dataset_name chimera_qa \
@@ -18,6 +18,5 @@ CUDA_LAUNCH_BLOCKING=1 python train_question_answering_lm_finetuning.py \
18
  --log_dir $MODEL_NAME-finetune-chimera_qa-log \
19
  --model_max_length 400 \
20
  --pad_on_right \
21
- --fp16 \
22
- --use_auth_token
23
- ```
10
 
11
  Run with:
12
  ```
13
+ export MODEL_NAME=airesearchth/wangchanberta-base-wiki-20210520-news-spm
14
  CUDA_LAUNCH_BLOCKING=1 python train_question_answering_lm_finetuning.py \
15
  --model_name $MODEL_NAME \
16
  --dataset_name chimera_qa \
18
  --log_dir $MODEL_NAME-finetune-chimera_qa-log \
19
  --model_max_length 400 \
20
  --pad_on_right \
21
+ --fp16
22
+ ```