morriszms commited on
Commit
8a0b9cc
1 Parent(s): 662fdb6

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.3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-merge-v0.3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-merge-v0.3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-merge-v0.3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-merge-v0.3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-merge-v0.3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-merge-v0.3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-merge-v0.3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-merge-v0.3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-merge-v0.3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-merge-v0.3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-merge-v0.3-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.3
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.3 - GGUF
20
+
21
+ This repo contains GGUF format model files for [lIlBrother/llama2-merge-v0.3](https://huggingface.co/lIlBrother/llama2-merge-v0.3).
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.3-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.3-GGUF/tree/main/llama2-merge-v0.3-Q2_K.gguf) | Q2_K | 4.600 GB | smallest, significant quality loss - not recommended for most purposes |
36
+ | [llama2-merge-v0.3-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.3-GGUF/tree/main/llama2-merge-v0.3-Q3_K_S.gguf) | Q3_K_S | 5.356 GB | very small, high quality loss |
37
+ | [llama2-merge-v0.3-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.3-GGUF/tree/main/llama2-merge-v0.3-Q3_K_M.gguf) | Q3_K_M | 5.988 GB | very small, high quality loss |
38
+ | [llama2-merge-v0.3-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.3-GGUF/tree/main/llama2-merge-v0.3-Q3_K_L.gguf) | Q3_K_L | 6.539 GB | small, substantial quality loss |
39
+ | [llama2-merge-v0.3-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.3-GGUF/tree/main/llama2-merge-v0.3-Q4_0.gguf) | Q4_0 | 6.955 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
40
+ | [llama2-merge-v0.3-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.3-GGUF/tree/main/llama2-merge-v0.3-Q4_K_S.gguf) | Q4_K_S | 7.008 GB | small, greater quality loss |
41
+ | [llama2-merge-v0.3-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.3-GGUF/tree/main/llama2-merge-v0.3-Q4_K_M.gguf) | Q4_K_M | 7.421 GB | medium, balanced quality - recommended |
42
+ | [llama2-merge-v0.3-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.3-GGUF/tree/main/llama2-merge-v0.3-Q5_0.gguf) | Q5_0 | 8.459 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
43
+ | [llama2-merge-v0.3-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.3-GGUF/tree/main/llama2-merge-v0.3-Q5_K_S.gguf) | Q5_K_S | 8.459 GB | large, low quality loss - recommended |
44
+ | [llama2-merge-v0.3-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.3-GGUF/tree/main/llama2-merge-v0.3-Q5_K_M.gguf) | Q5_K_M | 8.699 GB | large, very low quality loss - recommended |
45
+ | [llama2-merge-v0.3-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.3-GGUF/tree/main/llama2-merge-v0.3-Q6_K.gguf) | Q6_K | 10.058 GB | very large, extremely low quality loss |
46
+ | [llama2-merge-v0.3-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-merge-v0.3-GGUF/tree/main/llama2-merge-v0.3-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.3-GGUF --include "llama2-merge-v0.3-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.3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
69
+ ```
llama2-merge-v0.3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0dd343349a87995ad12af8a1652f72cbe56f3e25ad481be64893f0be6e51d36
3
+ size 4938917952
llama2-merge-v0.3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5490e0758985c821330438987661b0a68c6107abbd3f946136142dabf68e7537
3
+ size 7021662272
llama2-merge-v0.3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2edd8382c0eae57d274f344f73a4b97d64093f38525bfceffaddae4288b730d9
3
+ size 6429872192
llama2-merge-v0.3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53dbcf348efee62bed9bf1e07e70dafaac39149a58243df58242f65f02c02ba0
3
+ size 5751083072
llama2-merge-v0.3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7fa865bafe891ead7fff12fb0d8e5b1793768a7ceae075ab28313220fd913bd
3
+ size 7467685952
llama2-merge-v0.3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e64bb25f44f4058c02f637467fb8a6166d236dc6a1221faae0147576975cbb3
3
+ size 7967807552
llama2-merge-v0.3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:235212d23545f28455c2846afebfcc62571a4c28f14663d39327639053cf0536
3
+ size 7525029952
llama2-merge-v0.3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ff69e63805ef52e38f7032f3279eb3a177700e78ad9f10536cc5edc5130cc5a
3
+ size 9083312192
llama2-merge-v0.3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65efb725bfa7ca9b808e5c79c3da8510a3523747577cb9ac84abcbc21c17827b
3
+ size 9340950592
llama2-merge-v0.3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a12dd6c2c67ffb392b32c522e3177213b6535e7321e0af0dac9bc8cff87cad8
3
+ size 9083312192
llama2-merge-v0.3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ef99efc72a866ee08db7f9111225a66f6b8e0724ff2a85ff09d026c2b194586
3
+ size 10799915072
llama2-merge-v0.3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40d30658e1fa696cb2bf4f448d22223cbb29711411da5eea82046d359fbb2d1d
3
+ size 13987647552