MachineWhisperer commited on
Commit
d6dd898
·
1 Parent(s): 6067a64

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - minds14
7
  metrics:
8
  - accuracy
9
  model-index:
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # my_awesome_mind_model
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: nan
22
- - Accuracy: 0.1062
23
 
24
  ## Model description
25
 
@@ -53,21 +53,21 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
- | No log | 0.8 | 3 | nan | 0.1062 |
57
- | No log | 1.8 | 6 | nan | 0.1062 |
58
- | No log | 2.8 | 9 | nan | 0.1062 |
59
- | 936.7812 | 3.8 | 12 | nan | 0.1062 |
60
- | 936.7812 | 4.8 | 15 | nan | 0.1062 |
61
- | 936.7812 | 5.8 | 18 | nan | 0.1062 |
62
- | 0.0 | 6.8 | 21 | nan | 0.1062 |
63
- | 0.0 | 7.8 | 24 | nan | 0.1062 |
64
- | 0.0 | 8.8 | 27 | nan | 0.1062 |
65
- | 0.0 | 9.8 | 30 | nan | 0.1062 |
66
 
67
 
68
  ### Framework versions
69
 
70
- - Transformers 4.26.0
71
- - Pytorch 1.12.0+cu113
72
- - Datasets 2.9.0
73
  - Tokenizers 0.13.2
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - audiofolder
7
  metrics:
8
  - accuracy
9
  model-index:
 
16
 
17
  # my_awesome_mind_model
18
 
19
+ This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6821
22
+ - Accuracy: 0.5914
23
 
24
  ## Model description
25
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | 0.679 | 0.99 | 39 | 0.6800 | 0.5706 |
57
+ | 0.6733 | 1.99 | 78 | 0.6946 | 0.5619 |
58
+ | 0.6629 | 2.99 | 117 | 0.6732 | 0.5882 |
59
+ | 0.6327 | 3.99 | 156 | 0.6788 | 0.5850 |
60
+ | 0.6511 | 4.99 | 195 | 0.6770 | 0.5778 |
61
+ | 0.6419 | 5.99 | 234 | 0.6840 | 0.5802 |
62
+ | 0.6214 | 6.99 | 273 | 0.6753 | 0.5986 |
63
+ | 0.623 | 7.99 | 312 | 0.6789 | 0.5970 |
64
+ | 0.5955 | 8.99 | 351 | 0.6796 | 0.5842 |
65
+ | 0.5975 | 9.99 | 390 | 0.6821 | 0.5914 |
66
 
67
 
68
  ### Framework versions
69
 
70
+ - Transformers 4.26.1
71
+ - Pytorch 1.13.1+cu117
72
+ - Datasets 2.10.1
73
  - Tokenizers 0.13.2