morriszms commited on
Commit
93465a2
·
verified ·
1 Parent(s): e16df43

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-6b-dpo-v0.2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-6b-dpo-v0.2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-6b-dpo-v0.2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-6b-dpo-v0.2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-6b-dpo-v0.2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-6b-dpo-v0.2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-6b-dpo-v0.2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-6b-dpo-v0.2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-6b-dpo-v0.2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-6b-dpo-v0.2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-6b-dpo-v0.2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-6b-dpo-v0.2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - Yi
7
+ - dpo
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: hyeogi/Yi-6b-dpo-v0.2
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## hyeogi/Yi-6b-dpo-v0.2 - GGUF
25
+
26
+ This repo contains GGUF format model files for [hyeogi/Yi-6b-dpo-v0.2](https://huggingface.co/hyeogi/Yi-6b-dpo-v0.2).
27
+
28
+ 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).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [Yi-6b-dpo-v0.2-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-6b-dpo-v0.2-GGUF/blob/main/Yi-6b-dpo-v0.2-Q2_K.gguf) | Q2_K | 2.240 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [Yi-6b-dpo-v0.2-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-6b-dpo-v0.2-GGUF/blob/main/Yi-6b-dpo-v0.2-Q3_K_S.gguf) | Q3_K_S | 2.592 GB | very small, high quality loss |
48
+ | [Yi-6b-dpo-v0.2-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-6b-dpo-v0.2-GGUF/blob/main/Yi-6b-dpo-v0.2-Q3_K_M.gguf) | Q3_K_M | 2.857 GB | very small, high quality loss |
49
+ | [Yi-6b-dpo-v0.2-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-6b-dpo-v0.2-GGUF/blob/main/Yi-6b-dpo-v0.2-Q3_K_L.gguf) | Q3_K_L | 3.084 GB | small, substantial quality loss |
50
+ | [Yi-6b-dpo-v0.2-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-6b-dpo-v0.2-GGUF/blob/main/Yi-6b-dpo-v0.2-Q4_0.gguf) | Q4_0 | 3.317 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [Yi-6b-dpo-v0.2-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-6b-dpo-v0.2-GGUF/blob/main/Yi-6b-dpo-v0.2-Q4_K_S.gguf) | Q4_K_S | 3.339 GB | small, greater quality loss |
52
+ | [Yi-6b-dpo-v0.2-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-6b-dpo-v0.2-GGUF/blob/main/Yi-6b-dpo-v0.2-Q4_K_M.gguf) | Q4_K_M | 3.498 GB | medium, balanced quality - recommended |
53
+ | [Yi-6b-dpo-v0.2-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-6b-dpo-v0.2-GGUF/blob/main/Yi-6b-dpo-v0.2-Q5_0.gguf) | Q5_0 | 3.999 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [Yi-6b-dpo-v0.2-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-6b-dpo-v0.2-GGUF/blob/main/Yi-6b-dpo-v0.2-Q5_K_S.gguf) | Q5_K_S | 3.999 GB | large, low quality loss - recommended |
55
+ | [Yi-6b-dpo-v0.2-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-6b-dpo-v0.2-GGUF/blob/main/Yi-6b-dpo-v0.2-Q5_K_M.gguf) | Q5_K_M | 4.092 GB | large, very low quality loss - recommended |
56
+ | [Yi-6b-dpo-v0.2-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-6b-dpo-v0.2-GGUF/blob/main/Yi-6b-dpo-v0.2-Q6_K.gguf) | Q6_K | 4.724 GB | very large, extremely low quality loss |
57
+ | [Yi-6b-dpo-v0.2-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-6b-dpo-v0.2-GGUF/blob/main/Yi-6b-dpo-v0.2-Q8_0.gguf) | Q8_0 | 6.117 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/Yi-6b-dpo-v0.2-GGUF --include "Yi-6b-dpo-v0.2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/Yi-6b-dpo-v0.2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
Yi-6b-dpo-v0.2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da1ca47c59bc6cd881b11a61be26e9b6ca66d6bfe165990af3363d932aa6e3c
3
+ size 2405459776
Yi-6b-dpo-v0.2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b792eb50b4858737083ef7a7de9a61478650313428815acf87bc15daf87859d0
3
+ size 3311302464
Yi-6b-dpo-v0.2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb740466352155400e0fb753185e6448eac5a60579e2325fc2c140b6d40ad65
3
+ size 3067246400
Yi-6b-dpo-v0.2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65a00299d4b6b53697b7384973ef4971b107275c3b630a4f5d81acc5eed8eab1
3
+ size 2783606592
Yi-6b-dpo-v0.2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:112d256e72cf48304f80d7d154ae305c0bd3a8918b2c5449dd72dec89953d22f
3
+ size 3561604928
Yi-6b-dpo-v0.2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25c3a2200b701b9c434c33aca78cae6cda7b812230b59b85f2dbf4b426ec08e6
3
+ size 3756246848
Yi-6b-dpo-v0.2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0110ffc684c4ffd9f53ba939dbed004f821b2a890ff8ce39b31134bedf4e7af9
3
+ size 3585197888
Yi-6b-dpo-v0.2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f6bebfa647ef8b67fcb398872b13f83bdf6280f47ff3e13e74048852af64397
3
+ size 4293838656
Yi-6b-dpo-v0.2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b47fcc3553c700cbbae6c20ed5e395b903c324a3a227bab3736c9f698369cfbd
3
+ size 4394108736
Yi-6b-dpo-v0.2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce7b82f7d2872c6f7540b9094d767be583a2d2c404df3f50373094c192721a3c
3
+ size 4293838656
Yi-6b-dpo-v0.2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2bf2baa8ed134a94c80656a09e2b5f25ea27d3d651b89d3b0bd00bfbb9cbb74
3
+ size 5071836992
Yi-6b-dpo-v0.2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb9c2b47c6e023b473ddd448b6a5e0ea286f9173798b0e9aed6e22eb972829f
3
+ size 6568376128