huydt commited on
Commit
e4720f3
1 Parent(s): 4d5045e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - wer
7
+ model-index:
8
+ - name: large_config
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # large_config
16
+
17
+ This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.2441
20
+ - Wer: 17.8570
21
+ - Cer: 8.0073
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 32
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 500
49
+ - training_steps: 10000
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
56
+ | 0.5155 | 0.1 | 1000 | 0.4045 | 27.7845 | 12.1308 |
57
+ | 0.5436 | 1.02 | 2000 | 0.3784 | 27.0983 | 11.9181 |
58
+ | 0.265 | 1.12 | 3000 | 0.3227 | 22.8815 | 10.0236 |
59
+ | 0.4765 | 2.04 | 4000 | 0.3021 | 21.9744 | 9.6005 |
60
+ | 0.1818 | 2.14 | 5000 | 0.3002 | 21.0336 | 9.1830 |
61
+ | 0.4031 | 3.05 | 6000 | 0.2496 | 18.0914 | 7.9181 |
62
+ | 0.1991 | 3.15 | 7000 | 0.2971 | 21.7029 | 9.9984 |
63
+ | 0.3023 | 4.07 | 8000 | 0.2445 | 17.7946 | 7.9248 |
64
+ | 0.2185 | 4.17 | 9000 | 0.2842 | 20.3760 | 9.2891 |
65
+ | 0.2114 | 5.09 | 10000 | 0.2441 | 17.8570 | 8.0073 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.26.1
71
+ - Pytorch 1.13.1+cu117
72
+ - Datasets 2.9.0
73
+ - Tokenizers 0.13.2