lucas-meyer commited on
Commit
60542dc
1 Parent(s): 2237733

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -19
README.md CHANGED
@@ -7,6 +7,8 @@ metrics:
7
  model-index:
8
  - name: xls-r-asr_af-run1
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-run1
16
 
17
- This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.4789
20
- - Wer: 0.4201
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
 
@@ -50,7 +38,7 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|
55
  | 11.8837 | 0.22 | 50 | 7.3321 | 1.0 |
56
  | 4.9879 | 0.44 | 100 | 4.0442 | 1.0 |
@@ -86,4 +74,4 @@ The following hyperparameters were used during training:
86
  - Transformers 4.28.0
87
  - Pytorch 2.0.1+cu117
88
  - Datasets 2.14.4
89
- - Tokenizers 0.13.3
 
7
  model-index:
8
  - name: xls-r-asr_af-run1
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-run1
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 on the evaluation set:
21
+ - Wer (Validation): 42.46%
22
+ - Wer (Test): 43.31%
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  ### Training hyperparameters
25
 
 
38
 
39
  ### Training results
40
 
41
+ | Training Loss | Epoch | Step | Validation Loss | Wer (Train) |
42
  |:-------------:|:-----:|:----:|:---------------:|:------:|
43
  | 11.8837 | 0.22 | 50 | 7.3321 | 1.0 |
44
  | 4.9879 | 0.44 | 100 | 4.0442 | 1.0 |
 
74
  - Transformers 4.28.0
75
  - Pytorch 2.0.1+cu117
76
  - Datasets 2.14.4
77
+ - Tokenizers 0.13.3