Upload folder using huggingface_hub
Browse files- config.json +2 -2
- generation_config.json +2 -2
- special_tokens_map.json +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
-
"eos_token_id":
|
| 8 |
"head_dim": 128,
|
| 9 |
"hidden_act": "silu",
|
| 10 |
"hidden_size": 2560,
|
|
@@ -23,7 +23,7 @@
|
|
| 23 |
"sliding_window": null,
|
| 24 |
"tie_word_embeddings": true,
|
| 25 |
"torch_dtype": "bfloat16",
|
| 26 |
-
"transformers_version": "4.
|
| 27 |
"unsloth_fixed": true,
|
| 28 |
"use_cache": true,
|
| 29 |
"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": 2560,
|
|
|
|
| 23 |
"sliding_window": null,
|
| 24 |
"tie_word_embeddings": true,
|
| 25 |
"torch_dtype": "bfloat16",
|
| 26 |
+
"transformers_version": "4.51.3",
|
| 27 |
"unsloth_fixed": true,
|
| 28 |
"use_cache": true,
|
| 29 |
"use_sliding_window": false,
|
generation_config.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"bos_token_id": 151643,
|
| 3 |
-
"eos_token_id":
|
| 4 |
"max_length": 32768,
|
| 5 |
"max_new_tokens": 2048,
|
| 6 |
"pad_token_id": 151654,
|
| 7 |
-
"transformers_version": "4.
|
| 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": "<|
|
| 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": "<|
|
| 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,
|