PereLluis13 commited on
Commit
4aed4a7
1 Parent(s): 0c17f2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -4
README.md CHANGED
@@ -8,9 +8,55 @@ tags:
8
  - collectivat/tv3_parla
9
  - projecte-aina/parlament_parla
10
  - generated_from_trainer
 
 
 
 
11
  model-index:
12
- - name: wav2vec2-xls-r-300m-ca
13
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -19,7 +65,7 @@ should probably proofread and complete it, then remove this comment. -->
19
  # wav2vec2-xls-r-300m-ca
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 MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - CA dataset.
22
- It achieves the following results on the evaluation set:
23
  - Loss: 0.2758
24
  - Wer: 0.1792
25
 
@@ -52,7 +98,7 @@ The following hyperparameters were used during training:
52
  - num_epochs: 6.0
53
  - mixed_precision_training: Native AMP
54
 
55
- ### Training results
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Wer |
58
  |:-------------:|:-----:|:-----:|:---------------:|:------:|
8
  - collectivat/tv3_parla
9
  - projecte-aina/parlament_parla
10
  - generated_from_trainer
11
+ datasets:
12
+ - mozilla-foundation/common_voice_8_0
13
+ - collectivat/tv3_parla
14
+ - projecte-aina/parlament_parla
15
  model-index:
16
+ - name: wav2vec2-xls-r-300m-ca-lm
17
+ results:
18
+ - task:
19
+ name: Speech Recognition
20
+ type: automatic-speech-recognition
21
+ dataset:
22
+ name: mozilla-foundation/common_voice_8_0 ca
23
+ type: mozilla-foundation/common_voice_8_0
24
+ args: ca
25
+ metrics:
26
+ - name: Test WER
27
+ type: wer
28
+ value: 0.08108860330598514
29
+ - name: Test CER
30
+ type: cer
31
+ value: 0.027241712812152218
32
+ - task:
33
+ name: Speech Recognition
34
+ type: automatic-speech-recognition
35
+ dataset:
36
+ name: projecte-aina/parlament_parla ca
37
+ type: projecte-aina/parlament_parla
38
+ args: clean
39
+ metrics:
40
+ - name: Test WER
41
+ type: wer
42
+ value: 0.06541946111307212
43
+ - name: Test CER
44
+ type: cer
45
+ value: 0.02205785796827398
46
+ - task:
47
+ name: Speech Recognition
48
+ type: automatic-speech-recognition
49
+ dataset:
50
+ name: collectivat/tv3_parla ca
51
+ type: collectivat/tv3_parla
52
+ args: ca
53
+ metrics:
54
+ - name: Test WER
55
+ type: wer
56
+ value: 0.1506717480848443
57
+ - name: Test CER
58
+ type: cer
59
+ value: 0.09562445266717665
60
  ---
61
 
62
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
65
  # wav2vec2-xls-r-300m-ca
66
 
67
  This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - CA dataset.
68
+ It achieves the following results on the averaged across datasets test set:
69
  - Loss: 0.2758
70
  - Wer: 0.1792
71
 
98
  - num_epochs: 6.0
99
  - mixed_precision_training: Native AMP
100
 
101
+ ### Training results (without LM)
102
 
103
  | Training Loss | Epoch | Step | Validation Loss | Wer |
104
  |:-------------:|:-----:|:-----:|:---------------:|:------:|