RASMUS commited on
Commit
80e9637
1 Parent(s): 6159030

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: et
3
+ datasets:
4
+ - mozilla-foundation/common_voice_8_0
5
+ metrics:
6
+ - wer
7
+ - cer
8
+ tags:
9
+ - generated_from_trainer
10
+ - mozilla-foundation/common_voice_8_0
11
+ - audio
12
+ - automatic-speech-recognition
13
+ - speech
14
+ - robust-speech-event
15
+ model-index:
16
+ - name: XLS-R 1B Wav2Vec2 Estonian by Rasmus Toivanen
17
+ results:
18
+ - task:
19
+ name: Automatic Speech Recognition
20
+ type: automatic-speech-recognition
21
+ dataset:
22
+ name: Common Voice 8
23
+ type: mozilla-foundation/common_voice_8_0
24
+ args: et
25
+ metrics:
26
+ - name: Test WER
27
+ type: wer
28
+ value: 20.12
29
+ - name: Test CER
30
+ type: cer
31
+ value: 3.82
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
+ # wav2vec2-xlsr-et-lm-1B
36
+
37
+ This model was finetuned with mozilla_foundation/common_voice_8_0 et with train+other+validation splits.
38
+ It achieves the following results on the test set:
39
+ (Loss reported with last eval step at step 2000/2040 during training)
40
+ - Loss: 0.2150
41
+ - Wer: 0.2012
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.00005
61
+ - train_batch_size: 32
62
+ - eval_batch_size: 8
63
+ - seed: 42
64
+ - gradient_accumulation_steps: 1
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: 500
69
+ - num_epochs: 10
70
+ - mixed_precision_training: Native AMP
71
+
72
+ ### Training results
73
+
74
+
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.17.0.dev0
80
+ - Pytorch 1.10.2+cu102
81
+ - Datasets 1.18.3
82
+ - Tokenizers 0.11.0