patrickvonplaten commited on
Commit
1202b8d
1 Parent(s): 2446d83

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:
@@ -59,22 +60,7 @@ This model is trained using the [run_glue](https://github.com/huggingface/transf
59
  ```bash
60
  #!/usr/bin/bash
61
 
62
- python ../run_glue.py \
63
- --model_name_or_path bert-base-cased \
64
- --task_name qqp \
65
- --do_train \
66
- --do_eval \
67
- --max_seq_length 512 \
68
- --per_device_train_batch_size 16 \
69
- --learning_rate 2e-5 \
70
- --num_train_epochs 3 \
71
- --output_dir bert-base-cased-finetuned-qqp \
72
- --push_to_hub \
73
- --hub_strategy all_checkpoints \
74
- --logging_strategy epoch \
75
- --save_strategy epoch \
76
- --evaluation_strategy epoch \
77
- ```
78
 
79
 
80
  ### Training hyperparameters
 
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
7
+ - fnet-bert-base-comparison
8
  datasets:
9
  - glue
10
  metrics:
 
60
  ```bash
61
  #!/usr/bin/bash
62
 
63
+ python ../run_glue.py \\n --model_name_or_path bert-base-cased \\n --task_name qqp \\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-qqp \\n --push_to_hub \\n --hub_strategy all_checkpoints \\n --logging_strategy epoch \\n --save_strategy epoch \\n --evaluation_strategy epoch \\n```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
 
65
 
66
  ### Training hyperparameters