patrickvonplaten commited on
Commit
4d072f6
·
1 Parent(s): deb1cc1

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