morriszms commited on
Commit
10bb242
·
verified ·
1 Parent(s): 6e016a3

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
+ mistral7b-lora-multi-turn-v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral7b-lora-multi-turn-v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral7b-lora-multi-turn-v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral7b-lora-multi-turn-v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral7b-lora-multi-turn-v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral7b-lora-multi-turn-v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral7b-lora-multi-turn-v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral7b-lora-multi-turn-v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral7b-lora-multi-turn-v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral7b-lora-multi-turn-v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral7b-lora-multi-turn-v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral7b-lora-multi-turn-v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jhflow/mistral7b-lora-multi-turn-v2
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
+ ## jhflow/mistral7b-lora-multi-turn-v2 - GGUF
20
+
21
+ This repo contains GGUF format model files for [jhflow/mistral7b-lora-multi-turn-v2](https://huggingface.co/jhflow/mistral7b-lora-multi-turn-v2).
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
+ <|im_start|>system
35
+ {system_prompt}<|im_end|>
36
+ <|im_start|>user
37
+ {prompt}<|im_end|>
38
+ <|im_start|>assistant
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [mistral7b-lora-multi-turn-v2-Q2_K.gguf](https://huggingface.co/tensorblock/mistral7b-lora-multi-turn-v2-GGUF/blob/main/mistral7b-lora-multi-turn-v2-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [mistral7b-lora-multi-turn-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral7b-lora-multi-turn-v2-GGUF/blob/main/mistral7b-lora-multi-turn-v2-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
47
+ | [mistral7b-lora-multi-turn-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral7b-lora-multi-turn-v2-GGUF/blob/main/mistral7b-lora-multi-turn-v2-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
48
+ | [mistral7b-lora-multi-turn-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral7b-lora-multi-turn-v2-GGUF/blob/main/mistral7b-lora-multi-turn-v2-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
49
+ | [mistral7b-lora-multi-turn-v2-Q4_0.gguf](https://huggingface.co/tensorblock/mistral7b-lora-multi-turn-v2-GGUF/blob/main/mistral7b-lora-multi-turn-v2-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [mistral7b-lora-multi-turn-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral7b-lora-multi-turn-v2-GGUF/blob/main/mistral7b-lora-multi-turn-v2-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
51
+ | [mistral7b-lora-multi-turn-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral7b-lora-multi-turn-v2-GGUF/blob/main/mistral7b-lora-multi-turn-v2-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
52
+ | [mistral7b-lora-multi-turn-v2-Q5_0.gguf](https://huggingface.co/tensorblock/mistral7b-lora-multi-turn-v2-GGUF/blob/main/mistral7b-lora-multi-turn-v2-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [mistral7b-lora-multi-turn-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral7b-lora-multi-turn-v2-GGUF/blob/main/mistral7b-lora-multi-turn-v2-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
54
+ | [mistral7b-lora-multi-turn-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral7b-lora-multi-turn-v2-GGUF/blob/main/mistral7b-lora-multi-turn-v2-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
55
+ | [mistral7b-lora-multi-turn-v2-Q6_K.gguf](https://huggingface.co/tensorblock/mistral7b-lora-multi-turn-v2-GGUF/blob/main/mistral7b-lora-multi-turn-v2-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
56
+ | [mistral7b-lora-multi-turn-v2-Q8_0.gguf](https://huggingface.co/tensorblock/mistral7b-lora-multi-turn-v2-GGUF/blob/main/mistral7b-lora-multi-turn-v2-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/mistral7b-lora-multi-turn-v2-GGUF --include "mistral7b-lora-multi-turn-v2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/mistral7b-lora-multi-turn-v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
mistral7b-lora-multi-turn-v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf761d79430a47c14dbc6a1b61382cfc06401067cb6b8406ef2ad12b38b24644
3
+ size 2719252032
mistral7b-lora-multi-turn-v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6f7eafd8ce1e22b034106c7672103711ffbbea9fd29e1f440746cdc52f78032
3
+ size 3822035328
mistral7b-lora-multi-turn-v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4eb921cde05ffca7a8d1ed22548121a997c55eea2884eeee3a412df1bd8245a
3
+ size 3518996864
mistral7b-lora-multi-turn-v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a67c5ccc7e0b99357522631a46554ab7f5d12779233e893129ed8bcbcd1dcd13
3
+ size 3164578176
mistral7b-lora-multi-turn-v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e01b619ade9b123edef6a32f4ffa6191c91862ee53cc6e4d43111493b4b19a88
3
+ size 4108928448
mistral7b-lora-multi-turn-v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8dba2566f0ee872624cbce49029fd98bf15ac2f739adecbde1b6421e66474de
3
+ size 4368451008
mistral7b-lora-multi-turn-v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a55fd330e9b14809ae98ead34ffac643aadd00933624f9369f70f57f6752612
3
+ size 4140385728
mistral7b-lora-multi-turn-v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7b6f4e1daeba01826b6e171ed401ddc6d3577cdbc47d9e33d76af118c3d10a0
3
+ size 4997728704
mistral7b-lora-multi-turn-v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c19348edbfb8756ec3b5edc1d1afcafd8ade26b4449bf453126c1a7b567dd69
3
+ size 5131422144
mistral7b-lora-multi-turn-v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:707d9cdb9aa0df895b0e7752ff6cb4a3eb86649ed022a3c33cdb7243349e32ad
3
+ size 4997728704
mistral7b-lora-multi-turn-v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c73f9a6635feab2cfb76550ff3a168c4a6ba1e20b4d1ba4e6938308b6ba96d39
3
+ size 5942078976
mistral7b-lora-multi-turn-v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a62ad8e31016438f51cd3d4b46f3e9a24ff5fb87a0c6c678bbfc524b3bb0e9eb
3
+ size 7695875456