davda54 commited on
Commit
f8c9476
1 Parent(s): 809b9fe

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +2 -1
generation_config.json CHANGED
@@ -9,5 +9,6 @@
9
  "repetition_penalty": 1.0,
10
  "sample": true,
11
  "temperature": 0.3,
12
- "max_new_tokens": 1024
 
13
  }
 
9
  "repetition_penalty": 1.0,
10
  "sample": true,
11
  "temperature": 0.3,
12
+ "max_new_tokens": 1024,
13
+ "use_cache": true
14
  }