Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yym6472 authored May 31, 2021
1 parent 8fe79b6 commit 33b186e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apex==0.1.0
```bash
python3 main.py --no_pair --seed 1 --use_apex_amp --apex_amp_opt_level O1 --batch_size 96 --max_seq_length 64 --evaluation_steps 200 --add_cl --cl_loss_only --cl_rate 0.15 --temperature 0.1 --learning_rate 0.0000005 --train_data stssick --num_epochs 10 --da_final_1 feature_cutoff --da_final_2 shuffle --cutoff_rate_final_1 0.2 --model_name_or_path [PRETRAINED_BERT_FOLDER] --model_save_path ./output/unsup-base-feature_cutoff-shuffle --force_del --no_dropout --patience 10
```
where \[PRETRAINED_BERT_FOLDER\] should be replaced to the folder that contains downloaded pre-trained language model
where `[PRETRAINED_BERT_FOLDER]` should be replaced to the folder that contains downloaded pre-trained language model

## Citation
```
Expand All @@ -35,4 +35,4 @@ apex==0.1.0
journal={arXiv preprint arXiv:2105.11741},
year={2021}
}
```
```

0 comments on commit 33b186e

Please sign in to comment.