danielhanchen commited on
Commit
fc74e8b
·
verified ·
1 Parent(s): b52b10b

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -4,7 +4,7 @@
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
- "eos_token_id": 151645,
8
  "head_dim": 128,
9
  "hidden_act": "silu",
10
  "hidden_size": 1024,
@@ -46,7 +46,7 @@
46
  "sliding_window": null,
47
  "tie_word_embeddings": true,
48
  "torch_dtype": "bfloat16",
49
- "transformers_version": "4.52.0.dev0",
50
  "unsloth_fixed": true,
51
  "use_cache": true,
52
  "use_sliding_window": false,
 
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
+ "eos_token_id": 151643,
8
  "head_dim": 128,
9
  "hidden_act": "silu",
10
  "hidden_size": 1024,
 
46
  "sliding_window": null,
47
  "tie_word_embeddings": true,
48
  "torch_dtype": "bfloat16",
49
+ "transformers_version": "4.51.3",
50
  "unsloth_fixed": true,
51
  "use_cache": true,
52
  "use_sliding_window": false,
generation_config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "bos_token_id": 151643,
3
- "eos_token_id": 151645,
4
  "max_length": 32768,
5
  "max_new_tokens": 2048,
6
  "pad_token_id": 151654,
7
- "transformers_version": "4.52.0.dev0"
8
  }
 
1
  {
2
  "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
  "max_length": 32768,
5
  "max_new_tokens": 2048,
6
  "pad_token_id": 151654,
7
+ "transformers_version": "4.51.3"
8
  }
special_tokens_map.json CHANGED
@@ -15,7 +15,7 @@
15
  "<|video_pad|>"
16
  ],
17
  "eos_token": {
18
- "content": "<|im_end|>",
19
  "lstrip": false,
20
  "normalized": false,
21
  "rstrip": false,
 
15
  "<|video_pad|>"
16
  ],
17
  "eos_token": {
18
+ "content": "<|endoftext|>",
19
  "lstrip": false,
20
  "normalized": false,
21
  "rstrip": false,
tokenizer_config.json CHANGED
@@ -228,7 +228,7 @@
228
  ],
229
  "bos_token": null,
230
  "clean_up_tokenization_spaces": false,
231
- "eos_token": "<|im_end|>",
232
  "errors": "replace",
233
  "extra_special_tokens": {},
234
  "model_max_length": 32768,
 
228
  ],
229
  "bos_token": null,
230
  "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|endoftext|>",
232
  "errors": "replace",
233
  "extra_special_tokens": {},
234
  "model_max_length": 32768,