morriszms commited on
Commit
e65fb02
·
verified ·
1 Parent(s): d9f5911

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
+ llama2-merge-v0.4-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-merge-v0.4-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-merge-v0.4-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-merge-v0.4-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-merge-v0.4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-merge-v0.4-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-merge-v0.4-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-merge-v0.4-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-merge-v0.4-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-merge-v0.4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-merge-v0.4-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-merge-v0.4-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: lIlBrother/llama2-merge-v0.4
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
+ ## lIlBrother/llama2-merge-v0.4 - GGUF
20
+
21
+ This repo contains GGUF format model files for [lIlBrother/llama2-merge-v0.4](https://huggingface.co/lIlBrother/llama2-merge-v0.4).
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
+ | [llama2-merge-v0.4-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.4-GGUF/blob/main/llama2-merge-v0.4-Q2_K.gguf) | Q2_K | 4.600 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [llama2-merge-v0.4-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.4-GGUF/blob/main/llama2-merge-v0.4-Q3_K_S.gguf) | Q3_K_S | 5.356 GB | very small, high quality loss |
43
+ | [llama2-merge-v0.4-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.4-GGUF/blob/main/llama2-merge-v0.4-Q3_K_M.gguf) | Q3_K_M | 5.988 GB | very small, high quality loss |
44
+ | [llama2-merge-v0.4-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.4-GGUF/blob/main/llama2-merge-v0.4-Q3_K_L.gguf) | Q3_K_L | 6.539 GB | small, substantial quality loss |
45
+ | [llama2-merge-v0.4-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.4-GGUF/blob/main/llama2-merge-v0.4-Q4_0.gguf) | Q4_0 | 6.955 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [llama2-merge-v0.4-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.4-GGUF/blob/main/llama2-merge-v0.4-Q4_K_S.gguf) | Q4_K_S | 7.008 GB | small, greater quality loss |
47
+ | [llama2-merge-v0.4-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.4-GGUF/blob/main/llama2-merge-v0.4-Q4_K_M.gguf) | Q4_K_M | 7.421 GB | medium, balanced quality - recommended |
48
+ | [llama2-merge-v0.4-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.4-GGUF/blob/main/llama2-merge-v0.4-Q5_0.gguf) | Q5_0 | 8.459 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [llama2-merge-v0.4-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.4-GGUF/blob/main/llama2-merge-v0.4-Q5_K_S.gguf) | Q5_K_S | 8.459 GB | large, low quality loss - recommended |
50
+ | [llama2-merge-v0.4-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.4-GGUF/blob/main/llama2-merge-v0.4-Q5_K_M.gguf) | Q5_K_M | 8.699 GB | large, very low quality loss - recommended |
51
+ | [llama2-merge-v0.4-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.4-GGUF/blob/main/llama2-merge-v0.4-Q6_K.gguf) | Q6_K | 10.058 GB | very large, extremely low quality loss |
52
+ | [llama2-merge-v0.4-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.4-GGUF/blob/main/llama2-merge-v0.4-Q8_0.gguf) | Q8_0 | 13.027 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/llama2-merge-v0.4-GGUF --include "llama2-merge-v0.4-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/llama2-merge-v0.4-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
llama2-merge-v0.4-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:162f56bbdf26591ca1f2ea0cd4b4ebb9f9cb7faf0c02e6ec46797ef0673888c7
3
+ size 4938917952
llama2-merge-v0.4-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3068b13cdd133037e3a99b04da904330927a4be61f2be82ea17eccafe0772e08
3
+ size 7021662272
llama2-merge-v0.4-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fee496f06b6562288c27cce98c65540e0d385a4c706a67bf0272c40401617f9b
3
+ size 6429872192
llama2-merge-v0.4-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c8ab54ec6f13efc99ec37133fb80f12fcdf46fba651a7562e21e77537fe8d63
3
+ size 5751083072
llama2-merge-v0.4-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bea0762d4613a1f51d672c124a02a8e56f5029395c9495a050f4208c16c9ba23
3
+ size 7467685952
llama2-merge-v0.4-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df368e6166cea9ec4d195b1a8d95434aa5d14acf3e7db08ee1f2ab0e34e77e84
3
+ size 7967807552
llama2-merge-v0.4-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:485db3780accfa7078745c357fcb585bd37913011de580f4824d13af6a7e906f
3
+ size 7525029952
llama2-merge-v0.4-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f94bf9ef0d5ca4b1c8a87c9500a6becd32854b10924c64d13f48648b02a3feea
3
+ size 9083312192
llama2-merge-v0.4-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea0c6f99b1078035bb490c3c30bfbafdafd504fbd88c389e1cbea18366253bef
3
+ size 9340950592
llama2-merge-v0.4-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9885a4be086128df638682ee8c28089a4b7d3a605d18c1c4c95969afadba4a5
3
+ size 9083312192
llama2-merge-v0.4-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3285875e18196efb842980fdf974f6964a5e7359d220591ba5703ff56f7ac5a
3
+ size 10799915072
llama2-merge-v0.4-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d45eca2f7aa3b896830b22b7288a852eef17affc824912540547ca4fe5837ffb
3
+ size 13987647552