Aynursusuz commited on
Commit
0a592e0
·
verified ·
1 Parent(s): a8eaa7d

Aynursusuz/whisper_small

Browse files
Files changed (4) hide show
  1. README.md +5 -5
  2. config.json +77 -73
  3. model.safetensors +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: transformers
3
- license: mit
4
- base_model: distil-whisper/distil-small.en
5
  tags:
6
  - generated_from_trainer
7
  metrics:
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # music_speech_classification
18
 
19
- This model is a fine-tuned version of [distil-whisper/distil-small.en](https://huggingface.co/distil-whisper/distil-small.en) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.0002
22
  - Accuracy: 1.0
23
 
24
  ## Model description
@@ -54,7 +54,7 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
57
- | 0.0002 | 1.0 | 287 | 0.0002 | 1.0 |
58
 
59
 
60
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
+ base_model: openai/whisper-small
5
  tags:
6
  - generated_from_trainer
7
  metrics:
 
16
 
17
  # music_speech_classification
18
 
19
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0001
22
  - Accuracy: 1.0
23
 
24
  ## Model description
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
57
+ | 0.0 | 1.0 | 287 | 0.0001 | 1.0 |
58
 
59
 
60
  ### Framework versions
config.json CHANGED
@@ -8,7 +8,7 @@
8
  "attention_dropout": 0.0,
9
  "begin_suppress_tokens": [
10
  220,
11
- 50256
12
  ],
13
  "bos_token_id": 50257,
14
  "classifier_proj_size": 256,
@@ -16,19 +16,27 @@
16
  "decoder_attention_heads": 12,
17
  "decoder_ffn_dim": 3072,
18
  "decoder_layerdrop": 0.0,
19
- "decoder_layers": 4,
20
- "decoder_start_token_id": 50257,
21
  "dropout": 0.0,
22
  "dtype": "float32",
23
  "encoder_attention_heads": 12,
24
  "encoder_ffn_dim": 3072,
25
  "encoder_layerdrop": 0.0,
26
  "encoder_layers": 12,
27
- "eos_token_id": 50256,
28
  "forced_decoder_ids": [
29
  [
30
  1,
31
- 50362
 
 
 
 
 
 
 
 
32
  ]
33
  ],
34
  "id2label": {
@@ -54,7 +62,7 @@
54
  "model_type": "whisper",
55
  "num_hidden_layers": 12,
56
  "num_mel_bins": 80,
57
- "pad_token_id": 50256,
58
  "scale_embedding": false,
59
  "suppress_tokens": [
60
  1,
@@ -80,76 +88,72 @@
80
  91,
81
  92,
82
  93,
83
- 357,
84
- 366,
85
- 438,
86
- 532,
87
- 685,
88
- 705,
89
- 796,
90
- 930,
91
- 1058,
92
- 1220,
93
- 1267,
94
- 1279,
95
- 1303,
96
- 1343,
97
- 1377,
98
- 1391,
99
- 1635,
100
- 1782,
101
- 1875,
102
- 2162,
103
- 2361,
104
- 2488,
105
- 3467,
106
- 4008,
107
- 4211,
108
- 4600,
109
- 4808,
110
- 5299,
111
- 5855,
112
- 6329,
113
- 7203,
114
- 9609,
115
- 9959,
116
- 10563,
117
- 10786,
118
- 11420,
119
- 11709,
120
- 11907,
121
- 13163,
122
- 13697,
123
- 13700,
124
- 14808,
125
- 15306,
126
- 16410,
127
- 16791,
128
- 17992,
129
- 19203,
130
- 19510,
131
- 20724,
132
- 22305,
133
- 22935,
134
- 27007,
135
- 30109,
136
- 30420,
137
- 33409,
138
- 34949,
139
- 40283,
140
- 40493,
141
- 40549,
142
- 47282,
143
- 49146,
144
- 50257,
145
- 50357,
146
- 50358,
147
- 50359,
148
  50360,
149
- 50361
 
150
  ],
151
  "transformers_version": "4.57.1",
152
  "use_cache": true,
153
  "use_weighted_layer_sum": false,
154
- "vocab_size": 51864
155
  }
 
8
  "attention_dropout": 0.0,
9
  "begin_suppress_tokens": [
10
  220,
11
+ 50257
12
  ],
13
  "bos_token_id": 50257,
14
  "classifier_proj_size": 256,
 
16
  "decoder_attention_heads": 12,
17
  "decoder_ffn_dim": 3072,
18
  "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 12,
20
+ "decoder_start_token_id": 50258,
21
  "dropout": 0.0,
22
  "dtype": "float32",
23
  "encoder_attention_heads": 12,
24
  "encoder_ffn_dim": 3072,
25
  "encoder_layerdrop": 0.0,
26
  "encoder_layers": 12,
27
+ "eos_token_id": 50257,
28
  "forced_decoder_ids": [
29
  [
30
  1,
31
+ 50259
32
+ ],
33
+ [
34
+ 2,
35
+ 50359
36
+ ],
37
+ [
38
+ 3,
39
+ 50363
40
  ]
41
  ],
42
  "id2label": {
 
62
  "model_type": "whisper",
63
  "num_hidden_layers": 12,
64
  "num_mel_bins": 80,
65
+ "pad_token_id": 50257,
66
  "scale_embedding": false,
67
  "suppress_tokens": [
68
  1,
 
88
  91,
89
  92,
90
  93,
91
+ 359,
92
+ 503,
93
+ 522,
94
+ 542,
95
+ 873,
96
+ 893,
97
+ 902,
98
+ 918,
99
+ 922,
100
+ 931,
101
+ 1350,
102
+ 1853,
103
+ 1982,
104
+ 2460,
105
+ 2627,
106
+ 3246,
107
+ 3253,
108
+ 3268,
109
+ 3536,
110
+ 3846,
111
+ 3961,
112
+ 4183,
113
+ 4667,
114
+ 6585,
115
+ 6647,
116
+ 7273,
117
+ 9061,
118
+ 9383,
119
+ 10428,
120
+ 10929,
121
+ 11938,
122
+ 12033,
123
+ 12331,
124
+ 12562,
125
+ 13793,
126
+ 14157,
127
+ 14635,
128
+ 15265,
129
+ 15618,
130
+ 16553,
131
+ 16604,
132
+ 18362,
133
+ 18956,
134
+ 20075,
135
+ 21675,
136
+ 22520,
137
+ 26130,
138
+ 26161,
139
+ 26435,
140
+ 28279,
141
+ 29464,
142
+ 31650,
143
+ 32302,
144
+ 32470,
145
+ 36865,
146
+ 42863,
147
+ 47425,
148
+ 49870,
149
+ 50254,
150
+ 50258,
 
 
 
 
 
151
  50360,
152
+ 50361,
153
+ 50362
154
  ],
155
  "transformers_version": "4.57.1",
156
  "use_cache": true,
157
  "use_weighted_layer_sum": false,
158
+ "vocab_size": 51865
159
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f356cd19d6a94f50555ee938edd15659923e6d0ad23c5f0f87a2ea6f080007bf
3
  size 353426360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81ad8da8ce388a3cc615a3212f71eb205caf97303034d83d656ec15fc664cd13
3
  size 353426360
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f75c54c18b023e1f997327019cba0551e1f0988c916f00ef4a87ffce3456ce1
3
  size 5969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f7d8a5b152aba59a1eb063ec20791eacd066e189de9144158f4a76e11ad7b07
3
  size 5969