morriszms commited on
Commit
6a30cde
1 Parent(s): e79bba0

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-6B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-1.5-6B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-1.5-6B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-1.5-6B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-1.5-6B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-1.5-6B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-1.5-6B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-1.5-6B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-1.5-6B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-1.5-6B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-1.5-6B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-1.5-6B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: 01-ai/Yi-1.5-6B
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-6B - GGUF
21
+
22
+ This repo contains GGUF format model files for [01-ai/Yi-1.5-6B](https://huggingface.co/01-ai/Yi-1.5-6B).
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-6B-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-GGUF/tree/main/Yi-1.5-6B-Q2_K.gguf) | Q2_K | 2.177 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [Yi-1.5-6B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-GGUF/tree/main/Yi-1.5-6B-Q3_K_S.gguf) | Q3_K_S | 2.523 GB | very small, high quality loss |
38
+ | [Yi-1.5-6B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-GGUF/tree/main/Yi-1.5-6B-Q3_K_M.gguf) | Q3_K_M | 2.787 GB | very small, high quality loss |
39
+ | [Yi-1.5-6B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-GGUF/tree/main/Yi-1.5-6B-Q3_K_L.gguf) | Q3_K_L | 3.015 GB | small, substantial quality loss |
40
+ | [Yi-1.5-6B-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-GGUF/tree/main/Yi-1.5-6B-Q4_0.gguf) | Q4_0 | 3.240 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [Yi-1.5-6B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-GGUF/tree/main/Yi-1.5-6B-Q4_K_S.gguf) | Q4_K_S | 3.262 GB | small, greater quality loss |
42
+ | [Yi-1.5-6B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-GGUF/tree/main/Yi-1.5-6B-Q4_K_M.gguf) | Q4_K_M | 3.422 GB | medium, balanced quality - recommended |
43
+ | [Yi-1.5-6B-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-GGUF/tree/main/Yi-1.5-6B-Q5_0.gguf) | Q5_0 | 3.915 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [Yi-1.5-6B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-GGUF/tree/main/Yi-1.5-6B-Q5_K_S.gguf) | Q5_K_S | 3.915 GB | large, low quality loss - recommended |
45
+ | [Yi-1.5-6B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-GGUF/tree/main/Yi-1.5-6B-Q5_K_M.gguf) | Q5_K_M | 4.009 GB | large, very low quality loss - recommended |
46
+ | [Yi-1.5-6B-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-GGUF/tree/main/Yi-1.5-6B-Q6_K.gguf) | Q6_K | 4.633 GB | very large, extremely low quality loss |
47
+ | [Yi-1.5-6B-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-GGUF/tree/main/Yi-1.5-6B-Q8_0.gguf) | Q8_0 | 6.000 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-6B-GGUF --include "Yi-1.5-6B-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-6B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
Yi-1.5-6B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f842a31647f0dbbfe774a61d5288a5353306c0cc3e35476ac615aea5e9254ca1
3
+ size 2337066592
Yi-1.5-6B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c37277715d37b7122a066de788d65f93fe125b446fe741d2b50520818be239f
3
+ size 3236892256
Yi-1.5-6B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3584cb525cb8abd67ae70e092be6d9e15017e3e101ab4c6d9e19beac023f9d9
3
+ size 2992836192
Yi-1.5-6B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b135b53061aae73649e7102786e9241752f2558d6806e2a5002eeadb4bf428e9
3
+ size 2709196384
Yi-1.5-6B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc5065c2767a63c675a101ccdfb74f8ad7629affd261609bbdb469b8e43cfe2b
3
+ size 3479326304
Yi-1.5-6B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:088b54d6a9e0c68e09a263bd81743c99927f0dc2ff4534a3ff0c78d2d0b0a837
3
+ size 3673968224
Yi-1.5-6B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4994b7616c35c184d7accf138f393a0768f6f342c1ccc6fa70dbd6d3dd764b19
3
+ size 3502919264
Yi-1.5-6B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc0580b89c1265c3e2cbb41db6cfdbfadb6986fd4196aa2fbc71462ea0853631
3
+ size 4204154464
Yi-1.5-6B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c87d7f29e2e129dddfaf69e6c8b1f65347f2881ab9c508b6a7a61f8c9e5bb9e
3
+ size 4304424544
Yi-1.5-6B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8aa9cfcebd50c58b826811aa4c61e00ae3feebbbe8b7a2dde329ad42e5d8f9a3
3
+ size 4204154464
Yi-1.5-6B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52354b5ec4c62255cd8562c85a1dbde79cb8f06fc69e343de93a6bcb61bb81e7
3
+ size 4974284384
Yi-1.5-6B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a11585455dc7cd5fdce1ac60f4e5153f768069ecc04c591163003ee8f11bc41
3
+ size 6442126944