Upload folder using huggingface_hub
Browse files- config.json +5 -5
- generation_config.json +1 -1
- special_tokens_map.json +7 -1
- tokenizer.json +2 -2
- tokenizer_config.json +5 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "ngxson/MiniThinky-1B-Llama-3.2",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -36,11 +36,11 @@
|
|
36 |
"torch_dtype": "float32",
|
37 |
"transformers.js_config": {
|
38 |
"kv_cache_dtype": {
|
39 |
-
"
|
40 |
-
"
|
41 |
}
|
42 |
},
|
43 |
-
"transformers_version": "4.
|
44 |
"use_cache": true,
|
45 |
"vocab_size": 128256
|
46 |
-
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "ngxson/MiniThinky-v2-1B-Llama-3.2",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
36 |
"torch_dtype": "float32",
|
37 |
"transformers.js_config": {
|
38 |
"kv_cache_dtype": {
|
39 |
+
"q4f16": "float16",
|
40 |
+
"fp16": "float16"
|
41 |
}
|
42 |
},
|
43 |
+
"transformers_version": "4.46.3",
|
44 |
"use_cache": true,
|
45 |
"vocab_size": 128256
|
46 |
+
}
|
generation_config.json
CHANGED
@@ -8,5 +8,5 @@
|
|
8 |
],
|
9 |
"temperature": 0.6,
|
10 |
"top_p": 0.9,
|
11 |
-
"transformers_version": "4.
|
12 |
}
|
|
|
8 |
],
|
9 |
"temperature": 0.6,
|
10 |
"top_p": 0.9,
|
11 |
+
"transformers_version": "4.46.3"
|
12 |
}
|
special_tokens_map.json
CHANGED
@@ -13,5 +13,11 @@
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
}
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|finetune_right_pad_id|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
}
|
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c02b5c0c3fbb4b776c5ad9ede41ef8421ce0a8be84fa0bf5812fbbc80557e21
|
3 |
+
size 11574684
|
tokenizer_config.json
CHANGED
@@ -2054,11 +2054,15 @@
|
|
2054 |
"clean_up_tokenization_spaces": true,
|
2055 |
"eos_token": "<|eot_id|>",
|
2056 |
"extra_special_tokens": {},
|
|
|
2057 |
"model_input_names": [
|
2058 |
"input_ids",
|
2059 |
"attention_mask"
|
2060 |
],
|
2061 |
"model_max_length": 131072,
|
2062 |
"pad_token": "<|finetune_right_pad_id|>",
|
2063 |
-
"
|
|
|
|
|
|
|
2064 |
}
|
|
|
2054 |
"clean_up_tokenization_spaces": true,
|
2055 |
"eos_token": "<|eot_id|>",
|
2056 |
"extra_special_tokens": {},
|
2057 |
+
"max_length": 32000,
|
2058 |
"model_input_names": [
|
2059 |
"input_ids",
|
2060 |
"attention_mask"
|
2061 |
],
|
2062 |
"model_max_length": 131072,
|
2063 |
"pad_token": "<|finetune_right_pad_id|>",
|
2064 |
+
"stride": 0,
|
2065 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
2066 |
+
"truncation_side": "right",
|
2067 |
+
"truncation_strategy": "longest_first"
|
2068 |
}
|