morriszms commited on
Commit
0cf50b3
·
verified ·
1 Parent(s): 548aa94

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-test-v0.2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral-7B-test-v0.2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral-7B-test-v0.2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral-7B-test-v0.2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral-7B-test-v0.2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral-7B-test-v0.2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral-7B-test-v0.2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral-7B-test-v0.2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral-7B-test-v0.2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral-7B-test-v0.2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral-7B-test-v0.2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral-7B-test-v0.2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: wons/mistral-7B-test-v0.2
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
+ ## wons/mistral-7B-test-v0.2 - GGUF
20
+
21
+ This repo contains GGUF format model files for [wons/mistral-7B-test-v0.2](https://huggingface.co/wons/mistral-7B-test-v0.2).
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
+ ## Prompt template
26
+
27
+ ```
28
+
29
+ ```
30
+
31
+ ## Model file specification
32
+
33
+ | Filename | Quant type | File Size | Description |
34
+ | -------- | ---------- | --------- | ----------- |
35
+ | [mistral-7B-test-v0.2-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-7B-test-v0.2-GGUF/tree/main/mistral-7B-test-v0.2-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
36
+ | [mistral-7B-test-v0.2-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-7B-test-v0.2-GGUF/tree/main/mistral-7B-test-v0.2-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
37
+ | [mistral-7B-test-v0.2-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-7B-test-v0.2-GGUF/tree/main/mistral-7B-test-v0.2-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
38
+ | [mistral-7B-test-v0.2-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-7B-test-v0.2-GGUF/tree/main/mistral-7B-test-v0.2-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
39
+ | [mistral-7B-test-v0.2-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-7B-test-v0.2-GGUF/tree/main/mistral-7B-test-v0.2-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
40
+ | [mistral-7B-test-v0.2-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-7B-test-v0.2-GGUF/tree/main/mistral-7B-test-v0.2-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
41
+ | [mistral-7B-test-v0.2-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-7B-test-v0.2-GGUF/tree/main/mistral-7B-test-v0.2-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
42
+ | [mistral-7B-test-v0.2-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-7B-test-v0.2-GGUF/tree/main/mistral-7B-test-v0.2-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
43
+ | [mistral-7B-test-v0.2-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-7B-test-v0.2-GGUF/tree/main/mistral-7B-test-v0.2-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
44
+ | [mistral-7B-test-v0.2-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-7B-test-v0.2-GGUF/tree/main/mistral-7B-test-v0.2-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
45
+ | [mistral-7B-test-v0.2-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-7B-test-v0.2-GGUF/tree/main/mistral-7B-test-v0.2-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
46
+ | [mistral-7B-test-v0.2-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-7B-test-v0.2-GGUF/tree/main/mistral-7B-test-v0.2-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
47
+
48
+
49
+ ## Downloading instruction
50
+
51
+ ### Command line
52
+
53
+ Firstly, install Huggingface Client
54
+
55
+ ```shell
56
+ pip install -U "huggingface_hub[cli]"
57
+ ```
58
+
59
+ Then, downoad the individual model file the a local directory
60
+
61
+ ```shell
62
+ huggingface-cli download tensorblock/mistral-7B-test-v0.2-GGUF --include "mistral-7B-test-v0.2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
63
+ ```
64
+
65
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/mistral-7B-test-v0.2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
69
+ ```
mistral-7B-test-v0.2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:148fd613e8dca881373f23043fb36a9df7e78d256790e9f274f1100d490e7500
3
+ size 2719242304
mistral-7B-test-v0.2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11fdbccb53e141b7d36c5dfdf3d27dd9fb433899f337bf675ce743152c7cae88
3
+ size 3822024768
mistral-7B-test-v0.2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78153cdef02c0347f2dfb280a0789609ed31f87680d2285009345a14e9a90004
3
+ size 3518986304
mistral-7B-test-v0.2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e6f0673ce3b0d3100d7ae0351c86860f0214e0df311143bbfbc55cf4e164a49
3
+ size 3164567616
mistral-7B-test-v0.2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:affb280f3a849e988579ef695a35f42d3ea8a0540e144bd7ed822fc532e9e38d
3
+ size 4108916800
mistral-7B-test-v0.2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:790f008c3c87f3d750eee2c3fe9a59ff132f87916cbfff1564680c10e27292b6
3
+ size 4368439360
mistral-7B-test-v0.2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6390883f542dd431d0ac8112e1961df64c5841450dc3f55cabb1d163d46896a
3
+ size 4140374080
mistral-7B-test-v0.2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a1d83bf303e9d505f75878a281c4e3456d3388db65b9f341a2538aedc1f1d80
3
+ size 4997716032
mistral-7B-test-v0.2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce7b8c3dcb4cc11e77643bd546357fd278df6d3ae9bf71d3fddf02215ef06db3
3
+ size 5131409472
mistral-7B-test-v0.2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41ac66a2646b878e3453ef16342e12b101faac3203fce9ac8b83575976731e12
3
+ size 4997716032
mistral-7B-test-v0.2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:447456c7c8940edaf79d4d65d3be22d76cf283c788c40958d4bb5ff315f6a63a
3
+ size 5942065216
mistral-7B-test-v0.2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0b8ec931ce3f46989e4b687626fc79060792fd9145a34dd79f55b403bf0604b
3
+ size 7695857728