morriszms commited on
Commit
2e8bf36
·
verified ·
1 Parent(s): 7b5c0fc

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
+ llama-3-8b-Instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-3-8b-Instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-3-8b-Instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-3-8b-Instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-3-8b-Instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-3-8b-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-3-8b-Instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-3-8b-Instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-3-8b-Instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-3-8b-Instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-3-8b-Instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-3-8b-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ license: llama3
6
+ tags:
7
+ - unsloth
8
+ - transformers
9
+ - llama
10
+ - llama-3
11
+ - TensorBlock
12
+ - GGUF
13
+ base_model: unsloth/llama-3-8b-Instruct
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## unsloth/llama-3-8b-Instruct - GGUF
28
+
29
+ This repo contains GGUF format model files for [unsloth/llama-3-8b-Instruct](https://huggingface.co/unsloth/llama-3-8b-Instruct).
30
+
31
+ 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).
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
37
+
38
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
39
+
40
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [llama-3-8b-Instruct-Q2_K.gguf](https://huggingface.co/tensorblock/llama-3-8b-Instruct-GGUF/tree/main/llama-3-8b-Instruct-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [llama-3-8b-Instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-3-8b-Instruct-GGUF/tree/main/llama-3-8b-Instruct-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
49
+ | [llama-3-8b-Instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-3-8b-Instruct-GGUF/tree/main/llama-3-8b-Instruct-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
50
+ | [llama-3-8b-Instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-3-8b-Instruct-GGUF/tree/main/llama-3-8b-Instruct-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
51
+ | [llama-3-8b-Instruct-Q4_0.gguf](https://huggingface.co/tensorblock/llama-3-8b-Instruct-GGUF/tree/main/llama-3-8b-Instruct-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [llama-3-8b-Instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-3-8b-Instruct-GGUF/tree/main/llama-3-8b-Instruct-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
53
+ | [llama-3-8b-Instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-3-8b-Instruct-GGUF/tree/main/llama-3-8b-Instruct-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
54
+ | [llama-3-8b-Instruct-Q5_0.gguf](https://huggingface.co/tensorblock/llama-3-8b-Instruct-GGUF/tree/main/llama-3-8b-Instruct-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [llama-3-8b-Instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-3-8b-Instruct-GGUF/tree/main/llama-3-8b-Instruct-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
56
+ | [llama-3-8b-Instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-3-8b-Instruct-GGUF/tree/main/llama-3-8b-Instruct-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
57
+ | [llama-3-8b-Instruct-Q6_K.gguf](https://huggingface.co/tensorblock/llama-3-8b-Instruct-GGUF/tree/main/llama-3-8b-Instruct-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
58
+ | [llama-3-8b-Instruct-Q8_0.gguf](https://huggingface.co/tensorblock/llama-3-8b-Instruct-GGUF/tree/main/llama-3-8b-Instruct-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/llama-3-8b-Instruct-GGUF --include "llama-3-8b-Instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/llama-3-8b-Instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
llama-3-8b-Instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cd66e5f62fc06ca4adf1164ff6ac133301b7cb85de4e7c0a579c7987a1c0435
3
+ size 3179131616
llama-3-8b-Instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfe0e9edb0472e3fef59c1694f8a6c944a7f6e662529d996c05e6f0a3719e387
3
+ size 4321956576
llama-3-8b-Instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7f665461b99202cc1287c06335e3f87a3180fb0794d180fbd621b03eab97780
3
+ size 4018918112
llama-3-8b-Instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7db3571252a48934031f5bdf2c20625e893675685eb6c285417baefbdd27457
3
+ size 3664499424
llama-3-8b-Instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c86cb44e307c21af52cc5bbd197e228feee6a2f864c2b0115f9a41c5471e54d6
3
+ size 4661211872
llama-3-8b-Instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c8af7b7c6b606972eefced20c605fb333fdce4b49a2bcfcb5618268e9aa0ee6
3
+ size 4920734432
llama-3-8b-Instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6168e9496f798f37640364974a8cc0c27d57f7c4d7201b367261af11d528492
3
+ size 4692669152
llama-3-8b-Instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:888b5823c8a53ba93fe21e0c037fc702242092d85b5d983ff776116d23fbaa54
3
+ size 5599294176
llama-3-8b-Instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a6499ddcd7b085699e30589b29f96a8749b3dfc8231ae46cde7d4c4600c5ea5
3
+ size 5732987616
llama-3-8b-Instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd37ce4af5022f737c7cfe27be86f0b12b5e4838a4f216ea1c87f6be5bc8b8a6
3
+ size 5599294176
llama-3-8b-Instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0acf86693fb3afff0f41120dfac98fe8c83a56b93b2c23aad79edf8732bf8f03
3
+ size 6596006624
llama-3-8b-Instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47ad9b26153bfbc4ce6de0559751a413c0560606df222d4d41c1773dbc8e817d
3
+ size 8540771040