ccwu0918 commited on
Commit
c9ec4c9
1 Parent(s): af61ce3

Delete generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +0 -16
generation_config.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "chat_format": "chatml",
3
- "do_sample": true,
4
- "max_new_tokens":512,
5
- "eos_token_id": 151643,
6
- "pad_token_id": 151643,
7
- "max_window_size":6144,
8
- "stop_words_ids": [
9
- [
10
- 151643
11
- ]
12
- ],
13
- "top_k": 0,
14
- "top_p": 0.8,
15
- "transformers_version": "4.32.0"
16
- }