morriszms commited on
Commit
a07799a
1 Parent(s): bf6a87a

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
+ yi-ko-6b-dpo-further-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ yi-ko-6b-dpo-further-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ yi-ko-6b-dpo-further-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ yi-ko-6b-dpo-further-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ yi-ko-6b-dpo-further-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ yi-ko-6b-dpo-further-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ yi-ko-6b-dpo-further-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ yi-ko-6b-dpo-further-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ yi-ko-6b-dpo-further-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ yi-ko-6b-dpo-further-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ yi-ko-6b-dpo-further-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ yi-ko-6b-dpo-further-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jhflow/yi-ko-6b-dpo-further
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## jhflow/yi-ko-6b-dpo-further - GGUF
20
+
21
+ This repo contains GGUF format model files for [jhflow/yi-ko-6b-dpo-further](https://huggingface.co/jhflow/yi-ko-6b-dpo-further).
22
+
23
+ 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).
24
+
25
+ ## Prompt template
26
+
27
+ ```
28
+ ### System:
29
+ {system_prompt}
30
+ ### User:
31
+ {prompt}
32
+ ```
33
+
34
+ ## Model file specification
35
+
36
+ | Filename | Quant type | File Size | Description |
37
+ | -------- | ---------- | --------- | ----------- |
38
+ | [yi-ko-6b-dpo-further-Q2_K.gguf](https://huggingface.co/tensorblock/yi-ko-6b-dpo-further-GGUF/tree/main/yi-ko-6b-dpo-further-Q2_K.gguf) | Q2_K | 2.240 GB | smallest, significant quality loss - not recommended for most purposes |
39
+ | [yi-ko-6b-dpo-further-Q3_K_S.gguf](https://huggingface.co/tensorblock/yi-ko-6b-dpo-further-GGUF/tree/main/yi-ko-6b-dpo-further-Q3_K_S.gguf) | Q3_K_S | 2.592 GB | very small, high quality loss |
40
+ | [yi-ko-6b-dpo-further-Q3_K_M.gguf](https://huggingface.co/tensorblock/yi-ko-6b-dpo-further-GGUF/tree/main/yi-ko-6b-dpo-further-Q3_K_M.gguf) | Q3_K_M | 2.857 GB | very small, high quality loss |
41
+ | [yi-ko-6b-dpo-further-Q3_K_L.gguf](https://huggingface.co/tensorblock/yi-ko-6b-dpo-further-GGUF/tree/main/yi-ko-6b-dpo-further-Q3_K_L.gguf) | Q3_K_L | 3.084 GB | small, substantial quality loss |
42
+ | [yi-ko-6b-dpo-further-Q4_0.gguf](https://huggingface.co/tensorblock/yi-ko-6b-dpo-further-GGUF/tree/main/yi-ko-6b-dpo-further-Q4_0.gguf) | Q4_0 | 3.317 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
43
+ | [yi-ko-6b-dpo-further-Q4_K_S.gguf](https://huggingface.co/tensorblock/yi-ko-6b-dpo-further-GGUF/tree/main/yi-ko-6b-dpo-further-Q4_K_S.gguf) | Q4_K_S | 3.339 GB | small, greater quality loss |
44
+ | [yi-ko-6b-dpo-further-Q4_K_M.gguf](https://huggingface.co/tensorblock/yi-ko-6b-dpo-further-GGUF/tree/main/yi-ko-6b-dpo-further-Q4_K_M.gguf) | Q4_K_M | 3.498 GB | medium, balanced quality - recommended |
45
+ | [yi-ko-6b-dpo-further-Q5_0.gguf](https://huggingface.co/tensorblock/yi-ko-6b-dpo-further-GGUF/tree/main/yi-ko-6b-dpo-further-Q5_0.gguf) | Q5_0 | 3.999 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
46
+ | [yi-ko-6b-dpo-further-Q5_K_S.gguf](https://huggingface.co/tensorblock/yi-ko-6b-dpo-further-GGUF/tree/main/yi-ko-6b-dpo-further-Q5_K_S.gguf) | Q5_K_S | 3.999 GB | large, low quality loss - recommended |
47
+ | [yi-ko-6b-dpo-further-Q5_K_M.gguf](https://huggingface.co/tensorblock/yi-ko-6b-dpo-further-GGUF/tree/main/yi-ko-6b-dpo-further-Q5_K_M.gguf) | Q5_K_M | 4.092 GB | large, very low quality loss - recommended |
48
+ | [yi-ko-6b-dpo-further-Q6_K.gguf](https://huggingface.co/tensorblock/yi-ko-6b-dpo-further-GGUF/tree/main/yi-ko-6b-dpo-further-Q6_K.gguf) | Q6_K | 4.724 GB | very large, extremely low quality loss |
49
+ | [yi-ko-6b-dpo-further-Q8_0.gguf](https://huggingface.co/tensorblock/yi-ko-6b-dpo-further-GGUF/tree/main/yi-ko-6b-dpo-further-Q8_0.gguf) | Q8_0 | 6.117 GB | very large, extremely low quality loss - not recommended |
50
+
51
+
52
+ ## Downloading instruction
53
+
54
+ ### Command line
55
+
56
+ Firstly, install Huggingface Client
57
+
58
+ ```shell
59
+ pip install -U "huggingface_hub[cli]"
60
+ ```
61
+
62
+ Then, downoad the individual model file the a local directory
63
+
64
+ ```shell
65
+ huggingface-cli download tensorblock/yi-ko-6b-dpo-further-GGUF --include "yi-ko-6b-dpo-further-Q2_K.gguf" --local-dir MY_LOCAL_DIR
66
+ ```
67
+
68
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/yi-ko-6b-dpo-further-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
72
+ ```
yi-ko-6b-dpo-further-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91c61a0848601b3aec86c01de9745260009a440833423f1ec7fcbbe20296442d
3
+ size 2405460064
yi-ko-6b-dpo-further-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a8b406a6c132f1eb3491544c38ed4da8fa64666b44fbfc3c11120134229b9f5
3
+ size 3311302752
yi-ko-6b-dpo-further-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dc2f489d1a24dc2ef46c92b120ef50bdca99879a9eed01483a26a90133a96cc
3
+ size 3067246688
yi-ko-6b-dpo-further-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cb739ad8f36db460abd5253fde96b0aea15843edb759b66bd36f234c61ed32a
3
+ size 2783606880
yi-ko-6b-dpo-further-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3b642a3a1cb6ab0abe1721c07a0f5affc1ea4676243bc055cc439c9022c4561
3
+ size 3561605216
yi-ko-6b-dpo-further-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2d41d6e967577ee9bb546879123ed9eccce5a4104ff38f483d512102e0c496f
3
+ size 3756247136
yi-ko-6b-dpo-further-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c827ea83defcf8dadb30e5ad2a0f7a3789fffaa91cabf0c2f6ad0f3e5345048
3
+ size 3585198176
yi-ko-6b-dpo-further-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8a07601942812db37bb975b9060c4b159c29dbde72b95c387ddb4ea375894fc
3
+ size 4293838944
yi-ko-6b-dpo-further-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f7489c2a32dfa4a5840d09275eee2acb358ddb9bbf994054e5e5e3184ca2641
3
+ size 4394109024
yi-ko-6b-dpo-further-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acf09e4d75e032128b97dd61a1de53630a59f14120f26d9107bc98caaa7415da
3
+ size 4293838944
yi-ko-6b-dpo-further-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f95a616e15bcf39a23477039e6d1f15d79407ff170da97ecd1c416a44f0fe78c
3
+ size 5071837280
yi-ko-6b-dpo-further-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78bf77b65ef4600d302bf6d4e632d566ce5e70b7f21f13ff6656654dc2b43188
3
+ size 6568376416