RASMUS commited on
Commit
edb9b83
1 Parent(s): 3187ece

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -74
README.md CHANGED
@@ -1,96 +1,31 @@
1
- ---
2
- language:
3
  - fi
4
  lisence: apache-2.0
5
- tags:
6
  - automatic-speech-recognition
7
  - mozilla-foundation/common_voice_7_0
8
  - generated_from_trainer
9
  - fi
10
  - speech
11
  - robust-speech-event
12
- datasets:
13
  - mozilla-foundation/common_voice_7_0
14
- model-index:
15
  - name: XLS-R 1B Wav2Vec2 Finnish by Rasmus Toivanen
16
- results:
17
  - task:
18
  name: Automatic Speech Recognition
19
  type: automatic-speech-recognition
20
- dataset:
21
  name: Common Voice 7
22
  type: mozilla-foundation/common_voice_7_0
23
  args: fi
24
- metrics:
25
  - name: Test WER
26
  type: wer
27
  value: 10.96
28
  - name: Test CER
29
  type: cer
30
  value: 2.81
31
- ---
32
-
33
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
34
- should probably proofread and complete it, then remove this comment. -->
35
-
36
- # wav2vec2-xlsr-fi-train-aug-lm-1B
37
-
38
- This model was trained from scratch on the None dataset.
39
- It achieves the following results on the evaluation set:
40
- - Loss: 0.1499
41
- - Wer: 0.1955
42
-
43
- ## Model description
44
-
45
- More information needed
46
-
47
- ## Intended uses & limitations
48
-
49
- More information needed
50
-
51
- ## Training and evaluation data
52
-
53
- More information needed
54
-
55
- ## Training procedure
56
-
57
- ### Training hyperparameters
58
-
59
- The following hyperparameters were used during training:
60
- - learning_rate: 0.0001
61
- - train_batch_size: 8
62
- - eval_batch_size: 8
63
- - seed: 42
64
- - gradient_accumulation_steps: 2
65
- - total_train_batch_size: 16
66
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
67
- - lr_scheduler_type: linear
68
- - lr_scheduler_warmup_steps: 100
69
- - num_epochs: 4
70
- - mixed_precision_training: Native AMP
71
-
72
- ### Training results
73
-
74
- | Training Loss | Epoch | Step | Validation Loss | Wer |
75
- |:-------------:|:-----:|:----:|:---------------:|:------:|
76
- | 0.6473 | 0.29 | 400 | 0.2857 | 0.3825 |
77
- | 0.6039 | 0.58 | 800 | 0.2459 | 0.3476 |
78
- | 0.4757 | 0.87 | 1200 | 0.2338 | 0.3274 |
79
- | 0.4473 | 1.15 | 1600 | 0.2246 | 0.3128 |
80
- | 0.4322 | 1.44 | 2000 | 0.1962 | 0.2805 |
81
- | 0.3961 | 1.73 | 2400 | 0.2070 | 0.2797 |
82
- | 0.3642 | 2.02 | 2800 | 0.1790 | 0.2473 |
83
- | 0.3561 | 2.31 | 3200 | 0.1769 | 0.2375 |
84
- | 0.282 | 2.6 | 3600 | 0.1672 | 0.2263 |
85
- | 0.2978 | 2.89 | 4000 | 0.1636 | 0.2192 |
86
- | 0.2722 | 3.17 | 4400 | 0.1637 | 0.2102 |
87
- | 0.2924 | 3.46 | 4800 | 0.1506 | 0.2021 |
88
- | 0.2631 | 3.75 | 5200 | 0.1499 | 0.1955 |
89
-
90
-
91
- ### Framework versions
92
-
93
- - Transformers 4.16.0.dev0
94
- - Pytorch 1.10.1+cu102
95
- - Datasets 1.17.1.dev0
96
- - Tokenizers 0.11.0
 
1
+ ---
2
+ language:
3
  - fi
4
  lisence: apache-2.0
5
+ tags:
6
  - automatic-speech-recognition
7
  - mozilla-foundation/common_voice_7_0
8
  - generated_from_trainer
9
  - fi
10
  - speech
11
  - robust-speech-event
12
+ datasets:
13
  - mozilla-foundation/common_voice_7_0
14
+ model-index:
15
  - name: XLS-R 1B Wav2Vec2 Finnish by Rasmus Toivanen
16
+ results:
17
  - task:
18
  name: Automatic Speech Recognition
19
  type: automatic-speech-recognition
20
+ dataset:
21
  name: Common Voice 7
22
  type: mozilla-foundation/common_voice_7_0
23
  args: fi
24
+ metrics:
25
  - name: Test WER
26
  type: wer
27
  value: 10.96
28
  - name: Test CER
29
  type: cer
30
  value: 2.81
31
+ ---