Miamoto commited on
Commit
a408ea6
1 Parent(s): e7307ee

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - wer
6
+ model-index:
7
+ - name: hubert-base-libri-pruning-v2-testing4-final
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-v2-testing4-final
15
+
16
+ This model was trained from scratch on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 2.5133
19
+ - Wer: 0.9962
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: 5e-05
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: 1000
45
+ - num_epochs: 10
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | 9.0283 | 1.12 | 500 | 11.2288 | 1.0 |
53
+ | 6.3979 | 2.24 | 1000 | 7.1301 | 0.9999 |
54
+ | 4.2992 | 3.36 | 1500 | 4.9714 | 0.9993 |
55
+ | 3.5827 | 4.48 | 2000 | 4.3086 | 0.9993 |
56
+ | 3.2057 | 5.61 | 2500 | 3.7872 | 0.9991 |
57
+ | 2.8439 | 6.73 | 3000 | 3.2309 | 0.9986 |
58
+ | 2.5046 | 7.85 | 3500 | 2.7973 | 0.9976 |
59
+ | 2.2656 | 8.97 | 4000 | 2.5133 | 0.9962 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.30.0.dev0
65
+ - Pytorch 2.0.1
66
+ - Datasets 2.12.1.dev0
67
+ - Tokenizers 0.13.3