x574chen commited on
Commit
62f6168
1 Parent(s): 410d548

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - tr
4
+ license: apache-2.0
5
+ tags:
6
+ - automatic-speech-recognition
7
+ - common_voice
8
+ - generated_from_trainer
9
+ datasets:
10
+ - common_voice
11
+ model-index:
12
+ - name: wav2vec2-common_voice-tr-demo
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # wav2vec2-common_voice-tr-demo
20
+
21
+ This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the COMMON_VOICE - TR dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.3815
24
+ - Wer: 0.3493
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 0.0003
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 2
48
+ - total_train_batch_size: 32
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 500
52
+ - num_epochs: 15.0
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
57
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
58
+ | No log | 0.92 | 100 | 3.5559 | 1.0 |
59
+ | No log | 1.83 | 200 | 3.0161 | 0.9999 |
60
+ | No log | 2.75 | 300 | 0.8587 | 0.7443 |
61
+ | No log | 3.67 | 400 | 0.5855 | 0.6121 |
62
+ | 3.1095 | 4.59 | 500 | 0.4841 | 0.5204 |
63
+ | 3.1095 | 5.5 | 600 | 0.4533 | 0.4923 |
64
+ | 3.1095 | 6.42 | 700 | 0.4157 | 0.4342 |
65
+ | 3.1095 | 7.34 | 800 | 0.4304 | 0.4334 |
66
+ | 3.1095 | 8.26 | 900 | 0.4097 | 0.4068 |
67
+ | 0.2249 | 9.17 | 1000 | 0.4049 | 0.3881 |
68
+ | 0.2249 | 10.09 | 1100 | 0.3993 | 0.3809 |
69
+ | 0.2249 | 11.01 | 1200 | 0.3855 | 0.3782 |
70
+ | 0.2249 | 11.93 | 1300 | 0.3923 | 0.3713 |
71
+ | 0.2249 | 12.84 | 1400 | 0.3833 | 0.3591 |
72
+ | 0.1029 | 13.76 | 1500 | 0.3811 | 0.3570 |
73
+ | 0.1029 | 14.68 | 1600 | 0.3834 | 0.3499 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.13.0.dev0
79
+ - Pytorch 1.12.0a0+2c916ef
80
+ - Datasets 2.2.2
81
+ - Tokenizers 0.10.3