morriszms commited on
Commit
86db84e
1 Parent(s): b987a4d

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-1.5-34B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-1.5-34B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-1.5-34B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-1.5-34B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-1.5-34B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-1.5-34B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-1.5-34B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-1.5-34B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-1.5-34B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-1.5-34B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-1.5-34B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-1.5-34B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: 01-ai/Yi-1.5-34B
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## 01-ai/Yi-1.5-34B - GGUF
21
+
22
+ This repo contains GGUF format model files for [01-ai/Yi-1.5-34B](https://huggingface.co/01-ai/Yi-1.5-34B).
23
+
24
+ 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).
25
+
26
+ ## Prompt template
27
+
28
+ ```
29
+
30
+ ```
31
+
32
+ ## Model file specification
33
+
34
+ | Filename | Quant type | File Size | Description |
35
+ | -------- | ---------- | --------- | ----------- |
36
+ | [Yi-1.5-34B-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-GGUF/tree/main/Yi-1.5-34B-Q2_K.gguf) | Q2_K | 11.944 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [Yi-1.5-34B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-GGUF/tree/main/Yi-1.5-34B-Q3_K_S.gguf) | Q3_K_S | 13.933 GB | very small, high quality loss |
38
+ | [Yi-1.5-34B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-GGUF/tree/main/Yi-1.5-34B-Q3_K_M.gguf) | Q3_K_M | 15.511 GB | very small, high quality loss |
39
+ | [Yi-1.5-34B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-GGUF/tree/main/Yi-1.5-34B-Q3_K_L.gguf) | Q3_K_L | 16.894 GB | small, substantial quality loss |
40
+ | [Yi-1.5-34B-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-GGUF/tree/main/Yi-1.5-34B-Q4_0.gguf) | Q4_0 | 18.130 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [Yi-1.5-34B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-GGUF/tree/main/Yi-1.5-34B-Q4_K_S.gguf) | Q4_K_S | 18.253 GB | small, greater quality loss |
42
+ | [Yi-1.5-34B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-GGUF/tree/main/Yi-1.5-34B-Q4_K_M.gguf) | Q4_K_M | 19.240 GB | medium, balanced quality - recommended |
43
+ | [Yi-1.5-34B-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-GGUF/tree/main/Yi-1.5-34B-Q5_0.gguf) | Q5_0 | 22.080 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [Yi-1.5-34B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-GGUF/tree/main/Yi-1.5-34B-Q5_K_S.gguf) | Q5_K_S | 22.080 GB | large, low quality loss - recommended |
45
+ | [Yi-1.5-34B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-GGUF/tree/main/Yi-1.5-34B-Q5_K_M.gguf) | Q5_K_M | 22.651 GB | large, very low quality loss - recommended |
46
+ | [Yi-1.5-34B-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-GGUF/tree/main/Yi-1.5-34B-Q6_K.gguf) | Q6_K | 26.276 GB | very large, extremely low quality loss |
47
+ | [Yi-1.5-34B-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-GGUF/tree/main/Yi-1.5-34B-Q8_0.gguf) | Q8_0 | 34.033 GB | very large, extremely low quality loss - not recommended |
48
+
49
+
50
+ ## Downloading instruction
51
+
52
+ ### Command line
53
+
54
+ Firstly, install Huggingface Client
55
+
56
+ ```shell
57
+ pip install -U "huggingface_hub[cli]"
58
+ ```
59
+
60
+ Then, downoad the individual model file the a local directory
61
+
62
+ ```shell
63
+ huggingface-cli download tensorblock/Yi-1.5-34B-GGUF --include "Yi-1.5-34B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
64
+ ```
65
+
66
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/Yi-1.5-34B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
Yi-1.5-34B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d555e974ae6542b1100eec82e8051a7c1e8f9f91ef692d9c218303f8ea5ca2fa
3
+ size 12825233728
Yi-1.5-34B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f711d2a706941a60efd3e8e325a0b923c0cc2f64728bf7ab9d467ba1c153663
3
+ size 18139445568
Yi-1.5-34B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cac30c18226056f16504ac22dd231c29198a60d7dc2c58293c3539e053e96f5e
3
+ size 16654924096
Yi-1.5-34B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:167e15d08abdfd1d4f6f9deed05f5f602d96ae23fb61b60aab817ef625547af2
3
+ size 14960294208
Yi-1.5-34B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93b119dcac5d40af1ebef44bcbe593b34d3b1e7ede15a8326e2f322a39ea9379
3
+ size 19466529088
Yi-1.5-34B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b744d5b90b13f6f5c7d4a47bc79baedb1d40ba3993eb6b4a27a2aa7a50719f8
3
+ size 20658710848
Yi-1.5-34B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b98ca9e539b17487594c34973e8d73ea96d410fc666685030dab4b423129c56f
3
+ size 19598649664
Yi-1.5-34B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:769a7caa967b6ed3a2922436c53bc57e3996e48f0f64f5eda670ad5e2dbc3e88
3
+ size 23707691328
Yi-1.5-34B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff76088f3c5dbc64e8207549bd77c8454a49dbe742c48eeb60e48a883d363176
3
+ size 24321845568
Yi-1.5-34B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baa1a7c511b3273d67f88166b674e491f576972bfe41060dadd20a6f602a6d48
3
+ size 23707691328
Yi-1.5-34B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3fa53ff4fcfc9301af696f4028c395f37569d6d484ffc9e64fbd35607482536
3
+ size 28213926208
Yi-1.5-34B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0a6435b6b0fdd27d5fa68c6c6d2512dadcb0dad28ab2959d90c2cd9c669c998
3
+ size 36542282048