morriszms commited on
Commit
191df83
·
verified ·
1 Parent(s): 5a6385d

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-eng-ko-8b-sl2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama3-eng-ko-8b-sl2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama3-eng-ko-8b-sl2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama3-eng-ko-8b-sl2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama3-eng-ko-8b-sl2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama3-eng-ko-8b-sl2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama3-eng-ko-8b-sl2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama3-eng-ko-8b-sl2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama3-eng-ko-8b-sl2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama3-eng-ko-8b-sl2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama3-eng-ko-8b-sl2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama3-eng-ko-8b-sl2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - en
5
+ - ko
6
+ pipeline_tag: translation
7
+ tags:
8
+ - llama-3-ko
9
+ - TensorBlock
10
+ - GGUF
11
+ license: mit
12
+ datasets:
13
+ - 4yo1/llama3_test1
14
+ base_model: 4yo1/llama3-eng-ko-8b-sl2
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## 4yo1/llama3-eng-ko-8b-sl2 - GGUF
29
+
30
+ This repo contains GGUF format model files for [4yo1/llama3-eng-ko-8b-sl2](https://huggingface.co/4yo1/llama3-eng-ko-8b-sl2).
31
+
32
+ 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).
33
+
34
+ <div style="text-align: left; margin: 20px 0;">
35
+ <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;">
36
+ Run them on the TensorBlock client using your local machine ↗
37
+ </a>
38
+ </div>
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
44
+
45
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
46
+
47
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [llama3-eng-ko-8b-sl2-Q2_K.gguf](https://huggingface.co/tensorblock/llama3-eng-ko-8b-sl2-GGUF/blob/main/llama3-eng-ko-8b-sl2-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [llama3-eng-ko-8b-sl2-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama3-eng-ko-8b-sl2-GGUF/blob/main/llama3-eng-ko-8b-sl2-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
56
+ | [llama3-eng-ko-8b-sl2-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama3-eng-ko-8b-sl2-GGUF/blob/main/llama3-eng-ko-8b-sl2-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
57
+ | [llama3-eng-ko-8b-sl2-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama3-eng-ko-8b-sl2-GGUF/blob/main/llama3-eng-ko-8b-sl2-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
58
+ | [llama3-eng-ko-8b-sl2-Q4_0.gguf](https://huggingface.co/tensorblock/llama3-eng-ko-8b-sl2-GGUF/blob/main/llama3-eng-ko-8b-sl2-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [llama3-eng-ko-8b-sl2-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama3-eng-ko-8b-sl2-GGUF/blob/main/llama3-eng-ko-8b-sl2-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
60
+ | [llama3-eng-ko-8b-sl2-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama3-eng-ko-8b-sl2-GGUF/blob/main/llama3-eng-ko-8b-sl2-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
61
+ | [llama3-eng-ko-8b-sl2-Q5_0.gguf](https://huggingface.co/tensorblock/llama3-eng-ko-8b-sl2-GGUF/blob/main/llama3-eng-ko-8b-sl2-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [llama3-eng-ko-8b-sl2-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama3-eng-ko-8b-sl2-GGUF/blob/main/llama3-eng-ko-8b-sl2-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
63
+ | [llama3-eng-ko-8b-sl2-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama3-eng-ko-8b-sl2-GGUF/blob/main/llama3-eng-ko-8b-sl2-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
64
+ | [llama3-eng-ko-8b-sl2-Q6_K.gguf](https://huggingface.co/tensorblock/llama3-eng-ko-8b-sl2-GGUF/blob/main/llama3-eng-ko-8b-sl2-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
65
+ | [llama3-eng-ko-8b-sl2-Q8_0.gguf](https://huggingface.co/tensorblock/llama3-eng-ko-8b-sl2-GGUF/blob/main/llama3-eng-ko-8b-sl2-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/llama3-eng-ko-8b-sl2-GGUF --include "llama3-eng-ko-8b-sl2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/llama3-eng-ko-8b-sl2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
llama3-eng-ko-8b-sl2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a7927a2d2e917eb429866caf79d3f357ea701f86e52471704252c9e4ff8dc21
3
+ size 3179131680
llama3-eng-ko-8b-sl2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89c01eb2c6b0bf7145283733f3af191dd4eef3e52fba479dc2c697000875fe2d
3
+ size 4321956640
llama3-eng-ko-8b-sl2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f37be68765dbdd095ea333220015082057b8da12133d22a5b56d0b4013916d35
3
+ size 4018918176
llama3-eng-ko-8b-sl2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bebdb4e38557d8cb823e394679b6cbc3b8d419efbaead162283add90e287dea8
3
+ size 3664499488
llama3-eng-ko-8b-sl2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85b5dab4f0d58fe6f1d88047337a7b8280036b67637052458ae2dc7b97e9fbc0
3
+ size 4661211936
llama3-eng-ko-8b-sl2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ad67d8784549e9e185ac518c3799d5daf0480f22a18f6b04bee414d096b5138
3
+ size 4920734496
llama3-eng-ko-8b-sl2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85572dd60f8f087051b916826ed8e017ae2e340772df4af3a8ffa172f7b8249a
3
+ size 4692669216
llama3-eng-ko-8b-sl2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42e773442edf1f4662ba564659fc13ac75d70a269b1681186ee75488ea81c15e
3
+ size 5599294240
llama3-eng-ko-8b-sl2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:962f1755be1487a97658c31c0cb3e8f896252bdacf09210eb730d190b0fa9eae
3
+ size 5732987680
llama3-eng-ko-8b-sl2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c46b0e0dd17252a2cd48d37c2060c04c3b6ca750c214eaf5d52e4632f3cb48f6
3
+ size 5599294240
llama3-eng-ko-8b-sl2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f52c569cc4605cff3e7b2fcc7691cc14db82286c4a3808112e13ee51e7987743
3
+ size 6596006688
llama3-eng-ko-8b-sl2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62ddea69e34fdb871b689a13f48fd8b3d5eb950183b6cb526da7bda58afc7b7c
3
+ size 8540771104