hoonsung commited on
Commit
5e56893
1 Parent(s): 1b49a0f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - model_eng
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: VoiceMath-Tiny-Tres
11
+ results:
12
+ - task:
13
+ name: Automatic Speech Recognition
14
+ type: automatic-speech-recognition
15
+ dataset:
16
+ name: model_eng
17
+ type: model_eng
18
+ config: default
19
+ split: None
20
+ args: default
21
+ metrics:
22
+ - name: Wer
23
+ type: wer
24
+ value: 10.023201856148493
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # VoiceMath-Tiny-Tres
31
+
32
+ This model is a fine-tuned version of [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) on the model_eng dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.6083
35
+ - Wer: 10.0232
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 1e-05
55
+ - train_batch_size: 8
56
+ - eval_batch_size: 32
57
+ - seed: 42
58
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
+ - lr_scheduler_type: linear
60
+ - num_epochs: 10
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
65
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
66
+ | No log | 1.0 | 100 | 0.4361 | 10.6729 |
67
+ | No log | 2.0 | 200 | 0.4749 | 10.1160 |
68
+ | No log | 3.0 | 300 | 0.4844 | 14.8956 |
69
+ | No log | 4.0 | 400 | 0.5087 | 10.3944 |
70
+ | 0.1884 | 5.0 | 500 | 0.5732 | 9.7912 |
71
+ | 0.1884 | 6.0 | 600 | 0.5863 | 9.9768 |
72
+ | 0.1884 | 7.0 | 700 | 0.5934 | 9.9768 |
73
+ | 0.1884 | 8.0 | 800 | 0.6067 | 10.0232 |
74
+ | 0.1884 | 9.0 | 900 | 0.6051 | 10.1160 |
75
+ | 0.001 | 10.0 | 1000 | 0.6083 | 10.0232 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.30.0.dev0
81
+ - Pytorch 2.2.1+cu121
82
+ - Datasets 2.18.0
83
+ - Tokenizers 0.13.3