OpenSourceRonin commited on
Commit
0933308
·
verified ·
1 Parent(s): 42ca347

Upload model Mistral-Large-Instruct-2407-v16-k65536-1024-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": 6.874824523925781,
32
+ "c4": 10.510944366455078,
33
+ "c4-new": 12.159836769104004
34
+ },
35
+ "ctx_4096": {
36
+ "wikitext2": 6.375296592712402,
37
+ "c4": 9.913671493530273,
38
+ "c4-new": 11.587206840515137
39
+ },
40
+ "ctx_8192": {
41
+ "wikitext2": 6.131728172302246,
42
+ "c4": 7.288276672363281,
43
+ "c4-new": 11.48729133605957
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-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:889b93b01c7ff3c44dbb5d10b3012f5762b99f73d5a51d6fd982ceeffe9c4fad
3
+ size 4999759296
model-00002-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cfeb733a2d2e22e57dedd80985afae49e9684bdfcf35750086c0041297cdd62
3
+ size 4930360152
model-00003-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ef93c0e9d9d024010a6570dcdb8d6986a09ce4d00e0621133c940d740183f14
3
+ size 4970502768
model-00004-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aff5282f3a63b5fa6f9edde2b4d9e078e0b3ebd95e88a7950aea749cf3547e31
3
+ size 4970601072
model-00005-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42ff3a821447da0d8ac153af97e8b9661d83e24886993fae974b38ebb895b907
3
+ size 4999770712
model-00006-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bac8cec6d7fba8de8bdd1087d71b7b432e478c4fef857bc83725a3ba9fd6b97f
3
+ size 2851679912
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