piyushmaharana
commited on
Upload WhisperForConditionalGeneration
Browse files- config.json +1 -1
- generation_config.json +2 -10
- 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": "piyushmaharana/outcomes-whisper-tiny-v1",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
generation_config.json
CHANGED
@@ -32,16 +32,6 @@
|
|
32 |
"bos_token_id": 50257,
|
33 |
"decoder_start_token_id": 50258,
|
34 |
"eos_token_id": 50257,
|
35 |
-
"forced_decoder_ids": [
|
36 |
-
[
|
37 |
-
1,
|
38 |
-
null
|
39 |
-
],
|
40 |
-
[
|
41 |
-
2,
|
42 |
-
50359
|
43 |
-
]
|
44 |
-
],
|
45 |
"is_multilingual": true,
|
46 |
"lang_to_id": {
|
47 |
"<|af|>": 50327,
|
@@ -144,6 +134,7 @@
|
|
144 |
"<|yo|>": 50325,
|
145 |
"<|zh|>": 50260
|
146 |
},
|
|
|
147 |
"max_initial_timestamp_index": 50,
|
148 |
"max_length": 448,
|
149 |
"no_timestamps_token_id": 50363,
|
@@ -240,6 +231,7 @@
|
|
240 |
50361,
|
241 |
50362
|
242 |
],
|
|
|
243 |
"task_to_id": {
|
244 |
"transcribe": 50359,
|
245 |
"translate": 50358
|
|
|
32 |
"bos_token_id": 50257,
|
33 |
"decoder_start_token_id": 50258,
|
34 |
"eos_token_id": 50257,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
"is_multilingual": true,
|
36 |
"lang_to_id": {
|
37 |
"<|af|>": 50327,
|
|
|
134 |
"<|yo|>": 50325,
|
135 |
"<|zh|>": 50260
|
136 |
},
|
137 |
+
"language": "english",
|
138 |
"max_initial_timestamp_index": 50,
|
139 |
"max_length": 448,
|
140 |
"no_timestamps_token_id": 50363,
|
|
|
231 |
50361,
|
232 |
50362
|
233 |
],
|
234 |
+
"task": "transcribe",
|
235 |
"task_to_id": {
|
236 |
"transcribe": 50359,
|
237 |
"translate": 50358
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 152206000
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e7a5b2006facc7e3d847d051df7d662d4b2f0064e8dee64cd3d6f17e262f1b1
|
3 |
size 152206000
|