ricklamers commited on
Commit
ebcfa34
1 Parent(s): 8ae391f

fix: update default sampling values

Browse files
Files changed (1) hide show
  1. generation_config.json +2 -2
generation_config.json CHANGED
@@ -6,7 +6,7 @@
6
  128009
7
  ],
8
  "max_length": 4096,
9
- "temperature": 0.6,
10
- "top_p": 0.9,
11
  "transformers_version": "4.41.2"
12
  }
 
6
  128009
7
  ],
8
  "max_length": 4096,
9
+ "temperature": 0.5,
10
+ "top_p": 0.65,
11
  "transformers_version": "4.41.2"
12
  }