update model card README.md
Browse files
README.md
CHANGED
@@ -4,24 +4,9 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- common_voice
|
7 |
-
metrics:
|
8 |
-
- wer
|
9 |
model-index:
|
10 |
- name: wav2vec2-large-xls-r-300m-turkish-colab
|
11 |
-
results:
|
12 |
-
- task:
|
13 |
-
name: Automatic Speech Recognition
|
14 |
-
type: automatic-speech-recognition
|
15 |
-
dataset:
|
16 |
-
name: common_voice
|
17 |
-
type: common_voice
|
18 |
-
config: tr
|
19 |
-
split: test
|
20 |
-
args: tr
|
21 |
-
metrics:
|
22 |
-
- name: Wer
|
23 |
-
type: wer
|
24 |
-
value: 0.5164947400674088
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,9 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
# wav2vec2-large-xls-r-300m-turkish-colab
|
31 |
|
32 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice dataset.
|
33 |
-
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.4866
|
35 |
-
- Wer: 0.5165
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -60,15 +42,10 @@ The following hyperparameters were used during training:
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_steps: 500
|
63 |
-
- num_epochs:
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
68 |
-
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
69 |
-
| 4.0176 | 3.33 | 400 | 1.0080 | 0.8303 |
|
70 |
-
| 0.5978 | 6.67 | 800 | 0.5870 | 0.6240 |
|
71 |
-
| 0.2233 | 10.0 | 1200 | 0.4866 | 0.5165 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- common_voice
|
|
|
|
|
7 |
model-index:
|
8 |
- name: wav2vec2-large-xls-r-300m-turkish-colab
|
9 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
# wav2vec2-large-xls-r-300m-turkish-colab
|
16 |
|
17 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice dataset.
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_steps: 500
|
45 |
+
- num_epochs: 3
|
46 |
|
47 |
### Training results
|
48 |
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|