Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +75 -0
- Yi-Ko-ENC-v1-Q2_K.gguf +3 -0
- Yi-Ko-ENC-v1-Q3_K_L.gguf +3 -0
- Yi-Ko-ENC-v1-Q3_K_M.gguf +3 -0
- Yi-Ko-ENC-v1-Q3_K_S.gguf +3 -0
- Yi-Ko-ENC-v1-Q4_0.gguf +3 -0
- Yi-Ko-ENC-v1-Q4_K_M.gguf +3 -0
- Yi-Ko-ENC-v1-Q4_K_S.gguf +3 -0
- Yi-Ko-ENC-v1-Q5_0.gguf +3 -0
- Yi-Ko-ENC-v1-Q5_K_M.gguf +3 -0
- Yi-Ko-ENC-v1-Q5_K_S.gguf +3 -0
- Yi-Ko-ENC-v1-Q6_K.gguf +3 -0
- Yi-Ko-ENC-v1-Q8_0.gguf +3 -0
.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-ENC-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Yi-Ko-ENC-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Yi-Ko-ENC-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Yi-Ko-ENC-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Yi-Ko-ENC-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Yi-Ko-ENC-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
Yi-Ko-ENC-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
Yi-Ko-ENC-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
Yi-Ko-ENC-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
Yi-Ko-ENC-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
Yi-Ko-ENC-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
Yi-Ko-ENC-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: oopsung/Yi-Ko-ENC-v1
|
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 |
+
## oopsung/Yi-Ko-ENC-v1 - GGUF
|
20 |
+
|
21 |
+
This repo contains GGUF format model files for [oopsung/Yi-Ko-ENC-v1](https://huggingface.co/oopsung/Yi-Ko-ENC-v1).
|
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 |
+
<div style="text-align: left; margin: 20px 0;">
|
26 |
+
<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;">
|
27 |
+
Run them on the TensorBlock client using your local machine ↗
|
28 |
+
</a>
|
29 |
+
</div>
|
30 |
+
|
31 |
+
## Prompt template
|
32 |
+
|
33 |
+
```
|
34 |
+
|
35 |
+
```
|
36 |
+
|
37 |
+
## Model file specification
|
38 |
+
|
39 |
+
| Filename | Quant type | File Size | Description |
|
40 |
+
| -------- | ---------- | --------- | ----------- |
|
41 |
+
| [Yi-Ko-ENC-v1-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-Ko-ENC-v1-GGUF/blob/main/Yi-Ko-ENC-v1-Q2_K.gguf) | Q2_K | 2.240 GB | smallest, significant quality loss - not recommended for most purposes |
|
42 |
+
| [Yi-Ko-ENC-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-Ko-ENC-v1-GGUF/blob/main/Yi-Ko-ENC-v1-Q3_K_S.gguf) | Q3_K_S | 2.592 GB | very small, high quality loss |
|
43 |
+
| [Yi-Ko-ENC-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-Ko-ENC-v1-GGUF/blob/main/Yi-Ko-ENC-v1-Q3_K_M.gguf) | Q3_K_M | 2.857 GB | very small, high quality loss |
|
44 |
+
| [Yi-Ko-ENC-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-Ko-ENC-v1-GGUF/blob/main/Yi-Ko-ENC-v1-Q3_K_L.gguf) | Q3_K_L | 3.084 GB | small, substantial quality loss |
|
45 |
+
| [Yi-Ko-ENC-v1-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-Ko-ENC-v1-GGUF/blob/main/Yi-Ko-ENC-v1-Q4_0.gguf) | Q4_0 | 3.317 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
46 |
+
| [Yi-Ko-ENC-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-Ko-ENC-v1-GGUF/blob/main/Yi-Ko-ENC-v1-Q4_K_S.gguf) | Q4_K_S | 3.339 GB | small, greater quality loss |
|
47 |
+
| [Yi-Ko-ENC-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-Ko-ENC-v1-GGUF/blob/main/Yi-Ko-ENC-v1-Q4_K_M.gguf) | Q4_K_M | 3.498 GB | medium, balanced quality - recommended |
|
48 |
+
| [Yi-Ko-ENC-v1-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-Ko-ENC-v1-GGUF/blob/main/Yi-Ko-ENC-v1-Q5_0.gguf) | Q5_0 | 3.999 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
49 |
+
| [Yi-Ko-ENC-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-Ko-ENC-v1-GGUF/blob/main/Yi-Ko-ENC-v1-Q5_K_S.gguf) | Q5_K_S | 3.999 GB | large, low quality loss - recommended |
|
50 |
+
| [Yi-Ko-ENC-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-Ko-ENC-v1-GGUF/blob/main/Yi-Ko-ENC-v1-Q5_K_M.gguf) | Q5_K_M | 4.092 GB | large, very low quality loss - recommended |
|
51 |
+
| [Yi-Ko-ENC-v1-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-Ko-ENC-v1-GGUF/blob/main/Yi-Ko-ENC-v1-Q6_K.gguf) | Q6_K | 4.724 GB | very large, extremely low quality loss |
|
52 |
+
| [Yi-Ko-ENC-v1-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-Ko-ENC-v1-GGUF/blob/main/Yi-Ko-ENC-v1-Q8_0.gguf) | Q8_0 | 6.117 GB | very large, extremely low quality loss - not recommended |
|
53 |
+
|
54 |
+
|
55 |
+
## Downloading instruction
|
56 |
+
|
57 |
+
### Command line
|
58 |
+
|
59 |
+
Firstly, install Huggingface Client
|
60 |
+
|
61 |
+
```shell
|
62 |
+
pip install -U "huggingface_hub[cli]"
|
63 |
+
```
|
64 |
+
|
65 |
+
Then, downoad the individual model file the a local directory
|
66 |
+
|
67 |
+
```shell
|
68 |
+
huggingface-cli download tensorblock/Yi-Ko-ENC-v1-GGUF --include "Yi-Ko-ENC-v1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
69 |
+
```
|
70 |
+
|
71 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
72 |
+
|
73 |
+
```shell
|
74 |
+
huggingface-cli download tensorblock/Yi-Ko-ENC-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
75 |
+
```
|
Yi-Ko-ENC-v1-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29763f620663576adc5bfdc81ab214b1b72082898fdeb5993d9536cfee7e8fa0
|
3 |
+
size 2405459712
|
Yi-Ko-ENC-v1-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b93e5268172b283179b245f187cd3bc23af52ac28eecd513ec7e14ffe3033491
|
3 |
+
size 3311302400
|
Yi-Ko-ENC-v1-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45b679987bdaa8482cbe7b26855338f77398dc2c30350138d22b1acf1e7a705f
|
3 |
+
size 3067246336
|
Yi-Ko-ENC-v1-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f6fc6e0281e5f45eedf1882ab5d1a82c16e85f4677d455f9a122f6fbcca4c13
|
3 |
+
size 2783606528
|
Yi-Ko-ENC-v1-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fa12eb8fee1dc94d45650a109233d2dec4deee1e7338f9c15982bb67a60c8ac
|
3 |
+
size 3561604864
|
Yi-Ko-ENC-v1-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:896ffb491073667cfe858e9067f8e750b9f597485eb5d81385034428680a7152
|
3 |
+
size 3756246784
|
Yi-Ko-ENC-v1-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42549bcf1e15c1225e83085d13a13e839dfe87551dc507fa6b6c4135aa132195
|
3 |
+
size 3585197824
|
Yi-Ko-ENC-v1-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab24a0fa43b3f8301b34ff106c0e03949bdc1cf9eabbfddf2097c8444edaec40
|
3 |
+
size 4293838592
|
Yi-Ko-ENC-v1-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36eb4ade71b44d1d02c4e5059cefc99f79d15b4dd8d5ea91ee49f41d7390560f
|
3 |
+
size 4394108672
|
Yi-Ko-ENC-v1-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d0411711335d70529f7701d4b3e96cca713a4f67e978092e255010fd9d5783b
|
3 |
+
size 4293838592
|
Yi-Ko-ENC-v1-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae6eafd3dfcc5c4f25fe9e906328cbe0f885790923f67d751c8d5e574d5e29a1
|
3 |
+
size 5071836928
|
Yi-Ko-ENC-v1-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7b2592e33856f68e45d348a67d2f13c1d8dd27ab825727d07bf7fb85e985e77
|
3 |
+
size 6568376064
|