lucas-meyer commited on
Commit
0303992
1 Parent(s): fcde606

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -23
README.md CHANGED
@@ -3,11 +3,11 @@ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - audiofolder
7
  metrics:
8
  - wer
9
  model-index:
10
- - name: wav2vec2-xls-r-300m-fleurs_zu-run1
11
  results:
12
  - task:
13
  name: Automatic Speech Recognition
@@ -27,26 +27,12 @@ model-index:
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
  should probably proofread and complete it, then remove this comment. -->
29
 
30
- # wav2vec2-xls-r-300m-asr_af-run1-fleurs_zu-run1
31
 
32
- This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the audiofolder dataset.
33
- It achieves the following results on the evaluation set:
34
- - Loss: 0.578752
35
- - Wer: 0.600381
36
-
37
- ## Model description
38
-
39
- More information needed
40
-
41
- ## Intended uses & limitations
42
-
43
- More information needed
44
-
45
- ## Training and evaluation data
46
-
47
- More information needed
48
-
49
- ## Training procedure
50
 
51
  ### Training hyperparameters
52
 
@@ -65,7 +51,7 @@ The following hyperparameters were used during training:
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | Wer |
69
  |:-------------:|:-----:|:----:|:---------------:|:------:|
70
  | 50 | 19.607200 | 9.162900 | 1.000000 |
71
  | 100 | 7.038300 | 4.738822 | 1.000000 |
@@ -94,4 +80,4 @@ The following hyperparameters were used during training:
94
  - Transformers 4.28.0
95
  - Pytorch 2.0.1+cu118
96
  - Datasets 2.14.4
97
- - Tokenizers 0.13.3
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - google/fleurs
7
  metrics:
8
  - wer
9
  model-index:
10
+ - name: xls-r-fleurs_zu-run1
11
  results:
12
  - task:
13
  name: Automatic Speech Recognition
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
  should probably proofread and complete it, then remove this comment. -->
29
 
30
+ # xls-r-fleurs_zu-run1
31
 
32
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the FLEURS (zu) dataset.
33
+ It achieves the following results:
34
+ - Wer (Validation): 61.41%
35
+ - Wer (Test): 60.23%
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  ### Training hyperparameters
38
 
 
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | Wer (Train) |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|
56
  | 50 | 19.607200 | 9.162900 | 1.000000 |
57
  | 100 | 7.038300 | 4.738822 | 1.000000 |
 
80
  - Transformers 4.28.0
81
  - Pytorch 2.0.1+cu118
82
  - Datasets 2.14.4
83
+ - Tokenizers 0.13.3