lucas-meyer
commited on
Commit
•
f573f97
1
Parent(s):
9ff0d1d
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,8 @@ metrics:
|
|
7 |
model-index:
|
8 |
- name: xls-r-asr_af-run8
|
9 |
results: []
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,24 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# xls-r-asr_af-run8
|
16 |
|
17 |
-
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on
|
18 |
-
It achieves the following results
|
19 |
-
-
|
20 |
-
- Wer:
|
21 |
-
|
22 |
-
## Model description
|
23 |
-
|
24 |
-
More information needed
|
25 |
-
|
26 |
-
## Intended uses & limitations
|
27 |
-
|
28 |
-
More information needed
|
29 |
-
|
30 |
-
## Training and evaluation data
|
31 |
-
|
32 |
-
More information needed
|
33 |
-
|
34 |
-
## Training procedure
|
35 |
|
36 |
### Training hyperparameters
|
37 |
|
@@ -65,4 +53,4 @@ The following hyperparameters were used during training:
|
|
65 |
- Transformers 4.28.0
|
66 |
- Pytorch 2.0.1+cu117
|
67 |
- Datasets 2.14.4
|
68 |
-
- Tokenizers 0.13.3
|
|
|
7 |
model-index:
|
8 |
- name: xls-r-asr_af-run8
|
9 |
results: []
|
10 |
+
datasets:
|
11 |
+
- lucas-meyer/asr_af
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
16 |
|
17 |
# xls-r-asr_af-run8
|
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 asr_af dataset.
|
20 |
+
It achieves the following results:
|
21 |
+
- Wer (Validation): 37.00%
|
22 |
+
- Wer (Test): 38.77%
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
### Training hyperparameters
|
25 |
|
|
|
53 |
- Transformers 4.28.0
|
54 |
- Pytorch 2.0.1+cu117
|
55 |
- Datasets 2.14.4
|
56 |
+
- Tokenizers 0.13.3
|