morriszms commited on
Commit
a400c24
·
verified ·
1 Parent(s): f328e11

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-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-3-8b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-3-8b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-3-8b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-3-8b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-3-8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-3-8b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-3-8b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-3-8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-3-8b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-3-8b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-3-8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
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 - GGUF
28
+
29
+ This repo contains GGUF format model files for [unsloth/llama-3-8b](https://huggingface.co/unsloth/llama-3-8b).
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
+
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [llama-3-8b-Q2_K.gguf](https://huggingface.co/tensorblock/llama-3-8b-GGUF/tree/main/llama-3-8b-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [llama-3-8b-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-3-8b-GGUF/tree/main/llama-3-8b-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
45
+ | [llama-3-8b-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-3-8b-GGUF/tree/main/llama-3-8b-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
46
+ | [llama-3-8b-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-3-8b-GGUF/tree/main/llama-3-8b-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
47
+ | [llama-3-8b-Q4_0.gguf](https://huggingface.co/tensorblock/llama-3-8b-GGUF/tree/main/llama-3-8b-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [llama-3-8b-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-3-8b-GGUF/tree/main/llama-3-8b-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
49
+ | [llama-3-8b-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-3-8b-GGUF/tree/main/llama-3-8b-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
50
+ | [llama-3-8b-Q5_0.gguf](https://huggingface.co/tensorblock/llama-3-8b-GGUF/tree/main/llama-3-8b-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [llama-3-8b-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-3-8b-GGUF/tree/main/llama-3-8b-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
52
+ | [llama-3-8b-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-3-8b-GGUF/tree/main/llama-3-8b-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
53
+ | [llama-3-8b-Q6_K.gguf](https://huggingface.co/tensorblock/llama-3-8b-GGUF/tree/main/llama-3-8b-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
54
+ | [llama-3-8b-Q8_0.gguf](https://huggingface.co/tensorblock/llama-3-8b-GGUF/tree/main/llama-3-8b-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/llama-3-8b-GGUF --include "llama-3-8b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/llama-3-8b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
llama-3-8b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49d14cba91c563a3342b5e14f6a2ec2881e2a1c0e406dd225705357f592795fc
3
+ size 3179131136
llama-3-8b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bed6ab65c365148b9c19b018a7c1c6e16ccb48b8fd257f0bfa1abb140353aca
3
+ size 4321956096
llama-3-8b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a8b5ff380249f5bce4ee8fe8fc9851ad525be78b22fade4ba372b843e0b8ef8
3
+ size 4018917632
llama-3-8b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898e075b4c1edf9a873715cd232f43c4c56df05a5d086dac681f1ca1b8b6ab24
3
+ size 3664498944
llama-3-8b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e86a48c5d1825c496f93d7e71bd0377b7a54d821357463cb509bea610dbb3c76
3
+ size 4661211392
llama-3-8b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1de7c76c84c35d9a883c60231b12f63751bb3176a352b296a74a6ba73e24a705
3
+ size 4920733952
llama-3-8b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:797d98525d753ae93c62658107a55c64881b3740600d68dfa4468d40a289f90b
3
+ size 4692668672
llama-3-8b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d960c3e5e361eba3e400e0800a5360bcb8647a5330e8b63fc7b623797cc796e
3
+ size 5599293696
llama-3-8b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:170ea3c1dba1bc419a4858f9720c3991e253e92c49c3fdad2270c0835a90ed84
3
+ size 5732987136
llama-3-8b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa519b48f2972c825191f6659f9f6d1219ad5821d59a47dc358dcf85107342a9
3
+ size 5599293696
llama-3-8b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bfc483662fa92348cce9ac061face1812f3946c2a4553565bfe7781d7ea4f07
3
+ size 6596006144
llama-3-8b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c52e5644ba02708003d0aeee182f9aebe97f87c059b1a307ae0283899ec0823c
3
+ size 8540770560