shunxing1234 commited on
Commit
c54a749
·
verified ·
1 Parent(s): aead94e

Delete generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +0 -14
generation_config.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "max_length": 8192,
3
- "do_sample": false,
4
- "use_cache": true,
5
- "temperature": 0.3,
6
- "top_k": 5,
7
- "top_p": 0.85,
8
- "repetition_penalty": 1.03,
9
- "pad_token_id": 3,
10
- "bos_token_id": 1,
11
- "eos_token_id": 2,
12
- "user_token_id": 4,
13
- "bot_token_id": 5
14
- }