GleamEyeBeast commited on
Commit
f12125c
1 Parent(s): bf1449f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - timit_asr
6
+ model-index:
7
+ - name: ascend_with_english
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
+ # ascend_with_english
15
+
16
+ This model is a fine-tuned version of [GleamEyeBeast/ascend](https://huggingface.co/GleamEyeBeast/ascend) on the timit_asr dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.3049
19
+ - Wer: 0.2251
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: 16
40
+ - eval_batch_size: 16
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 5
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | No log | 1.0 | 289 | 0.3524 | 0.3016 |
52
+ | 0.4246 | 2.0 | 578 | 0.3132 | 0.2607 |
53
+ | 0.4246 | 3.0 | 867 | 0.3044 | 0.2373 |
54
+ | 0.2008 | 4.0 | 1156 | 0.3075 | 0.2302 |
55
+ | 0.2008 | 5.0 | 1445 | 0.3049 | 0.2251 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.17.0
61
+ - Pytorch 1.10.0+cu111
62
+ - Datasets 2.0.0
63
+ - Tokenizers 0.11.6