Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"inference_mode": true,
|
6 |
"batch_size": 32,
|
@@ -60,7 +60,7 @@
|
|
60 |
"task_specific_params": {
|
61 |
"text-generation": {
|
62 |
"do_sample": true,
|
63 |
-
"max_length":
|
64 |
}
|
65 |
},
|
66 |
"task_type": "SEQ_CLS",
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"openai-gpt"
|
4 |
],
|
5 |
"inference_mode": true,
|
6 |
"batch_size": 32,
|
|
|
60 |
"task_specific_params": {
|
61 |
"text-generation": {
|
62 |
"do_sample": true,
|
63 |
+
"max_length": 100
|
64 |
}
|
65 |
},
|
66 |
"task_type": "SEQ_CLS",
|