Upload generation_config.json
Browse files- generation_config.json +17 -0
generation_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_length": 50,
|
3 |
+
"num_beams": 5,
|
4 |
+
"early_stopping": true,
|
5 |
+
"do_sample": false,
|
6 |
+
"temperature": 1.0,
|
7 |
+
"top_k": 50,
|
8 |
+
"top_p": 1.0,
|
9 |
+
"repetition_penalty": 1.0,
|
10 |
+
"length_penalty": 1.0,
|
11 |
+
"no_repeat_ngram_size": 0,
|
12 |
+
"num_return_sequences": 1,
|
13 |
+
"output_scores": false,
|
14 |
+
"return_dict_in_generate": false,
|
15 |
+
"output_attentions": false,
|
16 |
+
"output_hidden_states": false
|
17 |
+
}
|