arianraje commited on
Commit
a3f4d0b
·
verified ·
1 Parent(s): a701a1e

Upload folder using huggingface_hub

Browse files
Files changed (50) hide show
  1. chat_template.jinja +8 -0
  2. config.json +178 -0
  3. generation_config.json +11 -0
  4. model-00001-of-00043.safetensors +3 -0
  5. model-00002-of-00043.safetensors +3 -0
  6. model-00003-of-00043.safetensors +3 -0
  7. model-00004-of-00043.safetensors +3 -0
  8. model-00005-of-00043.safetensors +3 -0
  9. model-00006-of-00043.safetensors +3 -0
  10. model-00007-of-00043.safetensors +3 -0
  11. model-00008-of-00043.safetensors +3 -0
  12. model-00009-of-00043.safetensors +3 -0
  13. model-00010-of-00043.safetensors +3 -0
  14. model-00011-of-00043.safetensors +3 -0
  15. model-00012-of-00043.safetensors +3 -0
  16. model-00013-of-00043.safetensors +3 -0
  17. model-00014-of-00043.safetensors +3 -0
  18. model-00015-of-00043.safetensors +3 -0
  19. model-00016-of-00043.safetensors +3 -0
  20. model-00017-of-00043.safetensors +3 -0
  21. model-00018-of-00043.safetensors +3 -0
  22. model-00019-of-00043.safetensors +3 -0
  23. model-00020-of-00043.safetensors +3 -0
  24. model-00021-of-00043.safetensors +3 -0
  25. model-00022-of-00043.safetensors +3 -0
  26. model-00023-of-00043.safetensors +3 -0
  27. model-00024-of-00043.safetensors +3 -0
  28. model-00025-of-00043.safetensors +3 -0
  29. model-00026-of-00043.safetensors +3 -0
  30. model-00027-of-00043.safetensors +3 -0
  31. model-00028-of-00043.safetensors +3 -0
  32. model-00029-of-00043.safetensors +3 -0
  33. model-00030-of-00043.safetensors +3 -0
  34. model-00031-of-00043.safetensors +3 -0
  35. model-00032-of-00043.safetensors +3 -0
  36. model-00033-of-00043.safetensors +3 -0
  37. model-00034-of-00043.safetensors +3 -0
  38. model-00035-of-00043.safetensors +3 -0
  39. model-00036-of-00043.safetensors +3 -0
  40. model-00037-of-00043.safetensors +3 -0
  41. model-00038-of-00043.safetensors +3 -0
  42. model-00039-of-00043.safetensors +3 -0
  43. model-00040-of-00043.safetensors +3 -0
  44. model-00041-of-00043.safetensors +3 -0
  45. model-00042-of-00043.safetensors +3 -0
  46. model-00043-of-00043.safetensors +3 -0
  47. model.safetensors.index.json +0 -0
  48. special_tokens_map.json +30 -0
  49. tokenizer.json +0 -0
  50. tokenizer_config.json +131 -0
chat_template.jinja ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {% for message in messages %}{% if message['role'] == 'system' and message['content'] %}{{'<|system|>
2
+ ' + message['content'] + '<|end|>
3
+ '}}{% elif message['role'] == 'user' %}{{'<|user|>
4
+ ' + message['content'] + '<|end|>
5
+ '}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>
6
+ ' + message['content'] + '<|end|>
7
+ '}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>
8
+ ' }}{% else %}{{ eos_token }}{% endif %}
config.json ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "PhimoeForCausalLM"
4
+ ],
5
+ "attention_bias": true,
6
+ "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "configuration_phimoe.PhiMoEConfig",
9
+ "AutoModelForCausalLM": "modeling_phimoe.PhiMoEForCausalLM"
10
+ },
11
+ "bos_token_id": 1,
12
+ "dtype": "bfloat16",
13
+ "eos_token_id": 32000,
14
+ "hidden_act": "silu",
15
+ "hidden_dropout": 0.0,
16
+ "hidden_size": 4096,
17
+ "initializer_range": 0.02,
18
+ "input_jitter_noise": 0.01,
19
+ "intermediate_size": 6400,
20
+ "lm_head_bias": true,
21
+ "max_position_embeddings": 131072,
22
+ "model_type": "phimoe",
23
+ "num_attention_heads": 32,
24
+ "num_experts_per_tok": 2,
25
+ "num_hidden_layers": 32,
26
+ "num_key_value_heads": 8,
27
+ "num_local_experts": 16,
28
+ "original_max_position_embeddings": 4096,
29
+ "output_router_logits": true,
30
+ "rms_norm_eps": 1e-05,
31
+ "rope_scaling": {
32
+ "long_factor": [
33
+ 1.0199999809265137,
34
+ 1.0299999713897705,
35
+ 1.0399999618530273,
36
+ 1.0499999523162842,
37
+ 1.0499999523162842,
38
+ 1.0499999523162842,
39
+ 1.059999942779541,
40
+ 1.059999942779541,
41
+ 1.059999942779541,
42
+ 1.059999942779541,
43
+ 1.059999942779541,
44
+ 1.059999942779541,
45
+ 1.0999999046325684,
46
+ 1.1799999475479126,
47
+ 1.1799999475479126,
48
+ 1.3700000047683716,
49
+ 1.4899998903274536,
50
+ 2.109999895095825,
51
+ 2.8899998664855957,
52
+ 3.9499998092651367,
53
+ 4.299999713897705,
54
+ 6.429999828338623,
55
+ 8.09000015258789,
56
+ 10.690000534057617,
57
+ 12.050000190734863,
58
+ 18.229999542236328,
59
+ 18.84000015258789,
60
+ 19.899999618530273,
61
+ 21.420000076293945,
62
+ 26.200000762939453,
63
+ 34.28000259399414,
64
+ 34.590003967285156,
65
+ 38.730003356933594,
66
+ 40.22000503540039,
67
+ 42.54000473022461,
68
+ 44.000003814697266,
69
+ 47.590003967285156,
70
+ 54.750003814697266,
71
+ 56.19000244140625,
72
+ 57.44000244140625,
73
+ 57.4900016784668,
74
+ 61.20000076293945,
75
+ 61.540000915527344,
76
+ 61.75,
77
+ 61.779998779296875,
78
+ 62.06999969482422,
79
+ 63.11000061035156,
80
+ 63.43000030517578,
81
+ 63.560001373291016,
82
+ 63.71000289916992,
83
+ 63.92000198364258,
84
+ 63.94000244140625,
85
+ 63.94000244140625,
86
+ 63.96000289916992,
87
+ 63.980003356933594,
88
+ 64.0300064086914,
89
+ 64.0300064086914,
90
+ 64.0300064086914,
91
+ 64.04000854492188,
92
+ 64.10000610351562,
93
+ 64.19000244140625,
94
+ 64.20999908447266,
95
+ 64.75,
96
+ 64.95999908447266
97
+ ],
98
+ "long_mscale": 1.243163121016122,
99
+ "original_max_position_embeddings": 4096,
100
+ "rope_type": "longrope",
101
+ "short_factor": [
102
+ 1.0,
103
+ 1.0399999618530273,
104
+ 1.0399999618530273,
105
+ 1.0399999618530273,
106
+ 1.0499999523162842,
107
+ 1.0499999523162842,
108
+ 1.0499999523162842,
109
+ 1.0499999523162842,
110
+ 1.0499999523162842,
111
+ 1.0499999523162842,
112
+ 1.0499999523162842,
113
+ 1.0499999523162842,
114
+ 1.0499999523162842,
115
+ 1.0499999523162842,
116
+ 1.059999942779541,
117
+ 1.059999942779541,
118
+ 1.0699999332427979,
119
+ 1.0699999332427979,
120
+ 1.0699999332427979,
121
+ 1.0699999332427979,
122
+ 1.1399999856948853,
123
+ 1.159999966621399,
124
+ 1.159999966621399,
125
+ 1.159999966621399,
126
+ 1.159999966621399,
127
+ 1.1799999475479126,
128
+ 1.1999999284744263,
129
+ 1.3199999332427979,
130
+ 1.3399999141693115,
131
+ 1.3499999046325684,
132
+ 1.3999998569488525,
133
+ 1.4799998998641968,
134
+ 1.4999998807907104,
135
+ 1.589999794960022,
136
+ 1.6499998569488525,
137
+ 1.71999990940094,
138
+ 1.8999998569488525,
139
+ 1.9099998474121094,
140
+ 1.9099998474121094,
141
+ 1.9899998903274536,
142
+ 1.9999998807907104,
143
+ 1.9999998807907104,
144
+ 2.009999990463257,
145
+ 2.009999990463257,
146
+ 2.009999990463257,
147
+ 2.009999990463257,
148
+ 2.009999990463257,
149
+ 2.009999990463257,
150
+ 2.009999990463257,
151
+ 2.009999990463257,
152
+ 2.009999990463257,
153
+ 2.009999990463257,
154
+ 2.009999990463257,
155
+ 2.009999990463257,
156
+ 2.009999990463257,
157
+ 2.009999990463257,
158
+ 2.009999990463257,
159
+ 2.009999990463257,
160
+ 2.009999990463257,
161
+ 2.0999999046325684,
162
+ 2.319999933242798,
163
+ 2.419999837875366,
164
+ 2.5899999141693115,
165
+ 2.7899999618530273
166
+ ],
167
+ "short_mscale": 1.243163121016122,
168
+ "type": "longrope"
169
+ },
170
+ "rope_theta": 10000.0,
171
+ "router_aux_loss_coef": 0.0,
172
+ "router_jitter_noise": 0.01,
173
+ "sliding_window": 131072,
174
+ "tie_word_embeddings": false,
175
+ "transformers_version": "4.57.3",
176
+ "use_cache": true,
177
+ "vocab_size": 32064
178
+ }
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": [
5
+ 32000,
6
+ 32001,
7
+ 32007
8
+ ],
9
+ "pad_token_id": 32000,
10
+ "transformers_version": "4.57.3"
11
+ }
model-00001-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f7be00ba53d02344c6ba0c8f51a8246dacc38a7e14243ee6ee5ee87a477ac59
3
+ size 1972003888
model-00002-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b9f8e0292197a02f0b79b895a7e66210784a91dec7020c0bf13028f666f926e
3
+ size 1971513368
model-00003-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9297e9b856ac8fb595d13092890f25321b8c1d10c503698e29e5d615b91593c
3
+ size 1971513376
model-00004-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b217ca6872916260b554a79705ea81d7eea9a7a092d48a74e259e95e2f92e169
3
+ size 1992299352
model-00005-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b6799adfbc94a1c9dd16ffedb364ed6bb8478b2d39151fc86e07e9196e1cd93
3
+ size 1971513360
model-00006-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62d76a2bbb80060ce14b2b9199cff444526408a6f7c668049760faed1a90556f
3
+ size 1971513368
model-00007-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec6bd6aff22b0c41bf7793f57f462c6b3a026f2a3b66fdc2a6fa6d737aed529d
3
+ size 1971513376
model-00008-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:771710b6a41065f5bcda091a4fbdcf9e24ed59913fe26155dfac9baa1b07b260
3
+ size 1992299352
model-00009-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e214376b0becccf4d25727ee4894057f0897c179f82d403b23d714e9da8e67cf
3
+ size 1971513352
model-00010-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96fcac4bee441b446965d74736b476d89caf48210b1ca7446e50edadb30ee975
3
+ size 1971513368
model-00011-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff6d604bc268a53954f31741e6548ad5bd30bd78f115f2e36ec3dccbb56b1aa9
3
+ size 1971513376
model-00012-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e18d90f70ff1a3fcdb0f2326fede7373da3f692af55eb1825bad4990190ef822
3
+ size 1990248264
model-00013-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bfa67bea06da370252607c539a71ae023a34b757c53c97970405f99d49f3a10
3
+ size 1973564456
model-00014-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d311d75a605b5203d52aa66ddfa5dfc78e0d345e64b7464efaf6b4c13e16949c
3
+ size 1971513408
model-00015-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:601f4fef46231dd7683ef05b75c2742a6e4e0334e890d61606202850120ec23e
3
+ size 1971513424
model-00016-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03c00924fd0f27bc5c4c3abdc6e1b8b1641471762d18e1b76f78673560b0b5f6
3
+ size 1971513424
model-00017-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2136122e2b614d17802cc33882640649e4d6b0baf0ce039c43318ef247d55a7c
3
+ size 1992299384
model-00018-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcbfd9cc78e5aeace2b4e03a58ef7e69637ada3a4bb9408d8c04f8236c2380db
3
+ size 1971513408
model-00019-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e04c3bb7e84c3853a3bf565fc17a395e5ed60fa02ac5a0ce2fa185f592c442a
3
+ size 1971513424
model-00020-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ec0ecb2b2e06ec791c5aca3961956dea52d2de22e56b1d4ef63e4221e73f981
3
+ size 1971513424
model-00021-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:540970d82db8fa3820bd1f7abd35466ebf6d3048cf729681df1c962c1ab2c24f
3
+ size 1992299384
model-00022-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1605734912fd6de01df400e8d54c0e2e2b820fee75a401a40fe3a45f3012ed9
3
+ size 1971513408
model-00023-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c97085da77f0d36f6500ce71ab90725e31548acb8b3e74dd4f89bd49b6558ea3
3
+ size 1971513416
model-00024-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e817c2d044b64832605e6db1dfbedb7f4925d9426bc8a3221415ce58a13d0f54
3
+ size 1971513424
model-00025-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d27f992c793ffb52c1593f6f2e518489d782453f9017750cf3c533687ab0aa0
3
+ size 1992299384
model-00026-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d84eee2cc19e0db080de3635f02f15d43f9654d85ec9c1a0e2127e6a24fdd02d
3
+ size 1971513408
model-00027-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15290ebd1af8e18b1f77b00ccc0b8867b06db30f7f15d4b33fa3917bdadb6467
3
+ size 1971513416
model-00028-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e692e8ea5db300147eaba0893aa2759ee30da0362de736d042736283c3325274
3
+ size 1971513424
model-00029-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e1261502dc2d3373568921d0e3f0e151ccf00496986133eec4f6dadfbde091f
3
+ size 1992299384
model-00030-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26d514386f3c1813a076879e484c8b7dceb256aeb4c919e39d933f7c86780920
3
+ size 1971513408
model-00031-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24d6220c1ddcb70880dde3fe0826d93261153587b2be12ef0e98f40cc6131b31
3
+ size 1971513416
model-00032-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0efd289566a14fa88d66665ac5b6591504461ac66e3ef2f0a8b61c5dc381590f
3
+ size 1971513424
model-00033-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b37729575fdc22d732290c68c4918913980def5a84eb18141c0026c1207b8a
3
+ size 1992299392
model-00034-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed1309f2a14e4892a4417d372edf0d4d0c1c8be7617eae0c7826b4e75e1bc19f
3
+ size 1971513400
model-00035-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b56661f8fbfc0023a8c759f5a8b68dfebcbecb1f766dfdd3576567afdc9541e
3
+ size 1971513416
model-00036-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0738a1eafbd671f6070b6d7256befa2d96c1c2ff09b7184300c5cc02ed58c42f
3
+ size 1971513424
model-00037-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5acf8f64f43a535e8bd25a073bd7bc786806f1ff678d32ccc3e36908c8fda5a9
3
+ size 1990248312
model-00038-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c1fd785281e42b739e12693f14a02b595aa1163800d5592e531a66ced5de816
3
+ size 1973564496
model-00039-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b69addd636ce1d43090de00121f18ff726737ec2f207d440127ecc621fd9ee0c
3
+ size 1971513416
model-00040-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2925d9a03642a6882cce737b22186725f4dfeaf4c57ce2363aee9b8cacfab8b
3
+ size 1971513424
model-00041-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2da74f901e3783c455a205c28cfdb8062f0992f6272093a1cf2b530267090d3d
3
+ size 1971513424
model-00042-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be869bf946f7da93883b760c6f53d0de876fa3b49a281bab49167e1efa1a9792
3
+ size 1992299384
model-00043-of-00043.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd17db8e455335627135e92825bdcb6d4322373e56b1c6052eec246c0ebc78a9
3
+ size 734642776
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
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": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
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_config.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "<|endoftext|>",
126
+ "padding_side": "right",
127
+ "sp_model_kwargs": {},
128
+ "tokenizer_class": "LlamaTokenizer",
129
+ "unk_token": "<unk>",
130
+ "use_default_system_prompt": false
131
+ }