OpenSourceRonin commited on
Commit
b776dba
1 Parent(s): a87a7a3

Upload model Mistral-Large-Instruct-2407-v16-k65536-65536-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.266016960144043,
32
+ "c4": 7.055798530578613,
33
+ "c4-new": 7.898081302642822
34
+ },
35
+ "ctx_4096": {
36
+ "wikitext2": 4.011552333831787,
37
+ "c4": 6.7151970863342285,
38
+ "c4-new": 7.487395763397217
39
+ },
40
+ "ctx_8192": {
41
+ "wikitext2": 3.88692045211792,
42
+ "c4": 5.2052001953125,
43
+ "c4-new": 7.350536346435547
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:4e7f99a9f79ec4bc350a6eecf6aabc945839ce24439925f7681243c407a43bf8
3
+ size 4998876008
model-00002-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b683a0b58461715a6985cf3cd5de32a58234a94496b6f6de449b18477f860a2
3
+ size 4930784992
model-00003-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2787373fa6db47963ef4f677b53daa69612113f61b88651ac3dec8126ba86c35
3
+ size 4981116632
model-00004-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83a678fd52533ab2d7a31b7a8c2ad2a80bf8d15b958b3ff935cf8889051c9a37
3
+ size 4981214936
model-00005-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ebb76c7d06fd87d3cc510aa93bd7dd8f7414b895b5f1612ec95f03544dbd96b
3
+ size 4981166032
model-00006-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6767067340e0f923268da6940c4b1050b05eb3bb5fe0fa00d43e83275e520990
3
+ size 4987631464
model-00007-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bd3a6146bea29d65afab810c4932e94b774e368bc3b33faa3b26cb523cd5661
3
+ size 4843042512
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