lucas-meyer commited on
Commit
7b4c9f5
1 Parent(s): e93b51d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -20
README.md CHANGED
@@ -7,6 +7,8 @@ metrics:
7
  model-index:
8
  - name: xls-r-asr_af-run2
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-run2
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.4802
20
- - Wer: 0.3983
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
  | 8.6534 | 0.44 | 100 | 4.1962 | 1.0 |
56
  | 3.3291 | 0.88 | 200 | 2.9968 | 1.0 |
@@ -75,4 +63,4 @@ The following hyperparameters were used during training:
75
  - Transformers 4.28.0
76
  - Pytorch 2.0.1+cu117
77
  - Datasets 2.14.4
78
- - Tokenizers 0.13.3
 
7
  model-index:
8
  - name: xls-r-asr_af-run2
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-run2
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): 42.47%
22
+ - Wer (Test): 43.42%
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  ### Training hyperparameters
25
 
 
38
 
39
  ### Training results
40
 
41
+ | Training Loss | Epoch | Step | Validation Loss | Wer (Train) |
42
  |:-------------:|:-----:|:----:|:---------------:|:------:|
43
  | 8.6534 | 0.44 | 100 | 4.1962 | 1.0 |
44
  | 3.3291 | 0.88 | 200 | 2.9968 | 1.0 |
 
63
  - Transformers 4.28.0
64
  - Pytorch 2.0.1+cu117
65
  - Datasets 2.14.4
66
+ - Tokenizers 0.13.3