rony commited on
Commit
c6c4b80
1 Parent(s): 88f43a2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -41,7 +41,9 @@
41
  "task_specific_params": {
42
  "text-generation": {
43
  "do_sample": true,
44
- "max_length": 200
 
 
45
  }
46
  },
47
  "torch_dtype": "float16",
 
41
  "task_specific_params": {
42
  "text-generation": {
43
  "do_sample": true,
44
+ "max_length": 200,
45
+ "temperature":0.7,
46
+ "top_p":0.9
47
  }
48
  },
49
  "torch_dtype": "float16",