m3hrdadfi commited on
Commit
bbe6876
1 Parent(s): a2063a4

removing cnt fixed

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -27,6 +27,7 @@
27
  "task_specific_params": {
28
  "text-generation": {
29
  "do_sample": true,
 
30
  "max_length": 256,
31
  "top_k": 50,
32
  "top_p": 0.95
 
27
  "task_specific_params": {
28
  "text-generation": {
29
  "do_sample": true,
30
+ "return_full_text": False,
31
  "max_length": 256,
32
  "top_k": 50,
33
  "top_p": 0.95