Text Generation
Transformers
PyTorch
English
gpt_neo
ColleenMacklin commited on
Commit
63b5f02
·
1 Parent(s): 62fb491

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -54,8 +54,8 @@
54
  "text-generation": {
55
  "do_sample": true,
56
  "temperature": 0.7,
57
- "max_length": 1024,
58
- "min_length": 100,
59
  "top_p": 0.95,
60
  "top_k": 50,
61
  "wait_for_model": true,
 
54
  "text-generation": {
55
  "do_sample": true,
56
  "temperature": 0.7,
57
+ "max_length": 200,
58
+ "min_length": 50,
59
  "top_p": 0.95,
60
  "top_k": 50,
61
  "wait_for_model": true,