morriszms commited on
Commit
0ec79b5
·
verified ·
1 Parent(s): 36be271

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
+ llama13b_2s_dpo-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama13b_2s_dpo-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama13b_2s_dpo-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama13b_2s_dpo-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama13b_2s_dpo-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama13b_2s_dpo-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama13b_2s_dpo-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama13b_2s_dpo-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama13b_2s_dpo-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama13b_2s_dpo-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama13b_2s_dpo-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama13b_2s_dpo-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Minirecord/llama13b_2s_dpo
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## Minirecord/llama13b_2s_dpo - GGUF
21
+
22
+ This repo contains GGUF format model files for [Minirecord/llama13b_2s_dpo](https://huggingface.co/Minirecord/llama13b_2s_dpo).
23
+
24
+ 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).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [llama13b_2s_dpo-Q2_K.gguf](https://huggingface.co/tensorblock/llama13b_2s_dpo-GGUF/blob/main/llama13b_2s_dpo-Q2_K.gguf) | Q2_K | 4.600 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [llama13b_2s_dpo-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama13b_2s_dpo-GGUF/blob/main/llama13b_2s_dpo-Q3_K_S.gguf) | Q3_K_S | 5.356 GB | very small, high quality loss |
44
+ | [llama13b_2s_dpo-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama13b_2s_dpo-GGUF/blob/main/llama13b_2s_dpo-Q3_K_M.gguf) | Q3_K_M | 5.988 GB | very small, high quality loss |
45
+ | [llama13b_2s_dpo-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama13b_2s_dpo-GGUF/blob/main/llama13b_2s_dpo-Q3_K_L.gguf) | Q3_K_L | 6.539 GB | small, substantial quality loss |
46
+ | [llama13b_2s_dpo-Q4_0.gguf](https://huggingface.co/tensorblock/llama13b_2s_dpo-GGUF/blob/main/llama13b_2s_dpo-Q4_0.gguf) | Q4_0 | 6.955 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [llama13b_2s_dpo-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama13b_2s_dpo-GGUF/blob/main/llama13b_2s_dpo-Q4_K_S.gguf) | Q4_K_S | 7.008 GB | small, greater quality loss |
48
+ | [llama13b_2s_dpo-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama13b_2s_dpo-GGUF/blob/main/llama13b_2s_dpo-Q4_K_M.gguf) | Q4_K_M | 7.421 GB | medium, balanced quality - recommended |
49
+ | [llama13b_2s_dpo-Q5_0.gguf](https://huggingface.co/tensorblock/llama13b_2s_dpo-GGUF/blob/main/llama13b_2s_dpo-Q5_0.gguf) | Q5_0 | 8.459 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [llama13b_2s_dpo-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama13b_2s_dpo-GGUF/blob/main/llama13b_2s_dpo-Q5_K_S.gguf) | Q5_K_S | 8.459 GB | large, low quality loss - recommended |
51
+ | [llama13b_2s_dpo-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama13b_2s_dpo-GGUF/blob/main/llama13b_2s_dpo-Q5_K_M.gguf) | Q5_K_M | 8.699 GB | large, very low quality loss - recommended |
52
+ | [llama13b_2s_dpo-Q6_K.gguf](https://huggingface.co/tensorblock/llama13b_2s_dpo-GGUF/blob/main/llama13b_2s_dpo-Q6_K.gguf) | Q6_K | 10.058 GB | very large, extremely low quality loss |
53
+ | [llama13b_2s_dpo-Q8_0.gguf](https://huggingface.co/tensorblock/llama13b_2s_dpo-GGUF/blob/main/llama13b_2s_dpo-Q8_0.gguf) | Q8_0 | 13.027 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/llama13b_2s_dpo-GGUF --include "llama13b_2s_dpo-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/llama13b_2s_dpo-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
llama13b_2s_dpo-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faded91d72c155b6022c26b1974e30991e80a14da93b162b29f692cd2065e3dc
3
+ size 4938917984
llama13b_2s_dpo-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17eadafe6701825591db8391d20681f877e1d6315d63ed03cf71a70fe68e2dfd
3
+ size 7021662304
llama13b_2s_dpo-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab5557e291c1fc763ea9240b910875e61041e887ad08c08ab26b9723d8ac23de
3
+ size 6429872224
llama13b_2s_dpo-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17b75f8fb145c5b015d476f860782fe67b5e2a0df67a81c5157700b94699d656
3
+ size 5751083104
llama13b_2s_dpo-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dde9f6f8f531bbb7973d8c50e143822b8d1714b7522795ebca25599f0c7455c8
3
+ size 7467685984
llama13b_2s_dpo-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c44497a11de169263a54df728c69c77de880e0da6085ca1160517ec8407e82d1
3
+ size 7967807584
llama13b_2s_dpo-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3b2d010125e4e520420f9ab1c6d35f5918e8028981460e0ed8a73afd5bc27a4
3
+ size 7525029984
llama13b_2s_dpo-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16c11db765a8c24ca75cc461b499b59239ae953db0a186db6a5a0808314cf661
3
+ size 9083312224
llama13b_2s_dpo-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e358bb60f28d3d5b3884b59b7d0e3cf65465117e9ccd235baa34b17b3e7dac13
3
+ size 9340950624
llama13b_2s_dpo-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f887a0639d5c7e8e90524de25a54fc9b8e36ae8cba029667aeaa6776964be5b
3
+ size 9083312224
llama13b_2s_dpo-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a99bf9873b005e71b9491faa17677d46be3a18f216d4853e7d3e50c4147bbca5
3
+ size 10799915104
llama13b_2s_dpo-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b85bfc552e1d07fa0ae123c970c4d5be92b8dca969dfbe86806f56648b6991c4
3
+ size 13987647584