ghofrani commited on
Commit
089dc6d
1 Parent(s): 1c31284

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - common_voice
6
+ model-index:
7
+ - name: common6
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # common6
15
+
16
+ This model was trained from scratch on the common_voice dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.3502
19
+ - Wer: 0.3550
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 6e-05
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 16
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 256
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 100
47
+ - num_epochs: 100.0
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
54
+ | 1.0344 | 10.0 | 500 | 0.4043 | 0.4511 |
55
+ | 0.9651 | 20.0 | 1000 | 0.3793 | 0.4159 |
56
+ | 0.9125 | 30.0 | 1500 | 0.3756 | 0.4046 |
57
+ | 0.8831 | 40.0 | 2000 | 0.3650 | 0.3876 |
58
+ | 0.8399 | 50.0 | 2500 | 0.3605 | 0.3772 |
59
+ | 0.819 | 60.0 | 3000 | 0.3622 | 0.3714 |
60
+ | 0.8029 | 70.0 | 3500 | 0.3561 | 0.3664 |
61
+ | 0.8045 | 80.0 | 4000 | 0.3607 | 0.3621 |
62
+ | 0.7799 | 90.0 | 4500 | 0.3501 | 0.3561 |
63
+ | 0.7769 | 100.0 | 5000 | 0.3502 | 0.3550 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.17.0.dev0
69
+ - Pytorch 1.10.2
70
+ - Datasets 1.18.3.dev0
71
+ - Tokenizers 0.10.3