patrickvonplaten commited on
Commit
74b12a8
1 Parent(s): 0650f6b

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