rossevine commited on
Commit
2275ea5
1 Parent(s): c06f04e

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
+ base_model: facebook/wav2vec2-xls-r-300m
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - common_voice
8
+ metrics:
9
+ - wer
10
+ model-index:
11
+ - name: Check_Model_2
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: common_voice
18
+ type: common_voice
19
+ config: id
20
+ split: test
21
+ args: id
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 0.2728883087823979
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # Check_Model_2
32
+
33
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.3499
36
+ - Wer: 0.2729
37
+ - Cer: 0.0673
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 0.0003
57
+ - train_batch_size: 16
58
+ - eval_batch_size: 8
59
+ - seed: 42
60
+ - gradient_accumulation_steps: 2
61
+ - total_train_batch_size: 32
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - lr_scheduler_warmup_steps: 500
65
+ - num_epochs: 30
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
70
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
71
+ | 3.8708 | 3.23 | 400 | 0.7345 | 0.7259 | 0.2034 |
72
+ | 0.4247 | 6.45 | 800 | 0.4128 | 0.4268 | 0.1102 |
73
+ | 0.2047 | 9.68 | 1200 | 0.3726 | 0.3795 | 0.0930 |
74
+ | 0.1422 | 12.9 | 1600 | 0.3690 | 0.3514 | 0.0884 |
75
+ | 0.1139 | 16.13 | 2000 | 0.3811 | 0.3160 | 0.0794 |
76
+ | 0.089 | 19.35 | 2400 | 0.3650 | 0.2895 | 0.0731 |
77
+ | 0.0709 | 22.58 | 2800 | 0.3629 | 0.2944 | 0.0727 |
78
+ | 0.0594 | 25.81 | 3200 | 0.3538 | 0.2779 | 0.0692 |
79
+ | 0.0478 | 29.03 | 3600 | 0.3499 | 0.2729 | 0.0673 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.31.0
85
+ - Pytorch 2.0.1+cu117
86
+ - Datasets 1.18.3
87
+ - Tokenizers 0.13.3