antonjaragon
commited on
Commit
•
6d5a02b
1
Parent(s):
74c564a
update model card README.md
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,7 +37,7 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate:
|
41 |
- train_batch_size: 32
|
42 |
- eval_batch_size: 32
|
43 |
- seed: 42
|
@@ -52,16 +52,16 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8000
|
21 |
+
- Accuracy: 0.7678
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 3e-05
|
41 |
- train_batch_size: 32
|
42 |
- eval_batch_size: 32
|
43 |
- seed: 42
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| 0.6892 | 0.99 | 76 | 0.8018 | 0.7346 |
|
56 |
+
| 0.6611 | 2.0 | 153 | 0.7451 | 0.7482 |
|
57 |
+
| 0.6012 | 2.99 | 229 | 0.6767 | 0.7731 |
|
58 |
+
| 0.4795 | 4.0 | 306 | 0.8686 | 0.7408 |
|
59 |
+
| 0.5143 | 4.99 | 382 | 0.7684 | 0.7629 |
|
60 |
+
| 0.4878 | 6.0 | 459 | 0.7513 | 0.7744 |
|
61 |
+
| 0.4619 | 6.99 | 535 | 0.8314 | 0.7596 |
|
62 |
+
| 0.458 | 8.0 | 612 | 0.7943 | 0.7670 |
|
63 |
+
| 0.4383 | 8.99 | 688 | 0.8460 | 0.7596 |
|
64 |
+
| 0.5196 | 9.93 | 760 | 0.8000 | 0.7678 |
|
65 |
|
66 |
|
67 |
### Framework versions
|