Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +121 -0
- llama-3-youko-8b-En-Ja-MT-LoRA-Q2_K.gguf +3 -0
- llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_L.gguf +3 -0
- llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_M.gguf +3 -0
- llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_S.gguf +3 -0
- llama-3-youko-8b-En-Ja-MT-LoRA-Q4_0.gguf +3 -0
- llama-3-youko-8b-En-Ja-MT-LoRA-Q4_K_M.gguf +3 -0
- llama-3-youko-8b-En-Ja-MT-LoRA-Q4_K_S.gguf +3 -0
- llama-3-youko-8b-En-Ja-MT-LoRA-Q5_0.gguf +3 -0
- llama-3-youko-8b-En-Ja-MT-LoRA-Q5_K_M.gguf +3 -0
- llama-3-youko-8b-En-Ja-MT-LoRA-Q5_K_S.gguf +3 -0
- llama-3-youko-8b-En-Ja-MT-LoRA-Q6_K.gguf +3 -0
- llama-3-youko-8b-En-Ja-MT-LoRA-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-En-Ja-MT-LoRA-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
llama-3-youko-8b-En-Ja-MT-LoRA-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
llama-3-youko-8b-En-Ja-MT-LoRA-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
llama-3-youko-8b-En-Ja-MT-LoRA-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
llama-3-youko-8b-En-Ja-MT-LoRA-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
llama-3-youko-8b-En-Ja-MT-LoRA-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
llama-3-youko-8b-En-Ja-MT-LoRA-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
llama-3-youko-8b-En-Ja-MT-LoRA-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
llama-3-youko-8b-En-Ja-MT-LoRA-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- ja
|
5 |
+
license: llama3
|
6 |
+
tags:
|
7 |
+
- machine translation
|
8 |
+
- MT
|
9 |
+
- llama-3
|
10 |
+
- TensorBlock
|
11 |
+
- GGUF
|
12 |
+
metrics:
|
13 |
+
- comet
|
14 |
+
pipeline_tag: translation
|
15 |
+
base_model: lyu-boxuan/llama-3-youko-8b-En-Ja-MT-LoRA
|
16 |
+
---
|
17 |
+
|
18 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
19 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
20 |
+
</div>
|
21 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
22 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
23 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
24 |
+
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>
|
25 |
+
</p>
|
26 |
+
</div>
|
27 |
+
</div>
|
28 |
+
|
29 |
+
## lyu-boxuan/llama-3-youko-8b-En-Ja-MT-LoRA - GGUF
|
30 |
+
|
31 |
+
This repo contains GGUF format model files for [lyu-boxuan/llama-3-youko-8b-En-Ja-MT-LoRA](https://huggingface.co/lyu-boxuan/llama-3-youko-8b-En-Ja-MT-LoRA).
|
32 |
+
|
33 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
|
34 |
+
|
35 |
+
## Our projects
|
36 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
37 |
+
<tr>
|
38 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
39 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
40 |
+
</tr>
|
41 |
+
<tr>
|
42 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
43 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
44 |
+
</tr>
|
45 |
+
<tr>
|
46 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
47 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
48 |
+
</tr>
|
49 |
+
<tr>
|
50 |
+
<th>
|
51 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
52 |
+
display: inline-block;
|
53 |
+
padding: 8px 16px;
|
54 |
+
background-color: #FF7F50;
|
55 |
+
color: white;
|
56 |
+
text-decoration: none;
|
57 |
+
border-radius: 6px;
|
58 |
+
font-weight: bold;
|
59 |
+
font-family: sans-serif;
|
60 |
+
">👀 See what we built 👀</a>
|
61 |
+
</th>
|
62 |
+
<th>
|
63 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
64 |
+
display: inline-block;
|
65 |
+
padding: 8px 16px;
|
66 |
+
background-color: #FF7F50;
|
67 |
+
color: white;
|
68 |
+
text-decoration: none;
|
69 |
+
border-radius: 6px;
|
70 |
+
font-weight: bold;
|
71 |
+
font-family: sans-serif;
|
72 |
+
">👀 See what we built 👀</a>
|
73 |
+
</th>
|
74 |
+
</tr>
|
75 |
+
</table>
|
76 |
+
|
77 |
+
## Prompt template
|
78 |
+
|
79 |
+
```
|
80 |
+
Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
|
81 |
+
```
|
82 |
+
|
83 |
+
## Model file specification
|
84 |
+
|
85 |
+
| Filename | Quant type | File Size | Description |
|
86 |
+
| -------- | ---------- | --------- | ----------- |
|
87 |
+
| [llama-3-youko-8b-En-Ja-MT-LoRA-Q2_K.gguf](https://huggingface.co/tensorblock/lyu-boxuan_llama-3-youko-8b-En-Ja-MT-LoRA-GGUF/blob/main/llama-3-youko-8b-En-Ja-MT-LoRA-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
|
88 |
+
| [llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_S.gguf](https://huggingface.co/tensorblock/lyu-boxuan_llama-3-youko-8b-En-Ja-MT-LoRA-GGUF/blob/main/llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
|
89 |
+
| [llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_M.gguf](https://huggingface.co/tensorblock/lyu-boxuan_llama-3-youko-8b-En-Ja-MT-LoRA-GGUF/blob/main/llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
|
90 |
+
| [llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_L.gguf](https://huggingface.co/tensorblock/lyu-boxuan_llama-3-youko-8b-En-Ja-MT-LoRA-GGUF/blob/main/llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
|
91 |
+
| [llama-3-youko-8b-En-Ja-MT-LoRA-Q4_0.gguf](https://huggingface.co/tensorblock/lyu-boxuan_llama-3-youko-8b-En-Ja-MT-LoRA-GGUF/blob/main/llama-3-youko-8b-En-Ja-MT-LoRA-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
92 |
+
| [llama-3-youko-8b-En-Ja-MT-LoRA-Q4_K_S.gguf](https://huggingface.co/tensorblock/lyu-boxuan_llama-3-youko-8b-En-Ja-MT-LoRA-GGUF/blob/main/llama-3-youko-8b-En-Ja-MT-LoRA-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
|
93 |
+
| [llama-3-youko-8b-En-Ja-MT-LoRA-Q4_K_M.gguf](https://huggingface.co/tensorblock/lyu-boxuan_llama-3-youko-8b-En-Ja-MT-LoRA-GGUF/blob/main/llama-3-youko-8b-En-Ja-MT-LoRA-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
|
94 |
+
| [llama-3-youko-8b-En-Ja-MT-LoRA-Q5_0.gguf](https://huggingface.co/tensorblock/lyu-boxuan_llama-3-youko-8b-En-Ja-MT-LoRA-GGUF/blob/main/llama-3-youko-8b-En-Ja-MT-LoRA-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
95 |
+
| [llama-3-youko-8b-En-Ja-MT-LoRA-Q5_K_S.gguf](https://huggingface.co/tensorblock/lyu-boxuan_llama-3-youko-8b-En-Ja-MT-LoRA-GGUF/blob/main/llama-3-youko-8b-En-Ja-MT-LoRA-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
|
96 |
+
| [llama-3-youko-8b-En-Ja-MT-LoRA-Q5_K_M.gguf](https://huggingface.co/tensorblock/lyu-boxuan_llama-3-youko-8b-En-Ja-MT-LoRA-GGUF/blob/main/llama-3-youko-8b-En-Ja-MT-LoRA-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
|
97 |
+
| [llama-3-youko-8b-En-Ja-MT-LoRA-Q6_K.gguf](https://huggingface.co/tensorblock/lyu-boxuan_llama-3-youko-8b-En-Ja-MT-LoRA-GGUF/blob/main/llama-3-youko-8b-En-Ja-MT-LoRA-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
|
98 |
+
| [llama-3-youko-8b-En-Ja-MT-LoRA-Q8_0.gguf](https://huggingface.co/tensorblock/lyu-boxuan_llama-3-youko-8b-En-Ja-MT-LoRA-GGUF/blob/main/llama-3-youko-8b-En-Ja-MT-LoRA-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
|
99 |
+
|
100 |
+
|
101 |
+
## Downloading instruction
|
102 |
+
|
103 |
+
### Command line
|
104 |
+
|
105 |
+
Firstly, install Huggingface Client
|
106 |
+
|
107 |
+
```shell
|
108 |
+
pip install -U "huggingface_hub[cli]"
|
109 |
+
```
|
110 |
+
|
111 |
+
Then, downoad the individual model file the a local directory
|
112 |
+
|
113 |
+
```shell
|
114 |
+
huggingface-cli download tensorblock/lyu-boxuan_llama-3-youko-8b-En-Ja-MT-LoRA-GGUF --include "llama-3-youko-8b-En-Ja-MT-LoRA-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
115 |
+
```
|
116 |
+
|
117 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
118 |
+
|
119 |
+
```shell
|
120 |
+
huggingface-cli download tensorblock/lyu-boxuan_llama-3-youko-8b-En-Ja-MT-LoRA-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
121 |
+
```
|
llama-3-youko-8b-En-Ja-MT-LoRA-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43116cbecfe940f463f1905f1ce0641ed0be76fa6d940b561bcc377a1100fc1d
|
3 |
+
size 3179131200
|
llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93c6fa1b7e4ee86ece8d05d5785ca431949a04e23c36b598afd87cf4941c1af6
|
3 |
+
size 4321956160
|
llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7105a94d7d351493b4d9a6d30f4d8fb216f242c201784731543a5ff77ee0b32d
|
3 |
+
size 4018917696
|
llama-3-youko-8b-En-Ja-MT-LoRA-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eda9e5a24c918f35014429fa173f5c3a088c351e9dc3ebbef84ffd54269520c6
|
3 |
+
size 3664499008
|
llama-3-youko-8b-En-Ja-MT-LoRA-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bac78eae4359de04de7b058c84456a973d3903b9ed6fab798ca88eb75790c28
|
3 |
+
size 4661211456
|
llama-3-youko-8b-En-Ja-MT-LoRA-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56619dacc135f169e811006d281c565f43717f171247ee8fa3cd9f61b38a5bb1
|
3 |
+
size 4920734016
|
llama-3-youko-8b-En-Ja-MT-LoRA-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fffcbc95b94ab163b8d25257b90fe7da6c1a3f2be97a57ae7457707ace7994d
|
3 |
+
size 4692668736
|
llama-3-youko-8b-En-Ja-MT-LoRA-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03e78e6cda51c69644209ec7d79a957a1e6a03d2aa249de1c6d6a2b8f3c8b77a
|
3 |
+
size 5599293760
|
llama-3-youko-8b-En-Ja-MT-LoRA-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b460927cf340b7ce650db10dc8ec2d57cb60c947f4ffffafaa83914f69a9b35e
|
3 |
+
size 5732987200
|
llama-3-youko-8b-En-Ja-MT-LoRA-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c5968d43275f343fe53c85a23112b1da032c0c7d5b57b7879b37bc92000d719
|
3 |
+
size 5599293760
|
llama-3-youko-8b-En-Ja-MT-LoRA-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb82740d8b529caf829565c70f0206aa50dffdcbcba8a184b4353fe9d1abe15f
|
3 |
+
size 6596006208
|
llama-3-youko-8b-En-Ja-MT-LoRA-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4962bcea6326fd27dddd8f30f16c16e6a30290e857a608be0d7ad6d90e11106
|
3 |
+
size 8540770624
|