lucas-meyer commited on
Commit
3006e18
·
1 Parent(s): 1cbed06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -23
README.md CHANGED
@@ -2,11 +2,11 @@
2
  tags:
3
  - generated_from_trainer
4
  datasets:
5
- - audiofolder
6
  metrics:
7
  - wer
8
  model-index:
9
- - name: wav2vec2-xls-r-300m-fleurs_zu-run3
10
  results:
11
  - task:
12
  name: Automatic Speech Recognition
@@ -26,26 +26,12 @@ model-index:
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
  should probably proofread and complete it, then remove this comment. -->
28
 
29
- # wav2vec2-xls-r-300m-fleurs_zu-run3
30
 
31
- This model was trained from scratch on the audiofolder dataset.
32
- It achieves the following results on the evaluation set:
33
- - Loss: 0.5803
34
- - Wer: 0.5778
35
-
36
- ## Model description
37
-
38
- More information needed
39
-
40
- ## Intended uses & limitations
41
-
42
- More information needed
43
-
44
- ## Training and evaluation data
45
-
46
- More information needed
47
-
48
- ## Training procedure
49
 
50
  ### Training hyperparameters
51
 
@@ -64,7 +50,7 @@ The following hyperparameters were used during training:
64
 
65
  ### Training results
66
 
67
- | Training Loss | Epoch | Step | Validation Loss | Wer |
68
  |:-------------:|:-----:|:----:|:---------------:|:------:|
69
  | 0.1019 | 0.28 | 50 | 0.5804 | 0.5710 |
70
  | 0.1136 | 0.57 | 100 | 0.5462 | 0.5745 |
@@ -79,4 +65,4 @@ The following hyperparameters were used during training:
79
  - Transformers 4.28.0
80
  - Pytorch 2.0.1+cu117
81
  - Datasets 2.14.4
82
- - Tokenizers 0.13.3
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
5
+ - google/fleurs
6
  metrics:
7
  - wer
8
  model-index:
9
+ - name: xls-r-fleurs_zu-run3
10
  results:
11
  - task:
12
  name: Automatic Speech Recognition
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
  should probably proofread and complete it, then remove this comment. -->
28
 
29
+ # xls-r-fleurs_zu-run3
30
 
31
+ 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.
32
+ It achieves the following results:
33
+ - Wer (Validation): 57.19%
34
+ - Wer (Test): 57.27%
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
  ### Training hyperparameters
37
 
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Wer (Train) |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|
55
  | 0.1019 | 0.28 | 50 | 0.5804 | 0.5710 |
56
  | 0.1136 | 0.57 | 100 | 0.5462 | 0.5745 |
 
65
  - Transformers 4.28.0
66
  - Pytorch 2.0.1+cu117
67
  - Datasets 2.14.4
68
+ - Tokenizers 0.13.3