morriszms commited on
Commit
41d71bf
·
verified ·
1 Parent(s): c2cb1af

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.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-merge-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-merge-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-merge-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-merge-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-merge-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-merge-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-merge-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-merge-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-merge-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-merge-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-merge-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: lIlBrother/llama2-merge-v0.1
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.1 - GGUF
20
+
21
+ This repo contains GGUF format model files for [lIlBrother/llama2-merge-v0.1](https://huggingface.co/lIlBrother/llama2-merge-v0.1).
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
+ | [llama2-merge-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.1-GGUF/tree/main/llama2-merge-v0.1-Q2_K.gguf) | Q2_K | 4.600 GB | smallest, significant quality loss - not recommended for most purposes |
36
+ | [llama2-merge-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.1-GGUF/tree/main/llama2-merge-v0.1-Q3_K_S.gguf) | Q3_K_S | 5.356 GB | very small, high quality loss |
37
+ | [llama2-merge-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.1-GGUF/tree/main/llama2-merge-v0.1-Q3_K_M.gguf) | Q3_K_M | 5.988 GB | very small, high quality loss |
38
+ | [llama2-merge-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.1-GGUF/tree/main/llama2-merge-v0.1-Q3_K_L.gguf) | Q3_K_L | 6.539 GB | small, substantial quality loss |
39
+ | [llama2-merge-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.1-GGUF/tree/main/llama2-merge-v0.1-Q4_0.gguf) | Q4_0 | 6.955 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
40
+ | [llama2-merge-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.1-GGUF/tree/main/llama2-merge-v0.1-Q4_K_S.gguf) | Q4_K_S | 7.008 GB | small, greater quality loss |
41
+ | [llama2-merge-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.1-GGUF/tree/main/llama2-merge-v0.1-Q4_K_M.gguf) | Q4_K_M | 7.421 GB | medium, balanced quality - recommended |
42
+ | [llama2-merge-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.1-GGUF/tree/main/llama2-merge-v0.1-Q5_0.gguf) | Q5_0 | 8.459 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
43
+ | [llama2-merge-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.1-GGUF/tree/main/llama2-merge-v0.1-Q5_K_S.gguf) | Q5_K_S | 8.459 GB | large, low quality loss - recommended |
44
+ | [llama2-merge-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.1-GGUF/tree/main/llama2-merge-v0.1-Q5_K_M.gguf) | Q5_K_M | 8.699 GB | large, very low quality loss - recommended |
45
+ | [llama2-merge-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.1-GGUF/tree/main/llama2-merge-v0.1-Q6_K.gguf) | Q6_K | 10.058 GB | very large, extremely low quality loss |
46
+ | [llama2-merge-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.1-GGUF/tree/main/llama2-merge-v0.1-Q8_0.gguf) | Q8_0 | 13.027 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/llama2-merge-v0.1-GGUF --include "llama2-merge-v0.1-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/llama2-merge-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
69
+ ```
llama2-merge-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77a7f333d57c197e5eca54c606caeed0a15c3c417240e9c31bb9db65c0c1b5f9
3
+ size 4938917952
llama2-merge-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:888ded026a37d0fa148070ffc07cbda9d99e5ad09e1415a580bba436ba6253f8
3
+ size 7021662272
llama2-merge-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ee70913b673c1f81fd6422f673c04a2ac262a7ea498fe3d47008f4fe4ccb586
3
+ size 6429872192
llama2-merge-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e8f0e1ea3c59780b5adee52caafbd3580031b82153cb55958ce5e6fc6caa116
3
+ size 5751083072
llama2-merge-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:135a74573e828ecb695762f324d72bb13f6a690d5237ba776a67c7d4ddc5e7d3
3
+ size 7467685952
llama2-merge-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:189d49e0c1c0e5e68c53229c2725e81d92c6ea4201faf412adbdd134cdcde6ce
3
+ size 7967807552
llama2-merge-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6db00e1eb07520bc0bb5a035f102baa28fa41795de6b63cc84f4dfe3e6ca0f1
3
+ size 7525029952
llama2-merge-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ab32e70cfa59d252af5dff6713e66b526a63b05583f466e86e359dbfdcc67b4
3
+ size 9083312192
llama2-merge-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f349ac40d17c77aedd75db4036b26359cb629f9676d521ee62cf5e9b45fde3
3
+ size 9340950592
llama2-merge-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:487069ca0c2f959ff9b6d0d408b9127ce4158b4c5ce8fa0197f2a34c2bdcdaf9
3
+ size 9083312192
llama2-merge-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02ab73a7b38ac4cdb1bdf8da3af8ae743c29354496f7ecdbeeed99b04afea6d8
3
+ size 10799915072
llama2-merge-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ddcedd7f265d5fb01ece3f22c458a44206b1aa2ec89a4a5437adabc61b1365
3
+ size 13987647552