Commit
·
6c7127f
1
Parent(s):
c8c2264
Update config.json
Browse files- config.json +5 -5
config.json
CHANGED
@@ -25,11 +25,11 @@
|
|
25 |
"pad_token_id": 0,
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
-
"min_length"
|
29 |
-
"max_length"
|
30 |
-
"do_sample"
|
31 |
-
"top_p"
|
32 |
-
"top_k"
|
33 |
},
|
34 |
"tie_word_embeddings": false,
|
35 |
"torch_dtype": "float32",
|
|
|
25 |
"pad_token_id": 0,
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
+
"min_length": 30,
|
29 |
+
"max_length": 512,
|
30 |
+
"do_sample": true,
|
31 |
+
"top_p": 0.92,
|
32 |
+
"top_k": 0,
|
33 |
},
|
34 |
"tie_word_embeddings": false,
|
35 |
"torch_dtype": "float32",
|