kssteven commited on
Commit
d095451
1 Parent(s): 8ac89ab

readme fix

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -77,6 +77,7 @@ Otherwise, HF will not reset the optimizer, scheduler, or trainer state for the
77
  Finally, you will be able to run integer-only finetuning simply by loading the checkpoint file you modified.
78
  Note that the only difference in the example command below is `model_name_or_path`.
79
 
 
80
  python examples/text-classification/run_glue.py \
81
  --model_name_or_path $CHECKPOINT_DIR
82
  --task_name MRPC \
@@ -89,6 +90,7 @@ python examples/text-classification/run_glue.py \
89
  --learning_rate 1e-6 \
90
  --num_train_epochs 10 \
91
  --output_dir $OUTPUT_DIR
 
92
 
93
 
94
  ## Citation info
77
  Finally, you will be able to run integer-only finetuning simply by loading the checkpoint file you modified.
78
  Note that the only difference in the example command below is `model_name_or_path`.
79
 
80
+ ```
81
  python examples/text-classification/run_glue.py \
82
  --model_name_or_path $CHECKPOINT_DIR
83
  --task_name MRPC \
90
  --learning_rate 1e-6 \
91
  --num_train_epochs 10 \
92
  --output_dir $OUTPUT_DIR
93
+ ```
94
 
95
 
96
  ## Citation info