sammy786 commited on
Commit
7dd5ebd
·
1 Parent(s): 6ff5f32

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - br
4
+ license: apache-2.0
5
+ tags:
6
+ - automatic-speech-recognition
7
+ - mozilla-foundation/common_voice_8_0
8
+ - generated_from_trainer
9
+ - br
10
+ - robust-speech-event
11
+ - model_for_talk
12
+ datasets:
13
+ - mozilla-foundation/common_voice_8_0
14
+
15
+ model-index:
16
+ - name: sammy786/wav2vec2-xlsr-breton
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: br
25
+ metrics:
26
+ - name: Test WER
27
+ type: wer
28
+ value: 48.2
29
+ - name: Test CER
30
+ type: cer
31
+ value: 15.02
32
+ ---
33
+ # sammy786/wav2vec2-xlsr-breton
34
+
35
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - br dataset.
36
+
37
+ ## Model description
38
+ "facebook/wav2vec2-xls-r-1b" was finetuned.
39
+
40
+ ## Intended uses & limitations
41
+ More information needed
42
+ ## Training and evaluation data
43
+ Training data -
44
+ Common voice Finnish train.tsv, dev.tsv and other.tsv
45
+
46
+ ## Training procedure
47
+ For creating the train dataset, all possible datasets were appended and 90-10 split was used.
48
+
49
+ ### Training hyperparameters
50
+
51
+ The following hyperparameters were used during training:
52
+
53
+ - learning_rate: 0.000045637994662983496
54
+ - train_batch_size: 8
55
+ - eval_batch_size: 32
56
+ - seed: 13
57
+ - gradient_accumulation_steps: 2
58
+ - total_train_batch_size: 64
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: cosine_with_restarts
61
+ - lr_scheduler_warmup_steps: 500
62
+ - num_epochs: 30
63
+ - mixed_precision_training: Native AMP
64
+
65
+
66
+
67
+ ### Framework versions
68
+ - Transformers 4.16.0.dev0
69
+ - Pytorch 1.10.0+cu102
70
+ - Datasets 1.17.1.dev0
71
+ - Tokenizers 0.10.3
72
+
73
+ #### Evaluation Commands
74
+
75
+ 1. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test`
76
+
77
+ ```bash
78
+ python eval.py --model_id sammy786/wav2vec2-xlsr-breton --dataset mozilla-foundation/common_voice_8_0 --config br --split test
79
+ ```