nraesalmi commited on
Commit
1b6c71e
·
verified ·
1 Parent(s): 8ee7c9b

(Trained with Unsloth)

Browse files
added_tokens.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|assistant|>": 32001,
3
+ "<|endoftext|>": 32000,
4
+ "<|end|>": 32007,
5
+ "<|placeholder1|>": 32002,
6
+ "<|placeholder2|>": 32003,
7
+ "<|placeholder3|>": 32004,
8
+ "<|placeholder4|>": 32005,
9
+ "<|placeholder5|>": 32008,
10
+ "<|placeholder6|>": 32009,
11
+ "<|system|>": 32006,
12
+ "<|user|>": 32010
13
+ }
chat_template.jinja ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {% if 'role' in messages[0] %}{% for message in messages %}{% if message['role'] == 'user' %}{{'<|user|>
2
+ ' + message['content'] + '<|end|>
3
+ '}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>
4
+ ' + message['content'] + '<|end|>
5
+ '}}{% else %}{{'<|' + message['role'] + '|>
6
+ ' + message['content'] + '<|end|>
7
+ '}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>
8
+ ' }}{% endif %}{% else %}{% for message in messages %}{% if message['role'] == 'role' %}{{'<|user|>
9
+ ' + message['content'] + '<|end|>
10
+ '}}{% elif message['role'] == 'role' %}{{'<|assistant|>
11
+ ' + message['content'] + '<|end|>
12
+ '}}{% else %}{{'<|' + message['role'] + '|>
13
+ ' + message['content'] + '<|end|>
14
+ '}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>
15
+ ' }}{% endif %}{% endif %}
config.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "torch_dtype": "bfloat16",
9
+ "eos_token_id": 32000,
10
+ "head_dim": 96,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 3072,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 8192,
15
+ "max_position_embeddings": 131072,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 32,
19
+ "num_hidden_layers": 32,
20
+ "num_key_value_heads": 32,
21
+ "original_max_position_embeddings": 4096,
22
+ "pad_token_id": 32009,
23
+ "pretraining_tp": 1,
24
+ "quantization_config": {
25
+ "bnb_4bit_compute_dtype": "bfloat16",
26
+ "bnb_4bit_quant_type": "nf4",
27
+ "bnb_4bit_use_double_quant": true,
28
+ "llm_int8_enable_fp32_cpu_offload": false,
29
+ "llm_int8_has_fp16_weight": false,
30
+ "llm_int8_skip_modules": [
31
+ "lm_head"
32
+ ],
33
+ "llm_int8_threshold": 6.0,
34
+ "load_in_4bit": true,
35
+ "load_in_8bit": false,
36
+ "quant_method": "bitsandbytes"
37
+ },
38
+ "rms_norm_eps": 1e-05,
39
+ "rope_scaling": {
40
+ "attention_factor": 32.0,
41
+ "factor": 32.0,
42
+ "long_factor": [
43
+ 1.0800000429153442,
44
+ 1.1100000143051147,
45
+ 1.1399999856948853,
46
+ 1.340000033378601,
47
+ 1.5899999141693115,
48
+ 1.600000023841858,
49
+ 1.6200000047683716,
50
+ 2.620000123977661,
51
+ 3.2300000190734863,
52
+ 3.2300000190734863,
53
+ 4.789999961853027,
54
+ 7.400000095367432,
55
+ 7.700000286102295,
56
+ 9.09000015258789,
57
+ 12.199999809265137,
58
+ 17.670000076293945,
59
+ 24.46000099182129,
60
+ 28.57000160217285,
61
+ 30.420001983642578,
62
+ 30.840002059936523,
63
+ 32.590003967285156,
64
+ 32.93000411987305,
65
+ 42.320003509521484,
66
+ 44.96000289916992,
67
+ 50.340003967285156,
68
+ 50.45000457763672,
69
+ 57.55000305175781,
70
+ 57.93000411987305,
71
+ 58.21000289916992,
72
+ 60.1400032043457,
73
+ 62.61000442504883,
74
+ 62.62000274658203,
75
+ 62.71000289916992,
76
+ 63.1400032043457,
77
+ 63.1400032043457,
78
+ 63.77000427246094,
79
+ 63.93000411987305,
80
+ 63.96000289916992,
81
+ 63.970001220703125,
82
+ 64.02999877929688,
83
+ 64.06999969482422,
84
+ 64.08000183105469,
85
+ 64.12000274658203,
86
+ 64.41000366210938,
87
+ 64.4800033569336,
88
+ 64.51000213623047,
89
+ 64.52999877929688,
90
+ 64.83999633789062
91
+ ],
92
+ "rope_type": "longrope",
93
+ "short_factor": [
94
+ 1.0,
95
+ 1.0199999809265137,
96
+ 1.0299999713897705,
97
+ 1.0299999713897705,
98
+ 1.0499999523162842,
99
+ 1.0499999523162842,
100
+ 1.0499999523162842,
101
+ 1.0499999523162842,
102
+ 1.0499999523162842,
103
+ 1.0699999332427979,
104
+ 1.0999999046325684,
105
+ 1.1099998950958252,
106
+ 1.1599998474121094,
107
+ 1.1599998474121094,
108
+ 1.1699998378753662,
109
+ 1.2899998426437378,
110
+ 1.339999794960022,
111
+ 1.679999828338623,
112
+ 1.7899998426437378,
113
+ 1.8199998140335083,
114
+ 1.8499997854232788,
115
+ 1.8799997568130493,
116
+ 1.9099997282028198,
117
+ 1.9399996995925903,
118
+ 1.9899996519088745,
119
+ 2.0199997425079346,
120
+ 2.0199997425079346,
121
+ 2.0199997425079346,
122
+ 2.0199997425079346,
123
+ 2.0199997425079346,
124
+ 2.0199997425079346,
125
+ 2.0299997329711914,
126
+ 2.0299997329711914,
127
+ 2.0299997329711914,
128
+ 2.0299997329711914,
129
+ 2.0299997329711914,
130
+ 2.0299997329711914,
131
+ 2.0299997329711914,
132
+ 2.0299997329711914,
133
+ 2.0299997329711914,
134
+ 2.0799996852874756,
135
+ 2.0899996757507324,
136
+ 2.189999580383301,
137
+ 2.2199995517730713,
138
+ 2.5899994373321533,
139
+ 2.729999542236328,
140
+ 2.749999523162842,
141
+ 2.8399994373321533
142
+ ]
143
+ },
144
+ "rope_theta": 10000.0,
145
+ "tie_word_embeddings": false,
146
+ "transformers_version": "4.56.2",
147
+ "unsloth_version": "2026.1.2",
148
+ "use_cache": true,
149
+ "vocab_size": 32064
150
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": [
5
+ 32000
6
+ ],
7
+ "max_length": 131072,
8
+ "pad_token_id": 32009,
9
+ "transformers_version": "4.56.2"
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4da4730108184ba34a11df96f7f5b6c4177ab636c55be9628f0775c5da6fcaad
3
+ size 2264298245
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|placeholder6|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": true,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": true,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32000": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<|assistant|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": true,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
+ "content": "<|placeholder1|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": true,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "32003": {
55
+ "content": "<|placeholder2|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": true,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "32004": {
63
+ "content": "<|placeholder3|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": true,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "32005": {
71
+ "content": "<|placeholder4|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": true,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "32006": {
79
+ "content": "<|system|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": true,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "32007": {
87
+ "content": "<|end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": true,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "32008": {
95
+ "content": "<|placeholder5|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": true,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "32009": {
103
+ "content": "<|placeholder6|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": true,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "32010": {
111
+ "content": "<|user|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": true,
115
+ "single_word": false,
116
+ "special": true
117
+ }
118
+ },
119
+ "bos_token": "<s>",
120
+ "clean_up_tokenization_spaces": false,
121
+ "eos_token": "<|endoftext|>",
122
+ "extra_special_tokens": {},
123
+ "legacy": false,
124
+ "model_max_length": 131072,
125
+ "pad_token": "<|placeholder6|>",
126
+ "padding_side": "left",
127
+ "sp_model_kwargs": {},
128
+ "tokenizer_class": "LlamaTokenizer",
129
+ "unk_token": "<unk>",
130
+ "use_default_system_prompt": false,
131
+ "chat_template": "{% if 'role' in messages[0] %}{% for message in messages %}{% if message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% else %}{{'<|' + message['role'] + '|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% endif %}{% else %}{% for message in messages %}{% if message['role'] == 'role' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'role' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% else %}{{'<|' + message['role'] + '|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% endif %}{% endif %}"
132
+ }