chiyuzhang
commited on
Commit
·
301d262
1
Parent(s):
c70b73a
Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
@@ -18,5 +18,7 @@
|
|
18 |
"output_past": true,
|
19 |
"pad_token_id": 0,
|
20 |
"relative_attention_num_buckets": 32,
|
21 |
-
"vocab_size": 32128
|
|
|
|
|
22 |
}
|
|
|
18 |
"output_past": true,
|
19 |
"pad_token_id": 0,
|
20 |
"relative_attention_num_buckets": 32,
|
21 |
+
"vocab_size": 32128,
|
22 |
+
"top_p": 0.95,
|
23 |
+
"top_k": 0
|
24 |
}
|