morriszms commited on
Commit
82bf448
·
verified ·
1 Parent(s): 40983e7

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
+ llama3-8b-it-translation-sharegpt-en-ko-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama3-8b-it-translation-sharegpt-en-ko-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama3-8b-it-translation-sharegpt-en-ko-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama3-8b-it-translation-sharegpt-en-ko-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama3-8b-it-translation-sharegpt-en-ko-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama3-8b-it-translation-sharegpt-en-ko-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama3-8b-it-translation-sharegpt-en-ko-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama3-8b-it-translation-sharegpt-en-ko-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama3-8b-it-translation-sharegpt-en-ko-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama3-8b-it-translation-sharegpt-en-ko-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama3-8b-it-translation-sharegpt-en-ko-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama3-8b-it-translation-sharegpt-en-ko-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - ko
5
+ license: llama3
6
+ library_name: transformers
7
+ tags:
8
+ - translation
9
+ - enko
10
+ - ko
11
+ - TensorBlock
12
+ - GGUF
13
+ base_model: nayohan/llama3-8b-it-translation-sharegpt-en-ko
14
+ datasets:
15
+ - squarelike/sharegpt_deepl_ko_translation
16
+ pipeline_tag: text-generation
17
+ ---
18
+
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <div style="display: flex; justify-content: space-between; width: 100%;">
23
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
24
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
25
+ 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>
26
+ </p>
27
+ </div>
28
+ </div>
29
+
30
+ ## nayohan/llama3-8b-it-translation-sharegpt-en-ko - GGUF
31
+
32
+ This repo contains GGUF format model files for [nayohan/llama3-8b-it-translation-sharegpt-en-ko](https://huggingface.co/nayohan/llama3-8b-it-translation-sharegpt-en-ko).
33
+
34
+ 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).
35
+
36
+ ## Our projects
37
+ <table border="1" cellspacing="0" cellpadding="10">
38
+ <tr>
39
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
40
+ <th style="font-size: 25px;">TensorBlock Studio</th>
41
+ </tr>
42
+ <tr>
43
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
44
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
45
+ </tr>
46
+ <tr>
47
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
48
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
49
+ </tr>
50
+ <tr>
51
+ <th>
52
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
53
+ display: inline-block;
54
+ padding: 8px 16px;
55
+ background-color: #FF7F50;
56
+ color: white;
57
+ text-decoration: none;
58
+ border-radius: 6px;
59
+ font-weight: bold;
60
+ font-family: sans-serif;
61
+ ">👀 See what we built 👀</a>
62
+ </th>
63
+ <th>
64
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
65
+ display: inline-block;
66
+ padding: 8px 16px;
67
+ background-color: #FF7F50;
68
+ color: white;
69
+ text-decoration: none;
70
+ border-radius: 6px;
71
+ font-weight: bold;
72
+ font-family: sans-serif;
73
+ ">👀 See what we built 👀</a>
74
+ </th>
75
+ </tr>
76
+ </table>
77
+
78
+ ## Prompt template
79
+
80
+ ```
81
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
82
+
83
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
84
+
85
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
86
+ ```
87
+
88
+ ## Model file specification
89
+
90
+ | Filename | Quant type | File Size | Description |
91
+ | -------- | ---------- | --------- | ----------- |
92
+ | [llama3-8b-it-translation-sharegpt-en-ko-Q2_K.gguf](https://huggingface.co/tensorblock/nayohan_llama3-8b-it-translation-sharegpt-en-ko-GGUF/blob/main/llama3-8b-it-translation-sharegpt-en-ko-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
93
+ | [llama3-8b-it-translation-sharegpt-en-ko-Q3_K_S.gguf](https://huggingface.co/tensorblock/nayohan_llama3-8b-it-translation-sharegpt-en-ko-GGUF/blob/main/llama3-8b-it-translation-sharegpt-en-ko-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
94
+ | [llama3-8b-it-translation-sharegpt-en-ko-Q3_K_M.gguf](https://huggingface.co/tensorblock/nayohan_llama3-8b-it-translation-sharegpt-en-ko-GGUF/blob/main/llama3-8b-it-translation-sharegpt-en-ko-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
95
+ | [llama3-8b-it-translation-sharegpt-en-ko-Q3_K_L.gguf](https://huggingface.co/tensorblock/nayohan_llama3-8b-it-translation-sharegpt-en-ko-GGUF/blob/main/llama3-8b-it-translation-sharegpt-en-ko-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
96
+ | [llama3-8b-it-translation-sharegpt-en-ko-Q4_0.gguf](https://huggingface.co/tensorblock/nayohan_llama3-8b-it-translation-sharegpt-en-ko-GGUF/blob/main/llama3-8b-it-translation-sharegpt-en-ko-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
97
+ | [llama3-8b-it-translation-sharegpt-en-ko-Q4_K_S.gguf](https://huggingface.co/tensorblock/nayohan_llama3-8b-it-translation-sharegpt-en-ko-GGUF/blob/main/llama3-8b-it-translation-sharegpt-en-ko-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
98
+ | [llama3-8b-it-translation-sharegpt-en-ko-Q4_K_M.gguf](https://huggingface.co/tensorblock/nayohan_llama3-8b-it-translation-sharegpt-en-ko-GGUF/blob/main/llama3-8b-it-translation-sharegpt-en-ko-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
99
+ | [llama3-8b-it-translation-sharegpt-en-ko-Q5_0.gguf](https://huggingface.co/tensorblock/nayohan_llama3-8b-it-translation-sharegpt-en-ko-GGUF/blob/main/llama3-8b-it-translation-sharegpt-en-ko-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
100
+ | [llama3-8b-it-translation-sharegpt-en-ko-Q5_K_S.gguf](https://huggingface.co/tensorblock/nayohan_llama3-8b-it-translation-sharegpt-en-ko-GGUF/blob/main/llama3-8b-it-translation-sharegpt-en-ko-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
101
+ | [llama3-8b-it-translation-sharegpt-en-ko-Q5_K_M.gguf](https://huggingface.co/tensorblock/nayohan_llama3-8b-it-translation-sharegpt-en-ko-GGUF/blob/main/llama3-8b-it-translation-sharegpt-en-ko-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
102
+ | [llama3-8b-it-translation-sharegpt-en-ko-Q6_K.gguf](https://huggingface.co/tensorblock/nayohan_llama3-8b-it-translation-sharegpt-en-ko-GGUF/blob/main/llama3-8b-it-translation-sharegpt-en-ko-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
103
+ | [llama3-8b-it-translation-sharegpt-en-ko-Q8_0.gguf](https://huggingface.co/tensorblock/nayohan_llama3-8b-it-translation-sharegpt-en-ko-GGUF/blob/main/llama3-8b-it-translation-sharegpt-en-ko-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
104
+
105
+
106
+ ## Downloading instruction
107
+
108
+ ### Command line
109
+
110
+ Firstly, install Huggingface Client
111
+
112
+ ```shell
113
+ pip install -U "huggingface_hub[cli]"
114
+ ```
115
+
116
+ Then, downoad the individual model file the a local directory
117
+
118
+ ```shell
119
+ huggingface-cli download tensorblock/nayohan_llama3-8b-it-translation-sharegpt-en-ko-GGUF --include "llama3-8b-it-translation-sharegpt-en-ko-Q2_K.gguf" --local-dir MY_LOCAL_DIR
120
+ ```
121
+
122
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
123
+
124
+ ```shell
125
+ huggingface-cli download tensorblock/nayohan_llama3-8b-it-translation-sharegpt-en-ko-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
126
+ ```
llama3-8b-it-translation-sharegpt-en-ko-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:470ba6d179dd52b05d118f0d80d97471077a2f502b97e42ad503f6fc90de83ce
3
+ size 3179132192
llama3-8b-it-translation-sharegpt-en-ko-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1eda4002bdd7f2cbb2a288f7543d0c20cb25fd101e06614c39cf6c8f5129018
3
+ size 4321957152
llama3-8b-it-translation-sharegpt-en-ko-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ebec64311f763be1f391d3fcebab07dc4a52369398f06f12f1a8a88c628826d
3
+ size 4018918688
llama3-8b-it-translation-sharegpt-en-ko-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e74db394d421e4564691b621e12aa50b4914be7aabca7962e07db52aec543eae
3
+ size 3664500000
llama3-8b-it-translation-sharegpt-en-ko-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31ce22dc00a7ba1a5b11f317e81f054cf1434c57475c017a8a06e5827a3cc041
3
+ size 4661212448
llama3-8b-it-translation-sharegpt-en-ko-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b3246999210ec2a83a9a8afa7c2259ee1b242b1d16790cabfba7c047a7e2b83
3
+ size 4920735008
llama3-8b-it-translation-sharegpt-en-ko-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:081d0161fa4d7a2abcda23a0e8e982f53a388089312a43e7e6a897c4fa7b4922
3
+ size 4692669728
llama3-8b-it-translation-sharegpt-en-ko-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d0dfb38ba68a5bc769aa6bdfedd4de35aabdbe9a84b77306228036b708f18dd
3
+ size 5599294752
llama3-8b-it-translation-sharegpt-en-ko-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a78792abca0ac163829eff9905f8251f8a38f19f24a9baf0db7c524ffafaefe5
3
+ size 5732988192
llama3-8b-it-translation-sharegpt-en-ko-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:257214c03f035ed7c7b048deddffb2b09c5d9b046037dc7938c455282dd76b28
3
+ size 5599294752
llama3-8b-it-translation-sharegpt-en-ko-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36a0cb7299062b2ba3ff3c912803ad4136fdd5dfa1e85af5063320f6ca0572f4
3
+ size 6596007200
llama3-8b-it-translation-sharegpt-en-ko-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b545cfeacddfe73632a7a325db4a5f95a1ed344ad8b2f6be6d1f5b076994b551
3
+ size 8540771616