Wonder-Griffin commited on
Commit
b771bee
·
verified ·
1 Parent(s): 9a97de5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "GPT2LMHeadModel"
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": 50
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",