MrD05 commited on
Commit
10dc254
1 Parent(s): 95d6ff0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -87,8 +87,10 @@
87
  "task_specific_params": {
88
  "text-generation": {
89
  "do_sample": true,
90
- "max_new_tokens": 2048,
91
- "temperature": 0.5
 
 
92
  }
93
  },
94
  "num_hidden_layers": 24,
 
87
  "task_specific_params": {
88
  "text-generation": {
89
  "do_sample": true,
90
+ "max_new_tokens": 250,
91
+ "temperature": 0.5,
92
+ "return_full_text": false,
93
+ "top_p": 0.5
94
  }
95
  },
96
  "num_hidden_layers": 24,