infinitejoy
commited on
Commit
•
f405841
1
Parent(s):
067edf2
Update README.md
Browse files
README.md
CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# wav2vec2-large-xls-r-300m-assamese
|
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
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 2.
|
20 |
-
- Wer: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -36,10 +36,11 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
|
|
|
40 |
- train_batch_size: 16
|
41 |
- eval_batch_size: 8
|
42 |
-
- seed:
|
43 |
- gradient_accumulation_steps: 2
|
44 |
- total_train_batch_size: 32
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
@@ -50,14 +51,20 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
54 |
-
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
14 |
|
15 |
# wav2vec2-large-xls-r-300m-assamese
|
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_7_0 dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.288851
|
20 |
+
- Wer: 0.784086
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
|
40 |
+
- learning_rate: 3e-4
|
41 |
- train_batch_size: 16
|
42 |
- eval_batch_size: 8
|
43 |
+
- seed: not given
|
44 |
- gradient_accumulation_steps: 2
|
45 |
- total_train_batch_size: 32
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
+
|:-------------:|:------:|:----:|:---------------:|:------: |
|
56 |
+
| 1.584065 | NA | 400 | 1.584065 | 0.915512 |
|
57 |
+
| 1.658865 | Na | 800 | 1.658865 | 0.805096 |
|
58 |
+
| 1.882352 | NA | 1200 | 1.882352 | 0.820742 |
|
59 |
+
| 1.881240 | NA | 1600 | 1.881240 | 0.810907 |
|
60 |
+
| 2.159748 | NA | 2000 | 2.159748 | 0.804202 |
|
61 |
+
| 1.992871 | NA | 2400 | 1.992871 | 0.803308 |
|
62 |
+
| 2.201436 | NA | 2800 | 2.201436 | 0.802861 |
|
63 |
+
| 2.165218 | NA | 3200 | 2.165218 | 0.793920 |
|
64 |
+
| 2.253643 | NA | 3600 | 2.253643 | 0.796603 |
|
65 |
+
| 2.265880 | NA | 4000 | 2.265880 | 0.790344 |
|
66 |
+
| 2.293935 | NA | 4400 | 2.293935 | 0.797050 |
|
67 |
+
| 2.288851 | NA | 4800 | 2.288851 | 0.784086 |
|
68 |
|
69 |
|
70 |
### Framework versions
|