rohitp1 commited on
Commit
2f1fd96
1 Parent(s): 64ff11c

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: libri-alpha-0.75-Temp-1-attention-3-layers-distil-with-6-layers-att-take-4
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
+ # libri-alpha-0.75-Temp-1-attention-3-layers-distil-with-6-layers-att-take-4
15
+
16
+ This model is a fine-tuned version of [rohitp1/libri-alpha-0.75-Temp-1-attention-3-layers-distil-with-6-layers-att-take-2](https://huggingface.co/rohitp1/libri-alpha-0.75-Temp-1-attention-3-layers-distil-with-6-layers-att-take-2) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 37.5364
19
+ - Wer: 0.3334
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.002
39
+ - train_batch_size: 2
40
+ - eval_batch_size: 1
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 16
43
+ - total_train_batch_size: 32
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_ratio: 0.2
47
+ - num_epochs: 40
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
54
+ | 43.7806 | 0.9 | 400 | 41.3073 | 0.2570 |
55
+ | 48.6549 | 1.8 | 800 | 41.8945 | 0.2740 |
56
+ | 57.4209 | 2.7 | 1200 | 39.9947 | 0.2872 |
57
+ | 68.8449 | 3.59 | 1600 | 39.4528 | 0.3059 |
58
+ | 79.4299 | 4.49 | 2000 | 38.9575 | 0.3179 |
59
+ | 93.0514 | 5.39 | 2400 | 37.5364 | 0.3334 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.24.0
65
+ - Pytorch 1.12.1
66
+ - Datasets 2.7.1
67
+ - Tokenizers 0.11.0