End of training
Browse files
README.md
CHANGED
@@ -6,9 +6,24 @@ tags:
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- common_voice_17_0
|
|
|
|
|
9 |
model-index:
|
10 |
- name: wav2vec2-large-xls-r-300m-telugu-colab
|
11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,6 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
# wav2vec2-large-xls-r-300m-telugu-colab
|
18 |
|
19 |
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_17_0 dataset.
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,20 +53,26 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- learning_rate: 0.
|
39 |
-
- train_batch_size:
|
40 |
- eval_batch_size: 8
|
41 |
- seed: 42
|
42 |
-
- gradient_accumulation_steps:
|
43 |
-
- total_train_batch_size:
|
44 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- lr_scheduler_warmup_steps:
|
47 |
-
- num_epochs:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- common_voice_17_0
|
9 |
+
metrics:
|
10 |
+
- wer
|
11 |
model-index:
|
12 |
- name: wav2vec2-large-xls-r-300m-telugu-colab
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Automatic Speech Recognition
|
16 |
+
type: automatic-speech-recognition
|
17 |
+
dataset:
|
18 |
+
name: common_voice_17_0
|
19 |
+
type: common_voice_17_0
|
20 |
+
config: te
|
21 |
+
split: test
|
22 |
+
args: te
|
23 |
+
metrics:
|
24 |
+
- name: Wer
|
25 |
+
type: wer
|
26 |
+
value: 1.0
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
# wav2vec2-large-xls-r-300m-telugu-colab
|
33 |
|
34 |
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_17_0 dataset.
|
35 |
+
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 3.5202
|
37 |
+
- Wer: 1.0
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
+
- learning_rate: 0.0001
|
57 |
+
- train_batch_size: 4
|
58 |
- eval_batch_size: 8
|
59 |
- seed: 42
|
60 |
+
- gradient_accumulation_steps: 4
|
61 |
+
- total_train_batch_size: 16
|
62 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
63 |
- lr_scheduler_type: linear
|
64 |
+
- lr_scheduler_warmup_steps: 50
|
65 |
+
- num_epochs: 50
|
66 |
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
+
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
72 |
+
| 3.5071 | 12.5 | 50 | 3.5170 | 1.0 |
|
73 |
+
| 3.2841 | 25.0 | 100 | 3.5033 | 1.0 |
|
74 |
+
| 3.0375 | 37.5 | 150 | 3.5254 | 1.0 |
|
75 |
+
| 2.8215 | 50.0 | 200 | 3.5202 | 1.0 |
|
76 |
|
77 |
|
78 |
### Framework versions
|