Paul Rock
commited on
Commit
•
f34099c
1
Parent(s):
8948ba2
Config updated
Browse files- config.json +6 -0
config.json
CHANGED
@@ -4,6 +4,12 @@
|
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
6 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"attn_pdrop": 0.1,
|
8 |
"bad_words_ids": null,
|
9 |
"bos_token_id": 50256,
|
|
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
6 |
],
|
7 |
+
"task_specific_params": {
|
8 |
+
"text-generation": {
|
9 |
+
"do_sample": true,
|
10 |
+
"max_length": 50
|
11 |
+
}
|
12 |
+
},
|
13 |
"attn_pdrop": 0.1,
|
14 |
"bad_words_ids": null,
|
15 |
"bos_token_id": 50256,
|