morriszms commited on
Commit
fda6645
·
verified ·
1 Parent(s): 9f16814

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_QLoRA_v0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral_QLoRA_v0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral_QLoRA_v0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral_QLoRA_v0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral_QLoRA_v0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral_QLoRA_v0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral_QLoRA_v0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral_QLoRA_v0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral_QLoRA_v0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral_QLoRA_v0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral_QLoRA_v0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral_QLoRA_v0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: realPCH/mistral_QLoRA_v0
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
+ ## realPCH/mistral_QLoRA_v0 - GGUF
20
+
21
+ This repo contains GGUF format model files for [realPCH/mistral_QLoRA_v0](https://huggingface.co/realPCH/mistral_QLoRA_v0).
22
+
23
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](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
+ <s>[INST] {prompt} [/INST]
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [mistral_QLoRA_v0-Q2_K.gguf](https://huggingface.co/tensorblock/mistral_QLoRA_v0-GGUF/blob/main/mistral_QLoRA_v0-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [mistral_QLoRA_v0-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral_QLoRA_v0-GGUF/blob/main/mistral_QLoRA_v0-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
43
+ | [mistral_QLoRA_v0-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral_QLoRA_v0-GGUF/blob/main/mistral_QLoRA_v0-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
44
+ | [mistral_QLoRA_v0-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral_QLoRA_v0-GGUF/blob/main/mistral_QLoRA_v0-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
45
+ | [mistral_QLoRA_v0-Q4_0.gguf](https://huggingface.co/tensorblock/mistral_QLoRA_v0-GGUF/blob/main/mistral_QLoRA_v0-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [mistral_QLoRA_v0-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral_QLoRA_v0-GGUF/blob/main/mistral_QLoRA_v0-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
47
+ | [mistral_QLoRA_v0-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral_QLoRA_v0-GGUF/blob/main/mistral_QLoRA_v0-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
48
+ | [mistral_QLoRA_v0-Q5_0.gguf](https://huggingface.co/tensorblock/mistral_QLoRA_v0-GGUF/blob/main/mistral_QLoRA_v0-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [mistral_QLoRA_v0-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral_QLoRA_v0-GGUF/blob/main/mistral_QLoRA_v0-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
50
+ | [mistral_QLoRA_v0-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral_QLoRA_v0-GGUF/blob/main/mistral_QLoRA_v0-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
51
+ | [mistral_QLoRA_v0-Q6_K.gguf](https://huggingface.co/tensorblock/mistral_QLoRA_v0-GGUF/blob/main/mistral_QLoRA_v0-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
52
+ | [mistral_QLoRA_v0-Q8_0.gguf](https://huggingface.co/tensorblock/mistral_QLoRA_v0-GGUF/blob/main/mistral_QLoRA_v0-Q8_0.gguf) | Q8_0 | 7.696 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_QLoRA_v0-GGUF --include "mistral_QLoRA_v0-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_QLoRA_v0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
mistral_QLoRA_v0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e95c5d74b4abb20d518dfe6b732a29f24bbae1a082e11f371244a04776688548
3
+ size 2719242784
mistral_QLoRA_v0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56483dc21397f68845118a8d4f70c042b2c5ad38e201e78373638e22de6a52ff
3
+ size 3822025248
mistral_QLoRA_v0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3991e1e3ecfd32bfc9ecfe635b65c3469f8cb4531ce7601358b293d74f6ad948
3
+ size 3518986784
mistral_QLoRA_v0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64fd546866711cc7e4f9f474a1c51a5b286e0df46efae073680d346ee32caa7b
3
+ size 3164568096
mistral_QLoRA_v0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8902e9cb7e4769e8876afbd0d148ab53b527252f1dab18d2293476c5876a1829
3
+ size 4108917280
mistral_QLoRA_v0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b3013981b8e1115a9ce7ca0f41c1410e8a9bc43612c5d53c0050291584ad3ad
3
+ size 4368439840
mistral_QLoRA_v0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18f319b13b3592e1845a4bdb10b1025d2994b35e7d57ee0a58101d9188015835
3
+ size 4140374560
mistral_QLoRA_v0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0fe9c5367ede839c144ea73d7978f9226c35bb16c88c15c151bdfc55b2dfff7
3
+ size 4997716512
mistral_QLoRA_v0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e0adced5f5637ab2287c9224587d457f1fac264c626578dd9eff836811b5681
3
+ size 5131409952
mistral_QLoRA_v0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56207ef5efd02fc394d40400024a49b97e1b7f9525a8099afcdd4cf80f67fdf0
3
+ size 4997716512
mistral_QLoRA_v0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c7efe2eaa8f328ba05324646328265dbaa4f49d961e85d3341adca040cf5f64
3
+ size 5942065696
mistral_QLoRA_v0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c77243c0aa0a2c9c39b5e251026fe2617b55ac2978c8dac02f4c93ef36a217de
3
+ size 7695858208