morriszms commited on
Commit
679514e
·
verified ·
1 Parent(s): 0956012

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-7B-v0.1-hf-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral-7B-v0.1-hf-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral-7B-v0.1-hf-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral-7B-v0.1-hf-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral-7B-v0.1-hf-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral-7B-v0.1-hf-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral-7B-v0.1-hf-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral-7B-v0.1-hf-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral-7B-v0.1-hf-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral-7B-v0.1-hf-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral-7B-v0.1-hf-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral-7B-v0.1-hf-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: kittn/mistral-7B-v0.1-hf
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## kittn/mistral-7B-v0.1-hf - GGUF
20
+
21
+ This repo contains GGUF format model files for [kittn/mistral-7B-v0.1-hf](https://huggingface.co/kittn/mistral-7B-v0.1-hf).
22
+
23
+ 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).
24
+
25
+ <div style="text-align: left; margin: 20px 0;">
26
+ <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;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [mistral-7B-v0.1-hf-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-7B-v0.1-hf-GGUF/blob/main/mistral-7B-v0.1-hf-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [mistral-7B-v0.1-hf-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-7B-v0.1-hf-GGUF/blob/main/mistral-7B-v0.1-hf-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
43
+ | [mistral-7B-v0.1-hf-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-7B-v0.1-hf-GGUF/blob/main/mistral-7B-v0.1-hf-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
44
+ | [mistral-7B-v0.1-hf-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-7B-v0.1-hf-GGUF/blob/main/mistral-7B-v0.1-hf-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
45
+ | [mistral-7B-v0.1-hf-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-7B-v0.1-hf-GGUF/blob/main/mistral-7B-v0.1-hf-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [mistral-7B-v0.1-hf-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-7B-v0.1-hf-GGUF/blob/main/mistral-7B-v0.1-hf-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
47
+ | [mistral-7B-v0.1-hf-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-7B-v0.1-hf-GGUF/blob/main/mistral-7B-v0.1-hf-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
48
+ | [mistral-7B-v0.1-hf-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-7B-v0.1-hf-GGUF/blob/main/mistral-7B-v0.1-hf-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [mistral-7B-v0.1-hf-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-7B-v0.1-hf-GGUF/blob/main/mistral-7B-v0.1-hf-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
50
+ | [mistral-7B-v0.1-hf-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-7B-v0.1-hf-GGUF/blob/main/mistral-7B-v0.1-hf-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
51
+ | [mistral-7B-v0.1-hf-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-7B-v0.1-hf-GGUF/blob/main/mistral-7B-v0.1-hf-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
52
+ | [mistral-7B-v0.1-hf-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-7B-v0.1-hf-GGUF/blob/main/mistral-7B-v0.1-hf-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/mistral-7B-v0.1-hf-GGUF --include "mistral-7B-v0.1-hf-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/mistral-7B-v0.1-hf-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
mistral-7B-v0.1-hf-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98847d4f3dce0a102365b2584a99491e3ece3cc1d767b3289c0f9e324849a46c
3
+ size 2719242240
mistral-7B-v0.1-hf-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd59299ab915a9b7c78a366b4e1a67e4b5fff09e1ed121e570b70b77692a9457
3
+ size 3822024704
mistral-7B-v0.1-hf-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0197842763b77e84f6fb08c76de5b92eda975772ce36b28b82a52c4f81cec4f
3
+ size 3518986240
mistral-7B-v0.1-hf-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6883c80c1393f43ec9a16460e411564f426a6a08ef94e6c3d1c7d5e77295f81e
3
+ size 3164567552
mistral-7B-v0.1-hf-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:996b6e447ba706bab4345db8f0faf528d243a95651ed586faea70d7a5c80cd72
3
+ size 4108916736
mistral-7B-v0.1-hf-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20f09d51ebf59f76b19b6824f73c256102519114f673308adc6db9a85f26437c
3
+ size 4368439296
mistral-7B-v0.1-hf-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee84d3a75cd78f04f10faf11f5bf5048d20467de50705fcbf14cbb97c5a9e3d9
3
+ size 4140374016
mistral-7B-v0.1-hf-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1c73bd74a3bf2da62df3ff7819f1f418091ffcdfb652f2f4f19bd8df75cf42a
3
+ size 4997715968
mistral-7B-v0.1-hf-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b432f8fc7fb29ef9fde9952fd9db7f680dc34f42c724b3f6cf682445d1f32560
3
+ size 5131409408
mistral-7B-v0.1-hf-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8758a55ae27b132fb43eecd6b1816efe4ec59810a488f0ccc3e4bbd9ba0846d
3
+ size 4997715968
mistral-7B-v0.1-hf-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfe4bcb28e34973de45c734452e878f41fd5f57c3d4fc96c677d50722e957a45
3
+ size 5942065152
mistral-7B-v0.1-hf-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75e5ad4e48c3d433a1c06b1b85a9dc7747cdc2968e299949c34ebc13c27141e6
3
+ size 7695857664