patrickvonplaten commited on
Commit
1f2b16b
1 Parent(s): 6a40a11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -16
README.md CHANGED
@@ -4,6 +4,7 @@ language:
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
 
7
  datasets:
8
  - glue
9
  metrics:
@@ -55,22 +56,7 @@ This model is trained using the [run_glue](https://github.com/huggingface/transf
55
  ```bash
56
  #!/usr/bin/bash
57
 
58
- python ../run_glue.py \
59
- --model_name_or_path bert-base-cased \
60
- --task_name stsb \
61
- --do_train \
62
- --do_eval \
63
- --max_seq_length 512 \
64
- --per_device_train_batch_size 16 \
65
- --learning_rate 2e-5 \
66
- --num_train_epochs 3 \
67
- --output_dir bert-base-cased-finetuned-stsb \
68
- --push_to_hub \
69
- --hub_strategy all_checkpoints \
70
- --logging_strategy epoch \
71
- --save_strategy epoch \
72
- --evaluation_strategy epoch \
73
- ```
74
 
75
  ### Training hyperparameters
76
 
 
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
7
+ - fnet-bert-base-comparison
8
  datasets:
9
  - glue
10
  metrics:
 
56
  ```bash
57
  #!/usr/bin/bash
58
 
59
+ python ../run_glue.py \\n --model_name_or_path bert-base-cased \\n --task_name stsb \\n --do_train \\n --do_eval \\n --max_seq_length 512 \\n --per_device_train_batch_size 16 \\n --learning_rate 2e-5 \\n --num_train_epochs 3 \\n --output_dir bert-base-cased-finetuned-stsb \\n --push_to_hub \\n --hub_strategy all_checkpoints \\n --logging_strategy epoch \\n --save_strategy epoch \\n --evaluation_strategy epoch \\n```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
 
61
  ### Training hyperparameters
62