morriszms commited on
Commit
17693f5
·
verified ·
1 Parent(s): 577c5a4

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-koen-sft-dpo-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama3-koen-sft-dpo-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama3-koen-sft-dpo-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama3-koen-sft-dpo-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama3-koen-sft-dpo-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama3-koen-sft-dpo-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama3-koen-sft-dpo-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama3-koen-sft-dpo-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama3-koen-sft-dpo-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama3-koen-sft-dpo-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama3-koen-sft-dpo-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama3-koen-sft-dpo-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - llama-factory
5
+ - TensorBlock
6
+ - GGUF
7
+ license: cc-by-nc-sa-4.0
8
+ language:
9
+ - ko
10
+ pipeline_tag: text-generation
11
+ base_model: youjunhyeok/llama3-koen-sft-dpo-v1
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
+ ## youjunhyeok/llama3-koen-sft-dpo-v1 - GGUF
26
+
27
+ This repo contains GGUF format model files for [youjunhyeok/llama3-koen-sft-dpo-v1](https://huggingface.co/youjunhyeok/llama3-koen-sft-dpo-v1).
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
+ ## Prompt template
32
+
33
+ ```
34
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
35
+
36
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
37
+
38
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [llama3-koen-sft-dpo-v1-Q2_K.gguf](https://huggingface.co/tensorblock/llama3-koen-sft-dpo-v1-GGUF/tree/main/llama3-koen-sft-dpo-v1-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [llama3-koen-sft-dpo-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama3-koen-sft-dpo-v1-GGUF/tree/main/llama3-koen-sft-dpo-v1-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
47
+ | [llama3-koen-sft-dpo-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama3-koen-sft-dpo-v1-GGUF/tree/main/llama3-koen-sft-dpo-v1-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
48
+ | [llama3-koen-sft-dpo-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama3-koen-sft-dpo-v1-GGUF/tree/main/llama3-koen-sft-dpo-v1-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
49
+ | [llama3-koen-sft-dpo-v1-Q4_0.gguf](https://huggingface.co/tensorblock/llama3-koen-sft-dpo-v1-GGUF/tree/main/llama3-koen-sft-dpo-v1-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [llama3-koen-sft-dpo-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama3-koen-sft-dpo-v1-GGUF/tree/main/llama3-koen-sft-dpo-v1-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
51
+ | [llama3-koen-sft-dpo-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama3-koen-sft-dpo-v1-GGUF/tree/main/llama3-koen-sft-dpo-v1-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
52
+ | [llama3-koen-sft-dpo-v1-Q5_0.gguf](https://huggingface.co/tensorblock/llama3-koen-sft-dpo-v1-GGUF/tree/main/llama3-koen-sft-dpo-v1-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [llama3-koen-sft-dpo-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama3-koen-sft-dpo-v1-GGUF/tree/main/llama3-koen-sft-dpo-v1-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
54
+ | [llama3-koen-sft-dpo-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama3-koen-sft-dpo-v1-GGUF/tree/main/llama3-koen-sft-dpo-v1-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
55
+ | [llama3-koen-sft-dpo-v1-Q6_K.gguf](https://huggingface.co/tensorblock/llama3-koen-sft-dpo-v1-GGUF/tree/main/llama3-koen-sft-dpo-v1-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
56
+ | [llama3-koen-sft-dpo-v1-Q8_0.gguf](https://huggingface.co/tensorblock/llama3-koen-sft-dpo-v1-GGUF/tree/main/llama3-koen-sft-dpo-v1-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/llama3-koen-sft-dpo-v1-GGUF --include "llama3-koen-sft-dpo-v1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/llama3-koen-sft-dpo-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
llama3-koen-sft-dpo-v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f51f808d5200565e8235afca23f56a486e890a9fb55acfb1d2e904173bdcec47
3
+ size 3179131872
llama3-koen-sft-dpo-v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60865ae43ecdb53800655508a0b2c18bb80509e188021cfd2ebab12e22ae5ee1
3
+ size 4321956832
llama3-koen-sft-dpo-v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f4e86dc6e550fcc4b087c824991cb218520df4de1e06362ff7e3c7b5034a2a3
3
+ size 4018918368
llama3-koen-sft-dpo-v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:312d03f94139aadc5f8ff9aa2b272ed4af9788c472ca67229401b046ab7b7672
3
+ size 3664499680
llama3-koen-sft-dpo-v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95d7de1ebe64314d0c9228ae4b7fbd9097436b2c274f6e9181c15fbc1ff586b8
3
+ size 4661212128
llama3-koen-sft-dpo-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a87cd9ae30323e1971e2df138d7259066d253342fb748bcd09ecd1707cedc238
3
+ size 4920734688
llama3-koen-sft-dpo-v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd34ceb863818e4115fbc3ffaff8012c07dec05b48280e8395b78760108e29df
3
+ size 4692669408
llama3-koen-sft-dpo-v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bdaceae822874dae4a7a7e3dae066ed0de0e099551297c5b66f6a716c4113cb
3
+ size 5599294432
llama3-koen-sft-dpo-v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b772b1bb59cfa6dfc619f1e9f3eff632515e71203ad980532162ba8980523cdd
3
+ size 5732987872
llama3-koen-sft-dpo-v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e7052802b6be208cf3f5f720bce7c369f393e89c58a15b1c1becb96d40a2728
3
+ size 5599294432
llama3-koen-sft-dpo-v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b3d43dd140662d5135eb067dd29e0c51777965601a4c5b59edf39f3c68601ae
3
+ size 6596006880
llama3-koen-sft-dpo-v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:342370941f4d932135adea1292ccac9089dff5fdc59b44a2f3fad55e06b4f421
3
+ size 8540771296