eai6 commited on
Commit
5626e6e
·
1 Parent(s): 3427229

End of training

Browse files
Files changed (2) hide show
  1. README.md +80 -0
  2. generation_config.json +136 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ base_model: openai/whisper-base.en
6
+ tags:
7
+ - nyansapo_ai-asr-leaderboard
8
+ - generated_from_trainer
9
+ datasets:
10
+ - NyansapoAI/azure-dataset
11
+ metrics:
12
+ - wer
13
+ model-index:
14
+ - name: whisper-base.en
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Azure-dataset
21
+ type: NyansapoAI/azure-dataset
22
+ config: default
23
+ split: test
24
+ args: 'split: test'
25
+ metrics:
26
+ - name: Wer
27
+ type: wer
28
+ value: 19.8989898989899
29
+ ---
30
+
31
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
32
+ should probably proofread and complete it, then remove this comment. -->
33
+
34
+ # whisper-base.en
35
+
36
+ This model is a fine-tuned version of [openai/whisper-base.en](https://huggingface.co/openai/whisper-base.en) on the Azure-dataset dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.0213
39
+ - Wer: 19.8990
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 1e-05
59
+ - train_batch_size: 16
60
+ - eval_batch_size: 8
61
+ - seed: 42
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - lr_scheduler_warmup_steps: 500
65
+ - training_steps: 2000
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
70
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
71
+ | 0.0663 | 6.21 | 1000 | 0.0213 | 20.2020 |
72
+ | 0.0485 | 12.42 | 2000 | 0.0213 | 19.8990 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.33.0.dev0
78
+ - Pytorch 2.0.1
79
+ - Datasets 2.14.4
80
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 3,
5
+ 3
6
+ ],
7
+ [
8
+ 4,
9
+ 7
10
+ ],
11
+ [
12
+ 5,
13
+ 1
14
+ ],
15
+ [
16
+ 5,
17
+ 5
18
+ ],
19
+ [
20
+ 5,
21
+ 7
22
+ ]
23
+ ],
24
+ "begin_suppress_tokens": [
25
+ 220,
26
+ 50256
27
+ ],
28
+ "bos_token_id": 50257,
29
+ "decoder_start_token_id": 50257,
30
+ "eos_token_id": 50256,
31
+ "forced_decoder_ids": [
32
+ [
33
+ 1,
34
+ 50362
35
+ ]
36
+ ],
37
+ "is_multilingual": false,
38
+ "max_initial_timestamp_index": 1,
39
+ "max_length": 448,
40
+ "no_timestamps_token_id": 50362,
41
+ "pad_token_id": 50256,
42
+ "return_timestamps": false,
43
+ "suppress_tokens": [
44
+ 1,
45
+ 2,
46
+ 7,
47
+ 8,
48
+ 9,
49
+ 10,
50
+ 14,
51
+ 25,
52
+ 26,
53
+ 27,
54
+ 28,
55
+ 29,
56
+ 31,
57
+ 58,
58
+ 59,
59
+ 60,
60
+ 61,
61
+ 62,
62
+ 63,
63
+ 90,
64
+ 91,
65
+ 92,
66
+ 93,
67
+ 357,
68
+ 366,
69
+ 438,
70
+ 532,
71
+ 685,
72
+ 705,
73
+ 796,
74
+ 930,
75
+ 1058,
76
+ 1220,
77
+ 1267,
78
+ 1279,
79
+ 1303,
80
+ 1343,
81
+ 1377,
82
+ 1391,
83
+ 1635,
84
+ 1782,
85
+ 1875,
86
+ 2162,
87
+ 2361,
88
+ 2488,
89
+ 3467,
90
+ 4008,
91
+ 4211,
92
+ 4600,
93
+ 4808,
94
+ 5299,
95
+ 5855,
96
+ 6329,
97
+ 7203,
98
+ 9609,
99
+ 9959,
100
+ 10563,
101
+ 10786,
102
+ 11420,
103
+ 11709,
104
+ 11907,
105
+ 13163,
106
+ 13697,
107
+ 13700,
108
+ 14808,
109
+ 15306,
110
+ 16410,
111
+ 16791,
112
+ 17992,
113
+ 19203,
114
+ 19510,
115
+ 20724,
116
+ 22305,
117
+ 22935,
118
+ 27007,
119
+ 30109,
120
+ 30420,
121
+ 33409,
122
+ 34949,
123
+ 40283,
124
+ 40493,
125
+ 40549,
126
+ 47282,
127
+ 49146,
128
+ 50257,
129
+ 50357,
130
+ 50358,
131
+ 50359,
132
+ 50360,
133
+ 50361
134
+ ],
135
+ "transformers_version": "4.33.0.dev0"
136
+ }