nouamanetazi HF staff commited on
Commit
63c4466
1 Parent(s): f22047c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -1,10 +1,6 @@
1
  ---
2
- language:
3
- - ar
4
  license: apache-2.0
5
  tags:
6
- - automatic-speech-recognition
7
- - common_voice
8
  - generated_from_trainer
9
  datasets:
10
  - common_voice
@@ -18,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # wav2vec2-xls-r-300m-ar
20
 
21
- This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the COMMON_VOICE - AR dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 26.2536
24
  - Wer: 1.0
25
 
26
  ## Model description
@@ -51,6 +47,18 @@ The following hyperparameters were used during training:
51
 
52
  ### Training results
53
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
 
56
  ### Framework versions
 
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
 
 
4
  - generated_from_trainer
5
  datasets:
6
  - common_voice
 
14
 
15
  # wav2vec2-xls-r-300m-ar
16
 
17
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 25.9698
20
  - Wer: 1.0
21
 
22
  ## Model description
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
51
+ |:-------------:|:-----:|:----:|:---------------:|:---:|
52
+ | 22.283 | 0.5 | 1 | 38.5346 | 1.0 |
53
+ | 22.622 | 1.0 | 2 | 38.5346 | 1.0 |
54
+ | 23.0656 | 1.5 | 3 | 37.7383 | 1.0 |
55
+ | 20.8353 | 2.0 | 4 | 37.7383 | 1.0 |
56
+ | 21.4977 | 2.5 | 5 | 36.7947 | 1.0 |
57
+ | 20.1685 | 3.0 | 6 | 35.3402 | 1.0 |
58
+ | 19.3566 | 3.5 | 7 | 33.5730 | 1.0 |
59
+ | 15.8992 | 4.0 | 8 | 30.5885 | 1.0 |
60
+ | 15.0607 | 4.5 | 9 | 27.8222 | 1.0 |
61
+ | 14.8305 | 5.0 | 10 | 25.9698 | 1.0 |
62
 
63
 
64
  ### Framework versions