fazalazami
commited on
Commit
•
947fbf5
1
Parent(s):
6e6fad7
End of training
Browse files
README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
license:
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
-
- voxpopuli
|
9 |
model-index:
|
10 |
-
- name:
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
-
#
|
18 |
|
19 |
-
This model is a fine-tuned version of [
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -53,10 +53,10 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
|:-------------:|:-------:|:----:|:---------------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: facebook/wav2vec2-large-xlsr-53
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
+
- facebook/voxpopuli
|
9 |
model-index:
|
10 |
+
- name: fazalazami-finetuned-testtospeech
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
+
# fazalazami-finetuned-testtospeech
|
18 |
|
19 |
+
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the facebook/voxpopuli dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4794
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
|:-------------:|:-------:|:----:|:---------------:|
|
56 |
+
| 0.547 | 6.1303 | 1000 | 0.5015 |
|
57 |
+
| 0.5323 | 12.2605 | 2000 | 0.4867 |
|
58 |
+
| 0.522 | 18.3908 | 3000 | 0.4821 |
|
59 |
+
| 0.5127 | 24.5211 | 4000 | 0.4794 |
|
60 |
|
61 |
|
62 |
### Framework versions
|