Upload WhisperForConditionalGeneration
Browse files- config.json +1 -1
- generation_config.json +5 -4
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "whisper-podlodka-turbo",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
generation_config.json
CHANGED
@@ -25,14 +25,16 @@
|
|
25 |
14
|
26 |
]
|
27 |
],
|
28 |
-
"attn_implementation": "sdpa",
|
29 |
"begin_suppress_tokens": [
|
30 |
220,
|
31 |
50257
|
32 |
],
|
33 |
"bos_token_id": 50257,
|
34 |
"decoder_start_token_id": 50258,
|
35 |
-
"eos_token_id":
|
|
|
|
|
|
|
36 |
"forced_decoder_ids": [
|
37 |
[
|
38 |
1,
|
@@ -239,8 +241,7 @@
|
|
239 |
50359,
|
240 |
50360,
|
241 |
50361,
|
242 |
-
50362
|
243 |
-
50363
|
244 |
],
|
245 |
"task_to_id": {
|
246 |
"transcribe": 50360,
|
|
|
25 |
14
|
26 |
]
|
27 |
],
|
|
|
28 |
"begin_suppress_tokens": [
|
29 |
220,
|
30 |
50257
|
31 |
],
|
32 |
"bos_token_id": 50257,
|
33 |
"decoder_start_token_id": 50258,
|
34 |
+
"eos_token_id": [
|
35 |
+
50257,
|
36 |
+
50363
|
37 |
+
],
|
38 |
"forced_decoder_ids": [
|
39 |
[
|
40 |
1,
|
|
|
241 |
50359,
|
242 |
50360,
|
243 |
50361,
|
244 |
+
50362
|
|
|
245 |
],
|
246 |
"task_to_id": {
|
247 |
"transcribe": 50360,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3235581408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51e8e08305a473e77ecf77cbd6a59b51eb347fb96bc83bf7e2ed4fcd8e0c4319
|
3 |
size 3235581408
|