commit files to HF hub
Browse files- added_tokens.json +3 -0
- config.json +39 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- model_list.json +132 -0
- special_tokens_map.json +41 -0
- tokenizer.json +0 -0
- tokenizer_config.json +164 -0
- training_args.bin +3 -0
- training_config.json +21 -0
- vocab.json +0 -0
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|cls|>": 49152
|
3 |
+
}
|
config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "HuggingFaceTB/SmolLM2-135M-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"P2LModel"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 1,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"head_dim": 64,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 576,
|
13 |
+
"initializer_range": 0.041666666666666664,
|
14 |
+
"intermediate_size": 1536,
|
15 |
+
"is_llama_config": true,
|
16 |
+
"max_position_embeddings": 8192,
|
17 |
+
"mlp_bias": false,
|
18 |
+
"model_type": "llama",
|
19 |
+
"num_attention_heads": 9,
|
20 |
+
"num_hidden_layers": 30,
|
21 |
+
"num_key_value_heads": 3,
|
22 |
+
"pad_token_id": 2,
|
23 |
+
"pretraining_tp": 1,
|
24 |
+
"rms_norm_eps": 1e-05,
|
25 |
+
"rope_interleaved": false,
|
26 |
+
"rope_scaling": null,
|
27 |
+
"rope_theta": 100000,
|
28 |
+
"tie_word_embeddings": true,
|
29 |
+
"torch_dtype": "bfloat16",
|
30 |
+
"transformers.js_config": {
|
31 |
+
"kv_cache_dtype": {
|
32 |
+
"fp16": "float16",
|
33 |
+
"q4f16": "float16"
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"transformers_version": "4.47.1",
|
37 |
+
"use_cache": true,
|
38 |
+
"vocab_size": 49153
|
39 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05c2ed29799e6db69497ae2afa6bd7ee2f2400a49126ace04e8e94e4033984ed
|
3 |
+
size 269213190
|
model_list.json
ADDED
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"amazon-nova-lite-v1.0",
|
3 |
+
"amazon-nova-micro-v1.0",
|
4 |
+
"amazon-nova-pro-v1.0",
|
5 |
+
"athene-70b-0725",
|
6 |
+
"athene-v2-chat",
|
7 |
+
"c4ai-aya-expanse-32b",
|
8 |
+
"c4ai-aya-expanse-8b",
|
9 |
+
"chatgpt-4o-latest-20240808",
|
10 |
+
"chatgpt-4o-latest-20240903",
|
11 |
+
"chatgpt-4o-latest-20241120",
|
12 |
+
"claude-3-5-haiku-20241022",
|
13 |
+
"claude-3-5-sonnet-20240620",
|
14 |
+
"claude-3-5-sonnet-20241022",
|
15 |
+
"claude-3-haiku-20240307",
|
16 |
+
"claude-3-opus-20240229",
|
17 |
+
"claude-3-sonnet-20240229",
|
18 |
+
"codestral-2405",
|
19 |
+
"command-r",
|
20 |
+
"command-r-08-2024",
|
21 |
+
"command-r-plus",
|
22 |
+
"command-r-plus-08-2024",
|
23 |
+
"dbrx-instruct-preview",
|
24 |
+
"deepseek-coder-v2",
|
25 |
+
"deepseek-coder-v2-0724",
|
26 |
+
"deepseek-v2-api-0628",
|
27 |
+
"deepseek-v2.5",
|
28 |
+
"deepseek-v2.5-1210",
|
29 |
+
"deepseek-v3",
|
30 |
+
"gemini-1.5-flash-001",
|
31 |
+
"gemini-1.5-flash-002",
|
32 |
+
"gemini-1.5-flash-8b-001",
|
33 |
+
"gemini-1.5-flash-8b-exp-0827",
|
34 |
+
"gemini-1.5-flash-exp-0827",
|
35 |
+
"gemini-1.5-pro-001",
|
36 |
+
"gemini-1.5-pro-002",
|
37 |
+
"gemini-1.5-pro-api-0409-preview",
|
38 |
+
"gemini-1.5-pro-exp-0801",
|
39 |
+
"gemini-1.5-pro-exp-0827",
|
40 |
+
"gemini-2.0-flash-exp",
|
41 |
+
"gemini-2.0-flash-thinking-exp-1219",
|
42 |
+
"gemini-advanced-0514",
|
43 |
+
"gemini-exp-1114",
|
44 |
+
"gemini-exp-1121",
|
45 |
+
"gemini-exp-1206",
|
46 |
+
"gemma-1.1-2b-it",
|
47 |
+
"gemma-1.1-7b-it",
|
48 |
+
"gemma-2-27b-it",
|
49 |
+
"gemma-2-2b-it",
|
50 |
+
"gemma-2-9b-it",
|
51 |
+
"gemma-2-9b-it-simpo",
|
52 |
+
"glm-4-0116",
|
53 |
+
"glm-4-0520",
|
54 |
+
"glm-4-plus",
|
55 |
+
"gpt-3.5-turbo-0125",
|
56 |
+
"gpt-4-0125-preview",
|
57 |
+
"gpt-4-0314",
|
58 |
+
"gpt-4-0613",
|
59 |
+
"gpt-4-1106-preview",
|
60 |
+
"gpt-4-turbo-2024-04-09",
|
61 |
+
"gpt-4o-2024-05-13",
|
62 |
+
"gpt-4o-2024-08-06",
|
63 |
+
"gpt-4o-mini-2024-07-18",
|
64 |
+
"granite-3.0-2b-instruct",
|
65 |
+
"granite-3.0-8b-instruct",
|
66 |
+
"grok-2-2024-08-13",
|
67 |
+
"grok-2-mini-2024-08-13",
|
68 |
+
"hunyuan-standard-256k",
|
69 |
+
"internlm2_5-20b-chat",
|
70 |
+
"jamba-1.5-large",
|
71 |
+
"jamba-1.5-mini",
|
72 |
+
"llama-2-13b-chat",
|
73 |
+
"llama-2-70b-chat",
|
74 |
+
"llama-3-70b-instruct",
|
75 |
+
"llama-3-8b-instruct",
|
76 |
+
"llama-3.1-405b-instruct-bf16",
|
77 |
+
"llama-3.1-405b-instruct-fp8",
|
78 |
+
"llama-3.1-70b-instruct",
|
79 |
+
"llama-3.1-8b-instruct",
|
80 |
+
"llama-3.1-nemotron-51b-instruct",
|
81 |
+
"llama-3.1-nemotron-70b-instruct",
|
82 |
+
"llama-3.1-tulu-3-70b",
|
83 |
+
"llama-3.1-tulu-3-8b",
|
84 |
+
"llama-3.2-1b-instruct",
|
85 |
+
"llama-3.2-3b-instruct",
|
86 |
+
"llama-3.3-70b-instruct",
|
87 |
+
"ministral-8b-2410",
|
88 |
+
"mistral-7b-instruct-v0.2",
|
89 |
+
"mistral-large-2402",
|
90 |
+
"mistral-large-2407",
|
91 |
+
"mistral-large-2411",
|
92 |
+
"mistral-medium",
|
93 |
+
"mixtral-8x22b-instruct-v0.1",
|
94 |
+
"mixtral-8x7b-instruct-v0.1",
|
95 |
+
"nemotron-4-340b-instruct",
|
96 |
+
"o1-2024-12-17",
|
97 |
+
"o1-mini",
|
98 |
+
"o1-preview",
|
99 |
+
"phi-3-medium-4k-instruct",
|
100 |
+
"phi-3-mini-128k-instruct",
|
101 |
+
"phi-3-mini-4k-instruct",
|
102 |
+
"phi-3-mini-4k-instruct-june-2024",
|
103 |
+
"phi-3-small-8k-instruct",
|
104 |
+
"qwen-max-0428",
|
105 |
+
"qwen-max-0919",
|
106 |
+
"qwen-plus-0828",
|
107 |
+
"qwen1.5-110b-chat",
|
108 |
+
"qwen1.5-14b-chat",
|
109 |
+
"qwen1.5-32b-chat",
|
110 |
+
"qwen1.5-72b-chat",
|
111 |
+
"qwen2-72b-instruct",
|
112 |
+
"qwen2.5-72b-instruct",
|
113 |
+
"qwen2.5-coder-32b-instruct",
|
114 |
+
"qwen2.5-plus-1127",
|
115 |
+
"qwq-32b-preview",
|
116 |
+
"reka-core-20240501",
|
117 |
+
"reka-core-20240722",
|
118 |
+
"reka-core-20240904",
|
119 |
+
"reka-flash-20240722",
|
120 |
+
"reka-flash-20240904",
|
121 |
+
"reka-flash-21b-20240226",
|
122 |
+
"reka-flash-21b-20240226-online",
|
123 |
+
"reka-flash-preview-20240611",
|
124 |
+
"smollm2-1.7b-instruct",
|
125 |
+
"snowflake-arctic-instruct",
|
126 |
+
"yi-1.5-34b-chat",
|
127 |
+
"yi-34b-chat",
|
128 |
+
"yi-large",
|
129 |
+
"yi-large-preview",
|
130 |
+
"yi-lightning",
|
131 |
+
"yi-lightning-lite"
|
132 |
+
]
|
special_tokens_map.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
+
"bos_token": {
|
7 |
+
"content": "<|im_start|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"cls_token": {
|
14 |
+
"content": "<|cls|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
},
|
20 |
+
"eos_token": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false
|
26 |
+
},
|
27 |
+
"pad_token": {
|
28 |
+
"content": "<|im_end|>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false
|
33 |
+
},
|
34 |
+
"unk_token": {
|
35 |
+
"content": "<|endoftext|>",
|
36 |
+
"lstrip": false,
|
37 |
+
"normalized": false,
|
38 |
+
"rstrip": false,
|
39 |
+
"single_word": false
|
40 |
+
}
|
41 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,164 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<repo_name>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"4": {
|
37 |
+
"content": "<reponame>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"5": {
|
45 |
+
"content": "<file_sep>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"6": {
|
53 |
+
"content": "<filename>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"7": {
|
61 |
+
"content": "<gh_stars>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"8": {
|
69 |
+
"content": "<issue_start>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"9": {
|
77 |
+
"content": "<issue_comment>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"10": {
|
85 |
+
"content": "<issue_closed>",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"11": {
|
93 |
+
"content": "<jupyter_start>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
},
|
100 |
+
"12": {
|
101 |
+
"content": "<jupyter_text>",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": false,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": true
|
107 |
+
},
|
108 |
+
"13": {
|
109 |
+
"content": "<jupyter_code>",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": false,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": true
|
115 |
+
},
|
116 |
+
"14": {
|
117 |
+
"content": "<jupyter_output>",
|
118 |
+
"lstrip": false,
|
119 |
+
"normalized": false,
|
120 |
+
"rstrip": false,
|
121 |
+
"single_word": false,
|
122 |
+
"special": true
|
123 |
+
},
|
124 |
+
"15": {
|
125 |
+
"content": "<jupyter_script>",
|
126 |
+
"lstrip": false,
|
127 |
+
"normalized": false,
|
128 |
+
"rstrip": false,
|
129 |
+
"single_word": false,
|
130 |
+
"special": true
|
131 |
+
},
|
132 |
+
"16": {
|
133 |
+
"content": "<empty_output>",
|
134 |
+
"lstrip": false,
|
135 |
+
"normalized": false,
|
136 |
+
"rstrip": false,
|
137 |
+
"single_word": false,
|
138 |
+
"special": true
|
139 |
+
},
|
140 |
+
"49152": {
|
141 |
+
"content": "<|cls|>",
|
142 |
+
"lstrip": false,
|
143 |
+
"normalized": false,
|
144 |
+
"rstrip": false,
|
145 |
+
"single_word": false,
|
146 |
+
"special": true
|
147 |
+
}
|
148 |
+
},
|
149 |
+
"additional_special_tokens": [
|
150 |
+
"<|im_start|>",
|
151 |
+
"<|im_end|>"
|
152 |
+
],
|
153 |
+
"bos_token": "<|im_start|>",
|
154 |
+
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
155 |
+
"clean_up_tokenization_spaces": false,
|
156 |
+
"cls_token": "<|cls|>",
|
157 |
+
"eos_token": "<|im_end|>",
|
158 |
+
"extra_special_tokens": {},
|
159 |
+
"model_max_length": 8192,
|
160 |
+
"pad_token": "<|im_end|>",
|
161 |
+
"tokenizer_class": "GPT2Tokenizer",
|
162 |
+
"unk_token": "<|endoftext|>",
|
163 |
+
"vocab_size": 49152
|
164 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f46bad49df329457a3ed221b2385222997d70c5d79548075a6bde38669d6d24e
|
3 |
+
size 7032
|
training_config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"proj_name": "SmolLM2-135M-Instruct-rk-full-train-half-batch",
|
3 |
+
"learning_rate": 8e-06,
|
4 |
+
"adam_epsilon": 1e-08,
|
5 |
+
"batch_size": 4,
|
6 |
+
"max_length": 8192,
|
7 |
+
"num_train_epochs": 1,
|
8 |
+
"train_data_path": "full-p2l-data-01082025",
|
9 |
+
"val_data_path": "p2el/canonical_bt_val_data_11092024",
|
10 |
+
"output_dir": "training_outputs",
|
11 |
+
"pretrain_model_name": "HuggingFaceTB/SmolLM2-135M-Instruct",
|
12 |
+
"gradient_accumulation_steps": 16,
|
13 |
+
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
14 |
+
"model_type": "llama",
|
15 |
+
"head_type": "rk",
|
16 |
+
"loss_type": "rk",
|
17 |
+
"weighted_loss": false,
|
18 |
+
"deepspeed_config_path": "deepspeed/zero1.json",
|
19 |
+
"init_type": "reset_params",
|
20 |
+
"load_train_data_from_disk": true
|
21 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|