Text Generation
Transformers
PyTorch
English
gpt_neo
ColleenMacklin commited on
Commit
424d732
·
1 Parent(s): d32a670

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -56,7 +56,7 @@
56
  "temperature": 0.7,
57
  "max_length": 100,
58
  "top_p": 0.95,
59
- "top_k": 0.50,
60
  "wait_for_model": true,
61
  "num_return_sequences": 2
62
  }
 
56
  "temperature": 0.7,
57
  "max_length": 100,
58
  "top_p": 0.95,
59
+ "top_k": 50,
60
  "wait_for_model": true,
61
  "num_return_sequences": 2
62
  }