system HF staff commited on
Commit
4bf2275
1 Parent(s): d3f018a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -24,7 +24,11 @@
24
  "task_specific_params": {
25
  "text-generation": {
26
  "do_sample": true,
27
- "max_length": 50
 
 
 
 
28
  }
29
  },
30
  "vocab_size": 50257
 
24
  "task_specific_params": {
25
  "text-generation": {
26
  "do_sample": true,
27
+ "max_length": 160,
28
+ "min_length": 10,
29
+ "padding_text": "<|endoftext|> ",
30
+ "temperature": 1.0,
31
+ "top_p": 0.95
32
  }
33
  },
34
  "vocab_size": 50257