End of training
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
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.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 1.
|
36 |
-
- Wer: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -52,7 +52,7 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate: 0.
|
56 |
- train_batch_size: 8
|
57 |
- eval_batch_size: 8
|
58 |
- seed: 42
|
@@ -61,24 +61,18 @@ The following hyperparameters were used during training:
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_steps: 300
|
64 |
-
- num_epochs:
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.2511 | 11.67 | 1400 | 1.0105 | 0.6674 |
|
77 |
-
| 0.2181 | 13.33 | 1600 | 1.0412 | 0.6524 |
|
78 |
-
| 0.1765 | 15.0 | 1800 | 1.0473 | 0.6415 |
|
79 |
-
| 0.1602 | 16.67 | 2000 | 1.0681 | 0.6256 |
|
80 |
-
| 0.1415 | 18.33 | 2200 | 1.0362 | 0.6107 |
|
81 |
-
| 0.1311 | 20.0 | 2400 | 1.0444 | 0.6113 |
|
82 |
|
83 |
|
84 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 0.7846383810509371
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
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.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.4528
|
36 |
+
- Wer: 0.7846
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.003
|
56 |
- train_batch_size: 8
|
57 |
- eval_batch_size: 8
|
58 |
- seed: 42
|
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_steps: 300
|
64 |
+
- num_epochs: 10
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
70 |
+
| 0.5925 | 1.67 | 200 | 1.4259 | 0.9056 |
|
71 |
+
| 1.1707 | 3.33 | 400 | 1.4610 | 0.9066 |
|
72 |
+
| 0.8991 | 5.0 | 600 | 1.3230 | 0.8607 |
|
73 |
+
| 0.6162 | 6.67 | 800 | 1.3388 | 0.8568 |
|
74 |
+
| 0.4192 | 8.33 | 1000 | 1.4365 | 0.8083 |
|
75 |
+
| 0.2729 | 10.0 | 1200 | 1.4528 | 0.7846 |
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
|
78 |
### Framework versions
|