santhosh-4000 commited on
Commit
9cde737
1 Parent(s): 087d441

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
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 audiofolder dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.5857
22
- - Accuracy: 0.9818
23
 
24
  ## Model description
25
 
@@ -53,26 +53,26 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
- | 2.2946 | 1.0 | 22 | 2.2765 | 0.2 |
57
- | 2.2226 | 2.0 | 44 | 2.1323 | 0.3545 |
58
- | 1.9308 | 3.0 | 66 | 1.8505 | 0.5545 |
59
- | 1.6429 | 4.0 | 88 | 1.5597 | 0.7182 |
60
- | 1.4283 | 5.0 | 110 | 1.3771 | 0.7273 |
61
- | 1.2697 | 6.0 | 132 | 1.1924 | 0.7636 |
62
- | 1.146 | 7.0 | 154 | 1.0397 | 0.8364 |
63
- | 0.9637 | 8.0 | 176 | 0.9096 | 0.8636 |
64
- | 0.8736 | 9.0 | 198 | 0.8207 | 0.8636 |
65
- | 0.8032 | 10.0 | 220 | 0.7294 | 0.9545 |
66
- | 0.7387 | 11.0 | 242 | 0.6748 | 0.8909 |
67
- | 0.6704 | 12.0 | 264 | 0.6318 | 0.9727 |
68
- | 0.6234 | 13.0 | 286 | 0.5857 | 0.9818 |
69
- | 0.6095 | 14.0 | 308 | 0.5635 | 0.9818 |
70
- | 0.5768 | 15.0 | 330 | 0.5509 | 0.9818 |
71
 
72
 
73
  ### Framework versions
74
 
75
- - Transformers 4.27.1
76
  - Pytorch 1.11.0+cu102
77
  - Datasets 2.10.1
78
  - Tokenizers 0.13.2
 
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.5263
22
+ - Accuracy: 0.9727
23
 
24
  ## Model description
25
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | 2.2881 | 1.0 | 22 | 2.2690 | 0.2273 |
57
+ | 2.2234 | 2.0 | 44 | 2.1631 | 0.2273 |
58
+ | 1.9756 | 3.0 | 66 | 1.9277 | 0.5182 |
59
+ | 1.7191 | 4.0 | 88 | 1.6293 | 0.6818 |
60
+ | 1.4663 | 5.0 | 110 | 1.3919 | 0.7545 |
61
+ | 1.27 | 6.0 | 132 | 1.1689 | 0.8182 |
62
+ | 1.1112 | 7.0 | 154 | 1.0144 | 0.8364 |
63
+ | 0.9623 | 8.0 | 176 | 0.9137 | 0.8545 |
64
+ | 0.8764 | 9.0 | 198 | 0.7901 | 0.8909 |
65
+ | 0.7776 | 10.0 | 220 | 0.7229 | 0.8727 |
66
+ | 0.7266 | 11.0 | 242 | 0.6335 | 0.9 |
67
+ | 0.6379 | 12.0 | 264 | 0.5848 | 0.9636 |
68
+ | 0.6121 | 13.0 | 286 | 0.5509 | 0.9273 |
69
+ | 0.5732 | 14.0 | 308 | 0.5263 | 0.9727 |
70
+ | 0.5579 | 15.0 | 330 | 0.5221 | 0.9727 |
71
 
72
 
73
  ### Framework versions
74
 
75
+ - Transformers 4.27.2
76
  - Pytorch 1.11.0+cu102
77
  - Datasets 2.10.1
78
  - Tokenizers 0.13.2