upperwal commited on
Commit
368ed15
·
verified ·
1 Parent(s): 0adfc4d

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +2 -1
generation_config.json CHANGED
@@ -7,5 +7,6 @@
7
  "do_sample": "True",
8
  "top_k": 10,
9
  "temperature": 0.8,
10
- "max_new_tokens": 512
 
11
  }
 
7
  "do_sample": "True",
8
  "top_k": 10,
9
  "temperature": 0.8,
10
+ "max_new_tokens": 512,
11
+ "repitition_penalty": 10.
12
  }