Miamoto commited on
Commit
e9df99c
1 Parent(s): d98771b

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-v1
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-v1
15
+
16
+ This model was trained from scratch on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: -7634.6143
19
+ - Wer: 0.4250
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
+ | -14.3776 | 1.12 | 500 | -47.0374 | 0.5235 |
53
+ | -106.5986 | 2.24 | 1000 | -189.7623 | 0.4825 |
54
+ | -291.2003 | 3.36 | 1500 | -428.0651 | 0.4726 |
55
+ | -567.486 | 4.48 | 2000 | -761.7246 | 0.4628 |
56
+ | -934.1564 | 5.61 | 2500 | -1190.6781 | 0.4580 |
57
+ | -1396.4066 | 6.73 | 3000 | -1714.8335 | 0.4487 |
58
+ | -1930.5184 | 7.85 | 3500 | -2271.9685 | 0.4422 |
59
+ | -2452.421 | 8.97 | 4000 | -2802.5127 | 0.4418 |
60
+ | -2953.0952 | 10.09 | 4500 | -3304.3562 | 0.4386 |
61
+ | -3427.7243 | 11.21 | 5000 | -3779.5505 | 0.4357 |
62
+ | -3879.0445 | 12.33 | 5500 | -4227.1289 | 0.4339 |
63
+ | -4302.3395 | 13.45 | 6000 | -4647.1260 | 0.4311 |
64
+ | -4680.295 | 14.57 | 6500 | -5039.4692 | 0.4283 |
65
+ | -5054.8855 | 15.7 | 7000 | -5404.1592 | 0.4306 |
66
+ | -5377.8435 | 16.82 | 7500 | -5741.4082 | 0.4286 |
67
+ | -5688.8665 | 17.94 | 8000 | -6051.0688 | 0.4290 |
68
+ | -5990.955 | 19.06 | 8500 | -6333.1387 | 0.4284 |
69
+ | -6252.404 | 20.18 | 9000 | -6587.1460 | 0.4257 |
70
+ | -6481.961 | 21.3 | 9500 | -6814.2788 | 0.4268 |
71
+ | -6695.5835 | 22.42 | 10000 | -7013.8809 | 0.4256 |
72
+ | -6859.0875 | 23.54 | 10500 | -7185.9956 | 0.4255 |
73
+ | -7015.5155 | 24.66 | 11000 | -7330.6577 | 0.4271 |
74
+ | -7170.5215 | 25.78 | 11500 | -7447.6372 | 0.4256 |
75
+ | -7244.894 | 26.91 | 12000 | -7537.4111 | 0.4243 |
76
+ | -7320.932 | 28.03 | 12500 | -7599.7690 | 0.4248 |
77
+ | -7366.4105 | 29.15 | 13000 | -7634.6143 | 0.4250 |
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