Add files using upload-large-folder tool
Browse files- config.json +69 -0
- generation_config.json +6 -0
- model-00001-of-00026.safetensors +3 -0
- model-00002-of-00026.safetensors +3 -0
- model-00003-of-00026.safetensors +3 -0
- model-00004-of-00026.safetensors +3 -0
- model-00005-of-00026.safetensors +3 -0
- model-00006-of-00026.safetensors +3 -0
- model-00007-of-00026.safetensors +3 -0
- model-00008-of-00026.safetensors +3 -0
- model-00009-of-00026.safetensors +3 -0
- model-00010-of-00026.safetensors +3 -0
- model-00011-of-00026.safetensors +3 -0
- model-00012-of-00026.safetensors +3 -0
- model-00013-of-00026.safetensors +3 -0
- model-00014-of-00026.safetensors +3 -0
- model-00015-of-00026.safetensors +3 -0
- model-00016-of-00026.safetensors +3 -0
- model-00017-of-00026.safetensors +3 -0
- model-00018-of-00026.safetensors +3 -0
- model-00019-of-00026.safetensors +3 -0
- model-00020-of-00026.safetensors +3 -0
- model-00021-of-00026.safetensors +3 -0
- model-00022-of-00026.safetensors +3 -0
- model-00023-of-00026.safetensors +3 -0
- model-00024-of-00026.safetensors +3 -0
- model-00025-of-00026.safetensors +3 -0
- model-00026-of-00026.safetensors +3 -0
- model.safetensors.index.json +0 -0
- recipe.yaml +6 -0
- special_tokens_map.json +23 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +0 -0
config.json
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "alpindale/Mistral-Large-Instruct-2411-FP8",
|
3 |
+
"architectures": [
|
4 |
+
"MistralForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"head_dim": 128,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 12288,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 28672,
|
14 |
+
"max_position_embeddings": 131072,
|
15 |
+
"model_type": "mistral",
|
16 |
+
"num_attention_heads": 96,
|
17 |
+
"num_hidden_layers": 88,
|
18 |
+
"num_key_value_heads": 8,
|
19 |
+
"quantization_config": {
|
20 |
+
"config_groups": {
|
21 |
+
"group_0": {
|
22 |
+
"input_activations": {
|
23 |
+
"actorder": null,
|
24 |
+
"block_structure": null,
|
25 |
+
"dynamic": true,
|
26 |
+
"group_size": null,
|
27 |
+
"num_bits": 8,
|
28 |
+
"observer": null,
|
29 |
+
"observer_kwargs": {},
|
30 |
+
"strategy": "token",
|
31 |
+
"symmetric": true,
|
32 |
+
"type": "float"
|
33 |
+
},
|
34 |
+
"output_activations": null,
|
35 |
+
"targets": [
|
36 |
+
"Linear"
|
37 |
+
],
|
38 |
+
"weights": {
|
39 |
+
"actorder": null,
|
40 |
+
"block_structure": null,
|
41 |
+
"dynamic": false,
|
42 |
+
"group_size": null,
|
43 |
+
"num_bits": 8,
|
44 |
+
"observer": "minmax",
|
45 |
+
"observer_kwargs": {},
|
46 |
+
"strategy": "channel",
|
47 |
+
"symmetric": true,
|
48 |
+
"type": "float"
|
49 |
+
}
|
50 |
+
}
|
51 |
+
},
|
52 |
+
"format": "float-quantized",
|
53 |
+
"global_compression_ratio": 1.4645315540129722,
|
54 |
+
"ignore": [
|
55 |
+
"lm_head"
|
56 |
+
],
|
57 |
+
"kv_cache_scheme": null,
|
58 |
+
"quant_method": "compressed-tensors",
|
59 |
+
"quantization_status": "compressed"
|
60 |
+
},
|
61 |
+
"rms_norm_eps": 1e-05,
|
62 |
+
"rope_theta": 1000000.0,
|
63 |
+
"sliding_window": null,
|
64 |
+
"tie_word_embeddings": false,
|
65 |
+
"torch_dtype": "bfloat16",
|
66 |
+
"transformers_version": "4.45.2",
|
67 |
+
"use_cache": true,
|
68 |
+
"vocab_size": 32768
|
69 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.45.2"
|
6 |
+
}
|
model-00001-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f19db5080fce4b82e7a6f1f38804ee99102fc2e32146bded1545fed0462181cb
|
3 |
+
size 4958398128
|
model-00002-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a9debf6b86af2be325e1ee9e241b322b6635059c598d8eed627cd48b58f5ec0
|
3 |
+
size 4832680488
|
model-00003-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2876ce2a3995a07d6413e8cda3c09d699fa3573192d70ceecf5fbd7f4940eb7d
|
3 |
+
size 4857866304
|
model-00004-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22f4669b76de8dbeb5000f1f0138f345c67b9e3b8cfa59970db7b178d1418222
|
3 |
+
size 4832680552
|
model-00005-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51c884ad9a34ecb785a0bdaa5a6b14ebeb74831c222d12d37d888587cbd1a8d8
|
3 |
+
size 4857866352
|
model-00006-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ed001e0eff9985d8cdda4159e5c0952d0a0b19de2d954b204b91055f256928f
|
3 |
+
size 4832680552
|
model-00007-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c07c3bc1147379b0c658f29e887236fbe9eb98dc0f66817e4d7b441bf45e272c
|
3 |
+
size 4857866352
|
model-00008-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6483272914e9e1bc82319da4b2cd8592a8b2991bda4c7de49b2d738b97e18de
|
3 |
+
size 4832680552
|
model-00009-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dbce7d133851389e850ca312f63d1965ff5f8611dfae4790875a1e480b3277d
|
3 |
+
size 4857866352
|
model-00010-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e95fc265f9124ca2a80cad141c6c80cac766f85db4cd954c2a9aee6f76596643
|
3 |
+
size 4832680552
|
model-00011-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:656319f5e4d31cd29bca1b724f4b07a7bc654726791a9198033e2c6deb87d78b
|
3 |
+
size 4857866352
|
model-00012-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01291523d06e555f93265db8a9617fdd25a93a61d64f6f0cc6e2ebcd5226c9b9
|
3 |
+
size 4832680552
|
model-00013-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fa4e610f1d2d2d98ff3a68f85fd4b3b05763d3bb40fe0bbd4da1c25ee948330
|
3 |
+
size 4857866352
|
model-00014-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9577d7a936760d2047ba1fe714636fb3bb2d788efaa2492d3173366b644cdd66
|
3 |
+
size 4832680552
|
model-00015-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c543a710ea54f780db5618f49adcf4b69e9227772bb783b9d491aacfff7d9cb8
|
3 |
+
size 4857866352
|
model-00016-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f3aeb5d30708485296372ca259557b0356abf41f5118f1d68363bd699c215e5
|
3 |
+
size 4832680552
|
model-00017-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:249e8bd8bf1164c752a7730080c01ff02409a11fa8f6eed7b9b2abc7386a33cd
|
3 |
+
size 4857866352
|
model-00018-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecf6193341589c3f0cab8b9a4f6e422402b72de731a44e9dbb0c40e66400629f
|
3 |
+
size 4832680552
|
model-00019-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70af3af3a3412d09f619c92aeb23aaf9ff0f2ad1b3dcd221d1a5096d279387e1
|
3 |
+
size 4857866352
|
model-00020-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e448daa2551cec45d70d44f93d6916f2cf6e1d493d7f8b3b3c86cb525ec0f341
|
3 |
+
size 4832680552
|
model-00021-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01777624f0068102908bb2653f39cb972a5ae6ec3a723f5947a53fac78fcd710
|
3 |
+
size 4857866352
|
model-00022-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:384bf17ce6af5a0ec50b4313c355235d249a9c886257e4cbe15f36a3da2cedc8
|
3 |
+
size 4832680552
|
model-00023-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a54bd7cd66312c2333d5d93daec399d6cbc669342fc95d432342d1fc6593023b
|
3 |
+
size 4857866352
|
model-00024-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f78031a223b4ab596371e5c705aa7f90f8823d990b48a76c3546b94049fafa3b
|
3 |
+
size 4832680552
|
model-00025-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05b322b5e5c2012e0dabae3af458a53f943542923e9bb078289fd3e96ebb15f8
|
3 |
+
size 4857866352
|
model-00026-of-00026.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1974ccb3917d9682ae9777ab93185e8edc46528e43734bea811474381f35729
|
3 |
+
size 2189695048
|
model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
recipe.yaml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
DEFAULT_stage:
|
2 |
+
DEFAULT_modifiers:
|
3 |
+
QuantizationModifier:
|
4 |
+
ignore: [lm_head]
|
5 |
+
targets: [Linear]
|
6 |
+
scheme: FP8_DYNAMIC
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"unk_token": {
|
17 |
+
"content": "<unk>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
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:1b968b8dc352f42192367337c78ccc61e1eaddc6d641a579372d4f20694beb7a
|
3 |
+
size 587562
|
tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|