shiftxie commited on
Commit
760089a
1 Parent(s): f7180e7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the minds14 dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 2.6456
22
- - Accuracy: 0.0531
23
 
24
  ## Model description
25
 
@@ -47,22 +47,20 @@ The following hyperparameters were used during training:
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_ratio: 0.1
50
- - num_epochs: 10
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
- | No log | 0.8 | 3 | 2.6344 | 0.0796 |
57
- | No log | 1.8 | 6 | 2.6358 | 0.0708 |
58
- | No log | 2.8 | 9 | 2.6383 | 0.0796 |
59
- | 3.2301 | 3.8 | 12 | 2.6401 | 0.0619 |
60
- | 3.2301 | 4.8 | 15 | 2.6438 | 0.0531 |
61
- | 3.2301 | 5.8 | 18 | 2.6459 | 0.0442 |
62
- | 3.2295 | 6.8 | 21 | 2.6452 | 0.0442 |
63
- | 3.2295 | 7.8 | 24 | 2.6453 | 0.0619 |
64
- | 3.2295 | 8.8 | 27 | 2.6454 | 0.0442 |
65
- | 3.2267 | 9.8 | 30 | 2.6456 | 0.0531 |
66
 
67
 
68
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the minds14 dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 2.6391
22
+ - Accuracy: 0.0885
23
 
24
  ## Model description
25
 
 
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 100
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | 3.2283 | 11.53 | 35 | 2.6432 | 0.1062 |
57
+ | 3.4248 | 23.27 | 70 | 2.6394 | 0.0973 |
58
+ | 3.4245 | 34.8 | 105 | 2.6404 | 0.0442 |
59
+ | 3.2245 | 46.53 | 140 | 2.6405 | 0.0531 |
60
+ | 3.2287 | 58.27 | 175 | 2.6416 | 0.0796 |
61
+ | 3.2289 | 69.8 | 210 | 2.6424 | 0.0973 |
62
+ | 3.2252 | 81.53 | 245 | 2.6396 | 0.1062 |
63
+ | 3.424 | 93.27 | 280 | 2.6391 | 0.0885 |
 
 
64
 
65
 
66
  ### Framework versions