Commit ·
0c7b0fd
1
Parent(s): 8caf6ef
Upload WhisperForConditionalGeneration
Browse files- config.json +1 -1
- generation_config.json +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": "TenzinGayche/whisper-small",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"apply_spec_augment": false,
|
generation_config.json
CHANGED
|
@@ -165,7 +165,7 @@
|
|
| 165 |
"no_timestamps_token_id": 50363,
|
| 166 |
"num_beams": 4,
|
| 167 |
"pad_token_id": 50257,
|
| 168 |
-
"repetition_penalty": 1.
|
| 169 |
"return_timestamps": false,
|
| 170 |
"suppress_tokens": [
|
| 171 |
1,
|
|
|
|
| 165 |
"no_timestamps_token_id": 50363,
|
| 166 |
"num_beams": 4,
|
| 167 |
"pad_token_id": 50257,
|
| 168 |
+
"repetition_penalty": 1.1,
|
| 169 |
"return_timestamps": false,
|
| 170 |
"suppress_tokens": [
|
| 171 |
1,
|