morriszms commited on
Commit
ae65832
·
verified ·
1 Parent(s): 9796c5b

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-9b-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-9b-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-9b-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-9b-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-9b-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-9b-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-9b-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-9b-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-9b-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-9b-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-9b-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-9b-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - Yi
7
+ - dpo
8
+ - merge
9
+ - TensorBlock
10
+ - GGUF
11
+ license: cc-by-nc-4.0
12
+ base_model: hyeogi/Yi-9b-v1
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## hyeogi/Yi-9b-v1 - GGUF
27
+
28
+ This repo contains GGUF format model files for [hyeogi/Yi-9b-v1](https://huggingface.co/hyeogi/Yi-9b-v1).
29
+
30
+ 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).
31
+
32
+ <div style="text-align: left; margin: 20px 0;">
33
+ <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;">
34
+ Run them on the TensorBlock client using your local machine ↗
35
+ </a>
36
+ </div>
37
+
38
+ ## Prompt template
39
+
40
+ ```
41
+
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [Yi-9b-v1-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-9b-v1-GGUF/blob/main/Yi-9b-v1-Q2_K.gguf) | Q2_K | 3.188 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [Yi-9b-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-9b-v1-GGUF/blob/main/Yi-9b-v1-Q3_K_S.gguf) | Q3_K_S | 3.701 GB | very small, high quality loss |
50
+ | [Yi-9b-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-9b-v1-GGUF/blob/main/Yi-9b-v1-Q3_K_M.gguf) | Q3_K_M | 4.097 GB | very small, high quality loss |
51
+ | [Yi-9b-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-9b-v1-GGUF/blob/main/Yi-9b-v1-Q3_K_L.gguf) | Q3_K_L | 4.438 GB | small, substantial quality loss |
52
+ | [Yi-9b-v1-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-9b-v1-GGUF/blob/main/Yi-9b-v1-Q4_0.gguf) | Q4_0 | 4.768 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [Yi-9b-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-9b-v1-GGUF/blob/main/Yi-9b-v1-Q4_K_S.gguf) | Q4_K_S | 4.800 GB | small, greater quality loss |
54
+ | [Yi-9b-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-9b-v1-GGUF/blob/main/Yi-9b-v1-Q4_K_M.gguf) | Q4_K_M | 5.040 GB | medium, balanced quality - recommended |
55
+ | [Yi-9b-v1-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-9b-v1-GGUF/blob/main/Yi-9b-v1-Q5_0.gguf) | Q5_0 | 5.772 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [Yi-9b-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-9b-v1-GGUF/blob/main/Yi-9b-v1-Q5_K_S.gguf) | Q5_K_S | 5.772 GB | large, low quality loss - recommended |
57
+ | [Yi-9b-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-9b-v1-GGUF/blob/main/Yi-9b-v1-Q5_K_M.gguf) | Q5_K_M | 5.912 GB | large, very low quality loss - recommended |
58
+ | [Yi-9b-v1-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-9b-v1-GGUF/blob/main/Yi-9b-v1-Q6_K.gguf) | Q6_K | 6.839 GB | very large, extremely low quality loss |
59
+ | [Yi-9b-v1-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-9b-v1-GGUF/blob/main/Yi-9b-v1-Q8_0.gguf) | Q8_0 | 8.857 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/Yi-9b-v1-GGUF --include "Yi-9b-v1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/Yi-9b-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
Yi-9b-v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc401c3e8481cb2d918f3f6ad2cd633edc30d4db512c005670ec23a9195193f5
3
+ size 3422718272
Yi-9b-v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60000e10c1a7fea3cc59446afdcc140918aa5fb385b64e296520e9a99f2f5407
3
+ size 4765161792
Yi-9b-v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50e34aba680db1268fc7dad54d2590fa2767eb36eeb684f18449984517dd54ac
3
+ size 4398815552
Yi-9b-v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7525fef48404ed447450b41a7948e97848a51c08184bc5ea779564fcc0ef5a6b
3
+ size 3973617984
Yi-9b-v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4af484dc66e04447a2586f31af499fc0701a00ff912409d7b4cb8e94a531f51
3
+ size 5119273280
Yi-9b-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:013969a9bdecc6e4dc71732dcce92dcf88f16a9fad8a487521150aca7c873cae
3
+ size 5411236160
Yi-9b-v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8cd452094e62e0091f51c99ea2ee877f6dcf05ee887b01bd89f518dc1037ef4
3
+ size 5154138432
Yi-9b-v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0d7d2d5250e30edc0fd9f917769489f95d0787dbeb2509fda9af99367b9c26f
3
+ size 6197537088
Yi-9b-v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e36b0a2800f0237db42838dd1198b2baeb946da57bcc98db45eeda53b97cb720
3
+ size 6347942208
Yi-9b-v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9a90e7ce02de0c47c2d134996c35068718d9c78df335571d88579426b7a1e3b
3
+ size 6197537088
Yi-9b-v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f35a10a0adc6e3bc1d5abf479778c89748be3ab4d4eda7b913893a67131ccf7
3
+ size 7343192384
Yi-9b-v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:439c777935b8c155fcc396d790491cf4716aba02d03a8046f78d9e030f8304f9
3
+ size 9510164800