juliensimon HF staff commited on
Commit
0763a50
1 Parent(s): 2559184

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -49,7 +49,7 @@ The model can spot one of the following keywords: "Yes", "No", "Up", "Down", "Le
49
 
50
  TBD
51
 
52
- ###Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 3e-05
@@ -63,7 +63,7 @@ The following hyperparameters were used during training:
63
  - lr_scheduler_warmup_ratio: 0.1
64
  - num_epochs: 10
65
 
66
- ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
@@ -79,7 +79,7 @@ The following hyperparameters were used during training:
79
  | 0.7975 | 10.0 | 830 | 0.5256 | 0.9721 |
80
 
81
 
82
- ### Framework versions
83
 
84
  - Transformers 4.20.1
85
  - Pytorch 1.11.0+cu102
 
49
 
50
  TBD
51
 
52
+ #### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 3e-05
 
63
  - lr_scheduler_warmup_ratio: 0.1
64
  - num_epochs: 10
65
 
66
+ #### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
 
79
  | 0.7975 | 10.0 | 830 | 0.5256 | 0.9721 |
80
 
81
 
82
+ #### Framework versions
83
 
84
  - Transformers 4.20.1
85
  - Pytorch 1.11.0+cu102