Commit
·
14d2638
1
Parent(s):
3fc2391
update model card README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- pa-IN
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
-
- automatic-speech-recognition
|
7 |
-
- mozilla-foundation/common_voice_8_0
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
- common_voice
|
@@ -18,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
#
|
20 |
|
21 |
-
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 1.
|
24 |
-
- Wer: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -40,13 +36,13 @@ More information needed
|
|
40 |
### Training hyperparameters
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
-
- learning_rate: 0.
|
44 |
- train_batch_size: 16
|
45 |
- eval_batch_size: 8
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- lr_scheduler_warmup_steps:
|
50 |
- num_epochs: 100.0
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
@@ -54,16 +50,16 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
57 |
-
| 3.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- common_voice
|
|
|
14 |
|
15 |
#
|
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 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.1375
|
20 |
+
- Wer: 0.4998
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.0003
|
40 |
- train_batch_size: 16
|
41 |
- eval_batch_size: 8
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 1500
|
46 |
- num_epochs: 100.0
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 3.5841 | 9.26 | 500 | 3.2514 | 0.9941 |
|
54 |
+
| 0.3992 | 18.52 | 1000 | 0.8790 | 0.6107 |
|
55 |
+
| 0.2409 | 27.78 | 1500 | 1.0012 | 0.6366 |
|
56 |
+
| 0.1447 | 37.04 | 2000 | 1.0167 | 0.6276 |
|
57 |
+
| 0.1109 | 46.3 | 2500 | 1.0638 | 0.5653 |
|
58 |
+
| 0.0797 | 55.56 | 3000 | 1.1447 | 0.5715 |
|
59 |
+
| 0.0636 | 64.81 | 3500 | 1.1503 | 0.5316 |
|
60 |
+
| 0.0466 | 74.07 | 4000 | 1.2227 | 0.5386 |
|
61 |
+
| 0.0372 | 83.33 | 4500 | 1.1214 | 0.5225 |
|
62 |
+
| 0.0239 | 92.59 | 5000 | 1.1375 | 0.4998 |
|
63 |
|
64 |
|
65 |
### Framework versions
|