morriszms commited on
Commit
a0e44a2
·
verified ·
1 Parent(s): 3feaeae

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
+ open_llama_3b_600bt_preview-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ open_llama_3b_600bt_preview-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ open_llama_3b_600bt_preview-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ open_llama_3b_600bt_preview-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ open_llama_3b_600bt_preview-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ open_llama_3b_600bt_preview-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ open_llama_3b_600bt_preview-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ open_llama_3b_600bt_preview-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ open_llama_3b_600bt_preview-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ open_llama_3b_600bt_preview-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ open_llama_3b_600bt_preview-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ open_llama_3b_600bt_preview-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: danielhanchen/open_llama_3b_600bt_preview
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## danielhanchen/open_llama_3b_600bt_preview - GGUF
23
+
24
+ This repo contains GGUF format model files for [danielhanchen/open_llama_3b_600bt_preview](https://huggingface.co/danielhanchen/open_llama_3b_600bt_preview).
25
+
26
+ 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).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [open_llama_3b_600bt_preview-Q2_K.gguf](https://huggingface.co/tensorblock/open_llama_3b_600bt_preview-GGUF/blob/main/open_llama_3b_600bt_preview-Q2_K.gguf) | Q2_K | 1.844 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [open_llama_3b_600bt_preview-Q3_K_S.gguf](https://huggingface.co/tensorblock/open_llama_3b_600bt_preview-GGUF/blob/main/open_llama_3b_600bt_preview-Q3_K_S.gguf) | Q3_K_S | 1.844 GB | very small, high quality loss |
46
+ | [open_llama_3b_600bt_preview-Q3_K_M.gguf](https://huggingface.co/tensorblock/open_llama_3b_600bt_preview-GGUF/blob/main/open_llama_3b_600bt_preview-Q3_K_M.gguf) | Q3_K_M | 1.992 GB | very small, high quality loss |
47
+ | [open_llama_3b_600bt_preview-Q3_K_L.gguf](https://huggingface.co/tensorblock/open_llama_3b_600bt_preview-GGUF/blob/main/open_llama_3b_600bt_preview-Q3_K_L.gguf) | Q3_K_L | 2.062 GB | small, substantial quality loss |
48
+ | [open_llama_3b_600bt_preview-Q4_0.gguf](https://huggingface.co/tensorblock/open_llama_3b_600bt_preview-GGUF/blob/main/open_llama_3b_600bt_preview-Q4_0.gguf) | Q4_0 | 1.844 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [open_llama_3b_600bt_preview-Q4_K_S.gguf](https://huggingface.co/tensorblock/open_llama_3b_600bt_preview-GGUF/blob/main/open_llama_3b_600bt_preview-Q4_K_S.gguf) | Q4_K_S | 2.238 GB | small, greater quality loss |
50
+ | [open_llama_3b_600bt_preview-Q4_K_M.gguf](https://huggingface.co/tensorblock/open_llama_3b_600bt_preview-GGUF/blob/main/open_llama_3b_600bt_preview-Q4_K_M.gguf) | Q4_K_M | 2.403 GB | medium, balanced quality - recommended |
51
+ | [open_llama_3b_600bt_preview-Q5_0.gguf](https://huggingface.co/tensorblock/open_llama_3b_600bt_preview-GGUF/blob/main/open_llama_3b_600bt_preview-Q5_0.gguf) | Q5_0 | 2.231 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [open_llama_3b_600bt_preview-Q5_K_S.gguf](https://huggingface.co/tensorblock/open_llama_3b_600bt_preview-GGUF/blob/main/open_llama_3b_600bt_preview-Q5_K_S.gguf) | Q5_K_S | 2.424 GB | large, low quality loss - recommended |
53
+ | [open_llama_3b_600bt_preview-Q5_K_M.gguf](https://huggingface.co/tensorblock/open_llama_3b_600bt_preview-GGUF/blob/main/open_llama_3b_600bt_preview-Q5_K_M.gguf) | Q5_K_M | 2.568 GB | large, very low quality loss - recommended |
54
+ | [open_llama_3b_600bt_preview-Q6_K.gguf](https://huggingface.co/tensorblock/open_llama_3b_600bt_preview-GGUF/blob/main/open_llama_3b_600bt_preview-Q6_K.gguf) | Q6_K | 3.392 GB | very large, extremely low quality loss |
55
+ | [open_llama_3b_600bt_preview-Q8_0.gguf](https://huggingface.co/tensorblock/open_llama_3b_600bt_preview-GGUF/blob/main/open_llama_3b_600bt_preview-Q8_0.gguf) | Q8_0 | 3.392 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/open_llama_3b_600bt_preview-GGUF --include "open_llama_3b_600bt_preview-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/open_llama_3b_600bt_preview-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
open_llama_3b_600bt_preview-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca15e9ace684c92ed5c946d0ad5fd451d57da79312d743a5466131426f9219a
3
+ size 1979947072
open_llama_3b_600bt_preview-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89b8f04dc33e392f853fddb4abe22537b67be0ccbbee39fecebb5fcd6ece784e
3
+ size 2214571072
open_llama_3b_600bt_preview-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6d48008321176b1d61b698bfc8edf4b5b0932d99e136500e1c36066477c0427
3
+ size 2139371072
open_llama_3b_600bt_preview-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03ebd5afc9c7c5ad96ce92323748ccec91f9390a5afa648f6f645861f69d2197
3
+ size 1979947072
open_llama_3b_600bt_preview-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e6b550cbc0a80bd1776b08a806ce314f7db2a82f51e11b1680a98a3ed878ca0
3
+ size 1979947072
open_llama_3b_600bt_preview-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f65530f9d3c58b78166f72703ad311e66ce63fc33577a603b711194ee7f99c77
3
+ size 2580139072
open_llama_3b_600bt_preview-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08db50a389784c35d226be3580670066eaa9f27f5e31cea76489c9d333825325
3
+ size 2403179072
open_llama_3b_600bt_preview-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b01e83a010cc311fdb818adeb727cc59ec94046a9bf951bafb9f6132353c9c70
3
+ size 2395435072
open_llama_3b_600bt_preview-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fe71a97646836fbf3bcd7a67b8dc40f1ffc47a466f45b7804ffeb4e27e3748c
3
+ size 2757099072
open_llama_3b_600bt_preview-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b469f68f16ac7f98a0c52b93f0babdbe90d551dfd81c9a041217301313687d3
3
+ size 2603179072
open_llama_3b_600bt_preview-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffba2253a18f8d70f80a31f4ce28c3cf159d483c3ef88a21c86df7701ff87090
3
+ size 3641899072
open_llama_3b_600bt_preview-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37db68761d0fe1d80aaf4fbfb1effcddb4db824df42ca902e76af2afbff05b24
3
+ size 3641899072