GleamEyeBeast commited on
Commit
913fa7f
1 Parent(s): c4484e6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: ascend_with_timit
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # ascend_with_timit
13
+
14
+ This model is a fine-tuned version of [GleamEyeBeast/ascend_with_timit](https://huggingface.co/GleamEyeBeast/ascend_with_timit) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.8013
17
+ - Wer: 0.4781
18
+ - Cer: 0.1727
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 5
44
+ - mixed_precision_training: Native AMP
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
49
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
50
+ | 2.4026 | 1.0 | 890 | 1.3419 | 0.9083 | 0.3670 |
51
+ | 1.1926 | 2.0 | 1780 | 0.9730 | 0.6491 | 0.2585 |
52
+ | 0.9104 | 3.0 | 2670 | 0.8483 | 0.5368 | 0.1963 |
53
+ | 0.7718 | 4.0 | 3560 | 0.8122 | 0.4913 | 0.1791 |
54
+ | 0.7013 | 5.0 | 4450 | 0.8013 | 0.4781 | 0.1727 |
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.17.0
60
+ - Pytorch 1.10.0+cu111
61
+ - Datasets 2.0.0
62
+ - Tokenizers 0.11.6