Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +94 -0
- llama-3-youko-8b-instruct-Q2_K.gguf +3 -0
- llama-3-youko-8b-instruct-Q3_K_L.gguf +3 -0
- llama-3-youko-8b-instruct-Q3_K_M.gguf +3 -0
- llama-3-youko-8b-instruct-Q3_K_S.gguf +3 -0
- llama-3-youko-8b-instruct-Q4_0.gguf +3 -0
- llama-3-youko-8b-instruct-Q4_K_M.gguf +3 -0
- llama-3-youko-8b-instruct-Q4_K_S.gguf +3 -0
- llama-3-youko-8b-instruct-Q5_0.gguf +3 -0
- llama-3-youko-8b-instruct-Q5_K_M.gguf +3 -0
- llama-3-youko-8b-instruct-Q5_K_S.gguf +3 -0
- llama-3-youko-8b-instruct-Q6_K.gguf +3 -0
- llama-3-youko-8b-instruct-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-youko-8b-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llama-3-youko-8b-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llama-3-youko-8b-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llama-3-youko-8b-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
llama-3-youko-8b-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
llama-3-youko-8b-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
llama-3-youko-8b-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
llama-3-youko-8b-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
llama-3-youko-8b-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
llama-3-youko-8b-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
llama-3-youko-8b-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
llama-3-youko-8b-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
thumbnail: https://github.com/rinnakk/japanese-pretrained-models/blob/master/rinna.png
|
3 |
+
license: llama3
|
4 |
+
datasets:
|
5 |
+
- CohereForAI/aya_dataset
|
6 |
+
- kunishou/databricks-dolly-15k-ja
|
7 |
+
- kunishou/HelpSteer-35k-ja
|
8 |
+
- kunishou/HelpSteer2-20k-ja
|
9 |
+
- kunishou/hh-rlhf-49k-ja
|
10 |
+
- kunishou/oasst1-chat-44k-ja
|
11 |
+
- kunishou/oasst2-chat-68k-ja
|
12 |
+
- meta-math/MetaMathQA
|
13 |
+
- OpenAssistant/oasst1
|
14 |
+
- OpenAssistant/oasst2
|
15 |
+
- sahil2801/CodeAlpaca-20k
|
16 |
+
language:
|
17 |
+
- ja
|
18 |
+
- en
|
19 |
+
tags:
|
20 |
+
- llama
|
21 |
+
- llama-3
|
22 |
+
- TensorBlock
|
23 |
+
- GGUF
|
24 |
+
inference: false
|
25 |
+
base_model: rinna/llama-3-youko-8b-instruct
|
26 |
+
base_model_relation: merge
|
27 |
+
---
|
28 |
+
|
29 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
30 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
31 |
+
</div>
|
32 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
33 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
34 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
35 |
+
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>
|
36 |
+
</p>
|
37 |
+
</div>
|
38 |
+
</div>
|
39 |
+
|
40 |
+
## rinna/llama-3-youko-8b-instruct - GGUF
|
41 |
+
|
42 |
+
This repo contains GGUF format model files for [rinna/llama-3-youko-8b-instruct](https://huggingface.co/rinna/llama-3-youko-8b-instruct).
|
43 |
+
|
44 |
+
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).
|
45 |
+
|
46 |
+
## Prompt template
|
47 |
+
|
48 |
+
```
|
49 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
50 |
+
|
51 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
52 |
+
|
53 |
+
{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
54 |
+
```
|
55 |
+
|
56 |
+
## Model file specification
|
57 |
+
|
58 |
+
| Filename | Quant type | File Size | Description |
|
59 |
+
| -------- | ---------- | --------- | ----------- |
|
60 |
+
| [llama-3-youko-8b-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/llama-3-youko-8b-instruct-GGUF/tree/main/llama-3-youko-8b-instruct-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
|
61 |
+
| [llama-3-youko-8b-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-3-youko-8b-instruct-GGUF/tree/main/llama-3-youko-8b-instruct-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
|
62 |
+
| [llama-3-youko-8b-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-3-youko-8b-instruct-GGUF/tree/main/llama-3-youko-8b-instruct-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
|
63 |
+
| [llama-3-youko-8b-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-3-youko-8b-instruct-GGUF/tree/main/llama-3-youko-8b-instruct-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
|
64 |
+
| [llama-3-youko-8b-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/llama-3-youko-8b-instruct-GGUF/tree/main/llama-3-youko-8b-instruct-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
65 |
+
| [llama-3-youko-8b-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-3-youko-8b-instruct-GGUF/tree/main/llama-3-youko-8b-instruct-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
|
66 |
+
| [llama-3-youko-8b-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-3-youko-8b-instruct-GGUF/tree/main/llama-3-youko-8b-instruct-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
|
67 |
+
| [llama-3-youko-8b-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/llama-3-youko-8b-instruct-GGUF/tree/main/llama-3-youko-8b-instruct-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
68 |
+
| [llama-3-youko-8b-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-3-youko-8b-instruct-GGUF/tree/main/llama-3-youko-8b-instruct-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
|
69 |
+
| [llama-3-youko-8b-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-3-youko-8b-instruct-GGUF/tree/main/llama-3-youko-8b-instruct-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
|
70 |
+
| [llama-3-youko-8b-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/llama-3-youko-8b-instruct-GGUF/tree/main/llama-3-youko-8b-instruct-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
|
71 |
+
| [llama-3-youko-8b-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/llama-3-youko-8b-instruct-GGUF/tree/main/llama-3-youko-8b-instruct-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
|
72 |
+
|
73 |
+
|
74 |
+
## Downloading instruction
|
75 |
+
|
76 |
+
### Command line
|
77 |
+
|
78 |
+
Firstly, install Huggingface Client
|
79 |
+
|
80 |
+
```shell
|
81 |
+
pip install -U "huggingface_hub[cli]"
|
82 |
+
```
|
83 |
+
|
84 |
+
Then, downoad the individual model file the a local directory
|
85 |
+
|
86 |
+
```shell
|
87 |
+
huggingface-cli download tensorblock/llama-3-youko-8b-instruct-GGUF --include "llama-3-youko-8b-instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
88 |
+
```
|
89 |
+
|
90 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
91 |
+
|
92 |
+
```shell
|
93 |
+
huggingface-cli download tensorblock/llama-3-youko-8b-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
94 |
+
```
|
llama-3-youko-8b-instruct-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b157d3510e898f85bacc48a4632a204ff55b0c78cf1d9cf9fe4ffe5ef1f2200e
|
3 |
+
size 3179132608
|
llama-3-youko-8b-instruct-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d039c80a11c17426d352ec91de30bd7d6be8930f6b9124764514d53dc87ec573
|
3 |
+
size 4321957568
|
llama-3-youko-8b-instruct-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddb2f8214dba601a0e1b566155d6043210273bfe9145a463af80f5a463d1a526
|
3 |
+
size 4018919104
|
llama-3-youko-8b-instruct-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcec303af213c8a8fe8397a3de7552aaa224e76ff20e66ac7ad1ee5a374e7273
|
3 |
+
size 3664500416
|
llama-3-youko-8b-instruct-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9814e911874b99d7c02956e6f311317dfec8a0bc1318f3caeeb88a46e9267786
|
3 |
+
size 4661212864
|
llama-3-youko-8b-instruct-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05510d2b1c231f77f2ea56933810923e5f3847dad3130d78f1aac19e3825cebb
|
3 |
+
size 4920735424
|
llama-3-youko-8b-instruct-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbc79e3a87e57a2c1c3a3a5745fad10fb3bececc2e0ea1c7c0eaf47a8299a766
|
3 |
+
size 4692670144
|
llama-3-youko-8b-instruct-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85fd439d2e41f7f8778d9976bd3d6a31a1ce82ddade5df5df5fe139455c4a594
|
3 |
+
size 5599295168
|
llama-3-youko-8b-instruct-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd1e10ef28cafe97b3bc87fccd7a3ad0408adcfb90073e6b25d3c256cc2728c5
|
3 |
+
size 5732988608
|
llama-3-youko-8b-instruct-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e3d05a524007b77cc4b2f936f6a730aefaf7e4069c9b7f10669c91536241b8b
|
3 |
+
size 5599295168
|
llama-3-youko-8b-instruct-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:893444edfeb6efd61dad0729ea48b5ff6916564c12e48908f52b5deeac2dcef3
|
3 |
+
size 6596007616
|
llama-3-youko-8b-instruct-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab6d775e2be5e91cfd58a86199995a17b2f28e7b347361539be8de05c9b947b4
|
3 |
+
size 8540772032
|