JunxiongWang commited on
Commit
6805dd7
1 Parent(s): e57748f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -67,14 +67,14 @@ model = FlaxBiGSForMultipleChoice.from_pretrained('JunxiongWang/BiGS_128')
67
 
68
  ### GLUE Experiments
69
 
70
- GLUE is made up of a total of 9 different tasks. You can use this python [script](https://github.com/jxiw/BiGS/blob/main/run_glue2.py) to run GLUE tasks.
71
 
72
  We finetune BiGS on TPU-v3 with 8 cores. Since the batch size per device is 2, the total number of batch size is 16.
73
 
74
  ```
75
  export TASK_NAME=cola
76
 
77
- python run_glue2.py \
78
  --model_name_or_path JunxiongWang/BiGS_128 \
79
  --task_name $TASK_NAME \
80
  --max_seq_length 128 \
 
67
 
68
  ### GLUE Experiments
69
 
70
+ GLUE is made up of a total of 9 different tasks. You can use this python [script](https://github.com/jxiw/BiGS/blob/main/run_glue.py) to run GLUE tasks.
71
 
72
  We finetune BiGS on TPU-v3 with 8 cores. Since the batch size per device is 2, the total number of batch size is 16.
73
 
74
  ```
75
  export TASK_NAME=cola
76
 
77
+ python run_glue.py \
78
  --model_name_or_path JunxiongWang/BiGS_128 \
79
  --task_name $TASK_NAME \
80
  --max_seq_length 128 \