catsOfpeople
commited on
Update generation_config.json
Browse files- generation_config.json +8 -17
generation_config.json
CHANGED
@@ -1,18 +1,9 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
|
10 |
-
"num_mel_bins": 80,
|
11 |
-
"padding_side": "right",
|
12 |
-
"padding_value": 0.0,
|
13 |
-
"processor_class": "SpeechT5Processor",
|
14 |
-
"return_attention_mask": true,
|
15 |
-
"sampling_rate": 16000,
|
16 |
-
"win_function": "hann_window",
|
17 |
-
"win_length": 64
|
18 |
-
}
|
|
|
1 |
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"decoder_start_token_id": 2,
|
5 |
+
"eos_token_id": 2,
|
6 |
+
"max_length": 1876,
|
7 |
+
"pad_token_id": 1,
|
8 |
+
"transformers_version": "4.44.2"
|
9 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|