patrickvonplaten commited on
Commit
41029e0
1 Parent(s): fdecefa

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