Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +85 -0
- llama-3-10b-wiki-240709-f-Q2_K.gguf +3 -0
- llama-3-10b-wiki-240709-f-Q3_K_L.gguf +3 -0
- llama-3-10b-wiki-240709-f-Q3_K_M.gguf +3 -0
- llama-3-10b-wiki-240709-f-Q3_K_S.gguf +3 -0
- llama-3-10b-wiki-240709-f-Q4_0.gguf +3 -0
- llama-3-10b-wiki-240709-f-Q4_K_M.gguf +3 -0
- llama-3-10b-wiki-240709-f-Q4_K_S.gguf +3 -0
- llama-3-10b-wiki-240709-f-Q5_0.gguf +3 -0
- llama-3-10b-wiki-240709-f-Q5_K_M.gguf +3 -0
- llama-3-10b-wiki-240709-f-Q5_K_S.gguf +3 -0
- llama-3-10b-wiki-240709-f-Q6_K.gguf +3 -0
- llama-3-10b-wiki-240709-f-Q8_0.gguf +3 -0
.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-10b-wiki-240709-f-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llama-3-10b-wiki-240709-f-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llama-3-10b-wiki-240709-f-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llama-3-10b-wiki-240709-f-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
llama-3-10b-wiki-240709-f-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
llama-3-10b-wiki-240709-f-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
llama-3-10b-wiki-240709-f-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
llama-3-10b-wiki-240709-f-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
llama-3-10b-wiki-240709-f-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
llama-3-10b-wiki-240709-f-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
llama-3-10b-wiki-240709-f-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
llama-3-10b-wiki-240709-f-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ko
|
4 |
+
- ja
|
5 |
+
- zh
|
6 |
+
license: apache-2.0
|
7 |
+
library_name: transformers
|
8 |
+
tags:
|
9 |
+
- TensorBlock
|
10 |
+
- GGUF
|
11 |
+
base_model: lcw99/llama-3-10b-wiki-240709-f
|
12 |
+
---
|
13 |
+
|
14 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
15 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
16 |
+
</div>
|
17 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
18 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
19 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
20 |
+
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>
|
21 |
+
</p>
|
22 |
+
</div>
|
23 |
+
</div>
|
24 |
+
|
25 |
+
## lcw99/llama-3-10b-wiki-240709-f - GGUF
|
26 |
+
|
27 |
+
This repo contains GGUF format model files for [lcw99/llama-3-10b-wiki-240709-f](https://huggingface.co/lcw99/llama-3-10b-wiki-240709-f).
|
28 |
+
|
29 |
+
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).
|
30 |
+
|
31 |
+
<div style="text-align: left; margin: 20px 0;">
|
32 |
+
<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;">
|
33 |
+
Run them on the TensorBlock client using your local machine ↗
|
34 |
+
</a>
|
35 |
+
</div>
|
36 |
+
|
37 |
+
## Prompt template
|
38 |
+
|
39 |
+
```
|
40 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
41 |
+
|
42 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
43 |
+
|
44 |
+
{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
45 |
+
```
|
46 |
+
|
47 |
+
## Model file specification
|
48 |
+
|
49 |
+
| Filename | Quant type | File Size | Description |
|
50 |
+
| -------- | ---------- | --------- | ----------- |
|
51 |
+
| [llama-3-10b-wiki-240709-f-Q2_K.gguf](https://huggingface.co/tensorblock/llama-3-10b-wiki-240709-f-GGUF/blob/main/llama-3-10b-wiki-240709-f-Q2_K.gguf) | Q2_K | 3.559 GB | smallest, significant quality loss - not recommended for most purposes |
|
52 |
+
| [llama-3-10b-wiki-240709-f-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-3-10b-wiki-240709-f-GGUF/blob/main/llama-3-10b-wiki-240709-f-Q3_K_S.gguf) | Q3_K_S | 4.111 GB | very small, high quality loss |
|
53 |
+
| [llama-3-10b-wiki-240709-f-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-3-10b-wiki-240709-f-GGUF/blob/main/llama-3-10b-wiki-240709-f-Q3_K_M.gguf) | Q3_K_M | 4.520 GB | very small, high quality loss |
|
54 |
+
| [llama-3-10b-wiki-240709-f-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-3-10b-wiki-240709-f-GGUF/blob/main/llama-3-10b-wiki-240709-f-Q3_K_L.gguf) | Q3_K_L | 4.877 GB | small, substantial quality loss |
|
55 |
+
| [llama-3-10b-wiki-240709-f-Q4_0.gguf](https://huggingface.co/tensorblock/llama-3-10b-wiki-240709-f-GGUF/blob/main/llama-3-10b-wiki-240709-f-Q4_0.gguf) | Q4_0 | 5.255 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
56 |
+
| [llama-3-10b-wiki-240709-f-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-3-10b-wiki-240709-f-GGUF/blob/main/llama-3-10b-wiki-240709-f-Q4_K_S.gguf) | Q4_K_S | 5.292 GB | small, greater quality loss |
|
57 |
+
| [llama-3-10b-wiki-240709-f-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-3-10b-wiki-240709-f-GGUF/blob/main/llama-3-10b-wiki-240709-f-Q4_K_M.gguf) | Q4_K_M | 5.558 GB | medium, balanced quality - recommended |
|
58 |
+
| [llama-3-10b-wiki-240709-f-Q5_0.gguf](https://huggingface.co/tensorblock/llama-3-10b-wiki-240709-f-GGUF/blob/main/llama-3-10b-wiki-240709-f-Q5_0.gguf) | Q5_0 | 6.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
59 |
+
| [llama-3-10b-wiki-240709-f-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-3-10b-wiki-240709-f-GGUF/blob/main/llama-3-10b-wiki-240709-f-Q5_K_S.gguf) | Q5_K_S | 6.332 GB | large, low quality loss - recommended |
|
60 |
+
| [llama-3-10b-wiki-240709-f-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-3-10b-wiki-240709-f-GGUF/blob/main/llama-3-10b-wiki-240709-f-Q5_K_M.gguf) | Q5_K_M | 6.488 GB | large, very low quality loss - recommended |
|
61 |
+
| [llama-3-10b-wiki-240709-f-Q6_K.gguf](https://huggingface.co/tensorblock/llama-3-10b-wiki-240709-f-GGUF/blob/main/llama-3-10b-wiki-240709-f-Q6_K.gguf) | Q6_K | 7.476 GB | very large, extremely low quality loss |
|
62 |
+
| [llama-3-10b-wiki-240709-f-Q8_0.gguf](https://huggingface.co/tensorblock/llama-3-10b-wiki-240709-f-GGUF/blob/main/llama-3-10b-wiki-240709-f-Q8_0.gguf) | Q8_0 | 9.681 GB | very large, extremely low quality loss - not recommended |
|
63 |
+
|
64 |
+
|
65 |
+
## Downloading instruction
|
66 |
+
|
67 |
+
### Command line
|
68 |
+
|
69 |
+
Firstly, install Huggingface Client
|
70 |
+
|
71 |
+
```shell
|
72 |
+
pip install -U "huggingface_hub[cli]"
|
73 |
+
```
|
74 |
+
|
75 |
+
Then, downoad the individual model file the a local directory
|
76 |
+
|
77 |
+
```shell
|
78 |
+
huggingface-cli download tensorblock/llama-3-10b-wiki-240709-f-GGUF --include "llama-3-10b-wiki-240709-f-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
79 |
+
```
|
80 |
+
|
81 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
82 |
+
|
83 |
+
```shell
|
84 |
+
huggingface-cli download tensorblock/llama-3-10b-wiki-240709-f-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
85 |
+
```
|
llama-3-10b-wiki-240709-f-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfa0736e4322bb118d193dc0156ce59e265c15e11b601882d1e1d64c03263e1d
|
3 |
+
size 3821126560
|
llama-3-10b-wiki-240709-f-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1608ad10bd3fb2454c85893a14533d4fb2e6ce522e0cfd51346553df8cf2cb4d
|
3 |
+
size 5236319136
|
llama-3-10b-wiki-240709-f-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a759931c88a0d5ca5f44d8b791dc888662d8ab362f11fc3dd68a6089fc3017a8
|
3 |
+
size 4853588896
|
llama-3-10b-wiki-240709-f-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aca50967ff2f1fe35160b767cdd37fed580617f01e611506ecc0e9ae40ecb84f
|
3 |
+
size 4414497696
|
llama-3-10b-wiki-240709-f-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a68efdedb381a48e27e6d6b5847e4f2b96d53525db6aea6fce2be4b173fde182
|
3 |
+
size 5642945440
|
llama-3-10b-wiki-240709-f-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da550d0c8d8ae273be0a1ee6ee91137aac678dcc1b8fec0a13056cd6099ca94a
|
3 |
+
size 5967348640
|
llama-3-10b-wiki-240709-f-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0814c1351345edf57f91cc23e27c401b7de4be4d0722f0f00ac21d8db39aa41
|
3 |
+
size 5681742752
|
llama-3-10b-wiki-240709-f-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2369592d6e062ca8857ff2d65df5e105b37d048ec01a422710685a0e9c5d9756
|
3 |
+
size 6799131552
|
llama-3-10b-wiki-240709-f-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afda25e82dabc12402e47499f213ddf79868dcda8aad6a7858a1d8b131f8d53e
|
3 |
+
size 6966248352
|
llama-3-10b-wiki-240709-f-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc94dfc3acc6c5ee4f8bdf8e51f5e98187b9f3a0e8990429522d786d690b77d5
|
3 |
+
size 6799131552
|
llama-3-10b-wiki-240709-f-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b08e9eaca81ea14cb26420772cb12e3fb87d4be30b1a08bd4441166448e456f
|
3 |
+
size 8027579296
|
llama-3-10b-wiki-240709-f-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:777b884517a78e20c8a30f24de2c7fe88e24a82450ec72b1ccdea4d0d6709f73
|
3 |
+
size 10394919840
|