Miamoto commited on
Commit
b82461c
1 Parent(s): 78c45a3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - wer
6
+ model-index:
7
+ - name: hubert-base-libri-pruning-TEST6
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
+ # hubert-base-libri-pruning-TEST6
15
+
16
+ This model was trained from scratch on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: -0.1778
19
+ - Wer: 0.1113
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: 0.00015
39
+ - train_batch_size: 64
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 3000
45
+ - num_epochs: 30
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
52
+ | 0.0811 | 1.12 | 500 | 0.1186 | 0.1113 |
53
+ | 0.0736 | 2.24 | 1000 | 0.1194 | 0.1114 |
54
+ | 0.0721 | 3.36 | 1500 | 0.1197 | 0.1115 |
55
+ | 0.0714 | 4.48 | 2000 | 0.1127 | 0.1114 |
56
+ | 0.045 | 5.61 | 2500 | 0.0819 | 0.1114 |
57
+ | 0.011 | 6.73 | 3000 | 0.0554 | 0.1113 |
58
+ | -0.0114 | 7.85 | 3500 | 0.0316 | 0.1112 |
59
+ | -0.0312 | 8.97 | 4000 | 0.0121 | 0.1114 |
60
+ | -0.0488 | 10.09 | 4500 | -0.0078 | 0.1115 |
61
+ | -0.0767 | 11.21 | 5000 | -0.0271 | 0.1113 |
62
+ | -0.0882 | 12.33 | 5500 | -0.0439 | 0.1112 |
63
+ | -0.1142 | 13.45 | 6000 | -0.0604 | 0.1114 |
64
+ | -0.1255 | 14.57 | 6500 | -0.0751 | 0.1113 |
65
+ | -0.1383 | 15.7 | 7000 | -0.0885 | 0.1115 |
66
+ | -0.1518 | 16.82 | 7500 | -0.1019 | 0.1111 |
67
+ | -0.1646 | 17.94 | 8000 | -0.1137 | 0.1114 |
68
+ | -0.1723 | 19.06 | 8500 | -0.1247 | 0.1114 |
69
+ | -0.178 | 20.18 | 9000 | -0.1343 | 0.1113 |
70
+ | -0.1926 | 21.3 | 9500 | -0.1432 | 0.1114 |
71
+ | -0.2006 | 22.42 | 10000 | -0.1507 | 0.1114 |
72
+ | -0.2029 | 23.54 | 10500 | -0.1581 | 0.1113 |
73
+ | -0.2081 | 24.66 | 11000 | -0.1645 | 0.1112 |
74
+ | -0.2054 | 25.78 | 11500 | -0.1698 | 0.1111 |
75
+ | -0.2153 | 26.91 | 12000 | -0.1738 | 0.1112 |
76
+ | -0.2111 | 28.03 | 12500 | -0.1764 | 0.1112 |
77
+ | -0.2175 | 29.15 | 13000 | -0.1778 | 0.1113 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.30.0.dev0
83
+ - Pytorch 2.0.1
84
+ - Datasets 2.12.1.dev0
85
+ - Tokenizers 0.13.3