morriszms commited on
Commit
7195cb7
1 Parent(s): 12b1100

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ mistral-11b-128k-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral-11b-128k-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral-11b-128k-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral-11b-128k-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral-11b-128k-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral-11b-128k-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral-11b-128k-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral-11b-128k-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral-11b-128k-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral-11b-128k-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral-11b-128k-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral-11b-128k-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ language:
5
+ - en
6
+ tags:
7
+ - pretrained
8
+ - TensorBlock
9
+ - GGUF
10
+ inference:
11
+ parameters:
12
+ temperature: 0.7
13
+ base_model: winglian/mistral-11b-128k
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## winglian/mistral-11b-128k - GGUF
28
+
29
+ This repo contains GGUF format model files for [winglian/mistral-11b-128k](https://huggingface.co/winglian/mistral-11b-128k).
30
+
31
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [mistral-11b-128k-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-11b-128k-GGUF/blob/main/mistral-11b-128k-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [mistral-11b-128k-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-11b-128k-GGUF/blob/main/mistral-11b-128k-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
51
+ | [mistral-11b-128k-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-11b-128k-GGUF/blob/main/mistral-11b-128k-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
52
+ | [mistral-11b-128k-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-11b-128k-GGUF/blob/main/mistral-11b-128k-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
53
+ | [mistral-11b-128k-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-11b-128k-GGUF/blob/main/mistral-11b-128k-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [mistral-11b-128k-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-11b-128k-GGUF/blob/main/mistral-11b-128k-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
55
+ | [mistral-11b-128k-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-11b-128k-GGUF/blob/main/mistral-11b-128k-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
56
+ | [mistral-11b-128k-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-11b-128k-GGUF/blob/main/mistral-11b-128k-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [mistral-11b-128k-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-11b-128k-GGUF/blob/main/mistral-11b-128k-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
58
+ | [mistral-11b-128k-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-11b-128k-GGUF/blob/main/mistral-11b-128k-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
59
+ | [mistral-11b-128k-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-11b-128k-GGUF/blob/main/mistral-11b-128k-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
60
+ | [mistral-11b-128k-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-11b-128k-GGUF/blob/main/mistral-11b-128k-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/mistral-11b-128k-GGUF --include "mistral-11b-128k-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/mistral-11b-128k-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
mistral-11b-128k-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b5d74ee48d58e48647fe55322fa4a2c64cdb3cfd20ea08cb04427d959233455
3
+ size 4003232192
mistral-11b-128k-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:815a5cb85801e69601ebc7c1bdbe2e80826cebbb396e03283f2a57063526199d
3
+ size 5650749888
mistral-11b-128k-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f1239f41259e8e641c2e05f8c4638912dc93dcf4828bd912fa2d9692b4275bc
3
+ size 5195667904
mistral-11b-128k-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a24ab6ae0e483e73f09dc8c209d88667a0c2c567cfe1907bd5b4f241cd2f6dd
3
+ size 4664564160
mistral-11b-128k-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afb100d1a4d09e6dbc75eb1f49157fed65a2b7367a1fbf5a7abe24f94c427897
3
+ size 6072383936
mistral-11b-128k-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7e430aa61b60f1e27c28bd0f96cd9982570f94cb1b681120726f8c1f9f65dca
3
+ size 6461667776
mistral-11b-128k-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd4dfdf5c0a3610bc3bf2f325a203e491069a765ded4a79de78dd9192b2b2a17
3
+ size 6118521280
mistral-11b-128k-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6416d67fcf99d432f8465db22ee57cd1526e208f5147837492060cd895c75f20
3
+ size 7397390784
mistral-11b-128k-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba457b99baa66c736ff676a69c58c04cd785ee3c626cd251200b7d07ddf34d35
3
+ size 7597930944
mistral-11b-128k-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55bac29a139b1b2e4bd9047794994cc76d75fbd9fe85788d331df03787cc0678
3
+ size 7397390784
mistral-11b-128k-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17feef4b95bf7d54ec015be6d7980f64c36c9f45e170a55a5e60bb3dd03c9851
3
+ size 8805210560
mistral-11b-128k-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4169a246dadaf5d980e4a6202b79ec22c7fe85c3d07f825b3b839935e1917a7
3
+ size 11404155328