OpenSourceRonin commited on
Commit
934f808
1 Parent(s): 7f597d7

Upload model Mistral-Large-Instruct-2407-v16-k65536-16384-woft

Browse files
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: other
4
+ license_name: mrl
5
+ license_link: https://mistral.ai/licenses/MRL-0.1.md
6
+ base_model:
7
+ - mistralai/Mistral-Large-Instruct-2407
8
+ base_model_relation: quantized
9
+ tags:
10
+ - VPTQ
11
+ - Quantized
12
+ - Quantization
13
+ ---
14
+ **Disclaimer**:
15
+
16
+ The model is reproduced based on the paper *VPTQ: Extreme Low-bit Vector Post-Training Quantization for Large Language Models* [github](https://github.com/microsoft/vptq) and [arXiv](https://arxiv.org/abs/2409.17066)
17
+
18
+ The model itself is sourced from a community release.
19
+
20
+ It is intended only for experimental purposes.
21
+
22
+ Users are responsible for any consequences arising from the use of this model.
23
+
24
+ **Note**:
25
+
26
+ The PPL test results are for reference only and were collected using GPTQ testing script.
27
+
28
+ ```json
29
+ {
30
+ "ctx_2048": {
31
+ "wikitext2": 4.797906398773193,
32
+ "c4": 7.611056804656982,
33
+ "c4-new": 8.51098346710205
34
+ },
35
+ "ctx_4096": {
36
+ "wikitext2": 4.509005069732666,
37
+ "c4": 7.219871997833252,
38
+ "c4-new": 8.102221488952637
39
+ },
40
+ "ctx_8192": {
41
+ "wikitext2": 4.364211559295654,
42
+ "c4": 5.560217380523682,
43
+ "c4-new": 8.000030517578125
44
+ }
45
+ }
46
+ ```
config.json ADDED
The diff for this file is too large to render. See raw diff
 
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-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64b549653c4d38bd340f6399d389404bec876e297f81fccd3faaec7482bbca4c
3
+ size 4975820720
model-00002-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92f4fcb104cd877a2c02ef2ebba5915ebacf31e2c38942bd1087270823eb2566
3
+ size 4931266016
model-00003-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab1ba78c567f95fa9e1a649a6f33505339d1b5af944a67e65f40d8367d1e0380
3
+ size 4978599624
model-00004-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:205a35aa67655a2cf6b22f53f51134a53a42aec125274ffa4d76d9eeeab960b0
3
+ size 4980641376
model-00005-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:064e72647edf422a19a258401bc402c9f0233ad0178491940a7d8205beb3523f
3
+ size 4978599624
model-00006-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c12220d65a1b0306b5536abc288d8be5bfb51c660806f14f982f50ea7d2064d
3
+ size 4980641376
model-00007-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29e0cc0fb4712f9b0bd17fb56b3cfa1b14a6425378e38b71bec4ce6631e5105b
3
+ size 2006213536
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,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:59f95e28944c062244741268596badc900df86c7f5ded05088d2da22a7379e06
3
+ size 587583
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff