greenw0lf commited on
Commit
2a622cb
1 Parent(s): 7ab2bf7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - common_voice_8_0
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: wav2vec2-large-xls-r-1b-frisian-cv-8-10m
11
+ results:
12
+ - task:
13
+ name: Automatic Speech Recognition
14
+ type: automatic-speech-recognition
15
+ dataset:
16
+ name: common_voice_8_0
17
+ type: common_voice_8_0
18
+ config: fy-NL
19
+ split: validation
20
+ args: fy-NL
21
+ metrics:
22
+ - name: Wer
23
+ type: wer
24
+ value: 0.7612841022711041
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # wav2vec2-large-xls-r-1b-frisian-cv-8-10m
31
+
32
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the common_voice_8_0 dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 1.1618
35
+ - Wer: 0.7613
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 0.0001
55
+ - train_batch_size: 16
56
+ - eval_batch_size: 8
57
+ - seed: 42
58
+ - optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
59
+ - lr_scheduler_type: linear
60
+ - lr_scheduler_warmup_ratio: 0.1
61
+ - num_epochs: 80
62
+ - mixed_precision_training: Native AMP
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
67
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
68
+ | 8.7106 | 6.25 | 50 | 4.0034 | 1.0 |
69
+ | 3.4036 | 12.5 | 100 | 3.1030 | 1.0 |
70
+ | 3.7265 | 18.75 | 150 | 3.0466 | 1.0 |
71
+ | 3.2292 | 25.0 | 200 | 3.0166 | 1.0 |
72
+ | 3.1305 | 31.25 | 250 | 2.9699 | 1.0 |
73
+ | 3.0447 | 37.5 | 300 | 2.9144 | 1.0 |
74
+ | 2.9037 | 43.75 | 350 | 2.2919 | 0.9998 |
75
+ | 2.1115 | 50.0 | 400 | 1.3995 | 0.9429 |
76
+ | 1.3456 | 56.25 | 450 | 1.1093 | 0.8435 |
77
+ | 1.3206 | 62.5 | 500 | 1.1573 | 0.8112 |
78
+ | 1.0078 | 68.75 | 550 | 1.1746 | 0.7757 |
79
+ | 1.0674 | 75.0 | 600 | 1.1618 | 0.7613 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.28.1
85
+ - Pytorch 2.0.0+cu117
86
+ - Datasets 2.11.0
87
+ - Tokenizers 0.13.3