a01709042 commited on
Commit
2bd6533
1 Parent(s): 8307506

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -29,11 +29,11 @@
29
  "task_specific_params": {
30
  "conversational": {
31
 
32
- "max_length": 100,
33
  "top_k":50,
34
  "top_p":0.95,
35
- "repetition_penalty": 1.0,
36
- "temperature": 2.0
37
 
38
  }
39
  },
 
29
  "task_specific_params": {
30
  "conversational": {
31
 
32
+ "max_length": 1000,
33
  "top_k":50,
34
  "top_p":0.95,
35
+ "repetition_penalty": 2.0,
36
+ "temperature": 1.0
37
 
38
  }
39
  },