morriszms commited on
Commit
28c806c
1 Parent(s): debefa0

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-Llama-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-6B-Llama-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-6B-Llama-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-6B-Llama-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-6B-Llama-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-6B-Llama-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-6B-Llama-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-6B-Llama-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-6B-Llama-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-6B-Llama-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-6B-Llama-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-6B-Llama-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: chargoddard/Yi-6B-Llama
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
+ ## chargoddard/Yi-6B-Llama - GGUF
20
+
21
+ This repo contains GGUF format model files for [chargoddard/Yi-6B-Llama](https://huggingface.co/chargoddard/Yi-6B-Llama).
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
+ ## Prompt template
26
+
27
+ ```
28
+
29
+ ```
30
+
31
+ ## Model file specification
32
+
33
+ | Filename | Quant type | File Size | Description |
34
+ | -------- | ---------- | --------- | ----------- |
35
+ | [Yi-6B-Llama-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-6B-Llama-GGUF/tree/main/Yi-6B-Llama-Q2_K.gguf) | Q2_K | 2.177 GB | smallest, significant quality loss - not recommended for most purposes |
36
+ | [Yi-6B-Llama-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-6B-Llama-GGUF/tree/main/Yi-6B-Llama-Q3_K_S.gguf) | Q3_K_S | 2.523 GB | very small, high quality loss |
37
+ | [Yi-6B-Llama-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-6B-Llama-GGUF/tree/main/Yi-6B-Llama-Q3_K_M.gguf) | Q3_K_M | 2.787 GB | very small, high quality loss |
38
+ | [Yi-6B-Llama-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-6B-Llama-GGUF/tree/main/Yi-6B-Llama-Q3_K_L.gguf) | Q3_K_L | 3.015 GB | small, substantial quality loss |
39
+ | [Yi-6B-Llama-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-6B-Llama-GGUF/tree/main/Yi-6B-Llama-Q4_0.gguf) | Q4_0 | 3.240 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
40
+ | [Yi-6B-Llama-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-6B-Llama-GGUF/tree/main/Yi-6B-Llama-Q4_K_S.gguf) | Q4_K_S | 3.262 GB | small, greater quality loss |
41
+ | [Yi-6B-Llama-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-6B-Llama-GGUF/tree/main/Yi-6B-Llama-Q4_K_M.gguf) | Q4_K_M | 3.422 GB | medium, balanced quality - recommended |
42
+ | [Yi-6B-Llama-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-6B-Llama-GGUF/tree/main/Yi-6B-Llama-Q5_0.gguf) | Q5_0 | 3.915 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
43
+ | [Yi-6B-Llama-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-6B-Llama-GGUF/tree/main/Yi-6B-Llama-Q5_K_S.gguf) | Q5_K_S | 3.915 GB | large, low quality loss - recommended |
44
+ | [Yi-6B-Llama-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-6B-Llama-GGUF/tree/main/Yi-6B-Llama-Q5_K_M.gguf) | Q5_K_M | 4.009 GB | large, very low quality loss - recommended |
45
+ | [Yi-6B-Llama-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-6B-Llama-GGUF/tree/main/Yi-6B-Llama-Q6_K.gguf) | Q6_K | 4.633 GB | very large, extremely low quality loss |
46
+ | [Yi-6B-Llama-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-6B-Llama-GGUF/tree/main/Yi-6B-Llama-Q8_0.gguf) | Q8_0 | 6.000 GB | very large, extremely low quality loss - not recommended |
47
+
48
+
49
+ ## Downloading instruction
50
+
51
+ ### Command line
52
+
53
+ Firstly, install Huggingface Client
54
+
55
+ ```shell
56
+ pip install -U "huggingface_hub[cli]"
57
+ ```
58
+
59
+ Then, downoad the individual model file the a local directory
60
+
61
+ ```shell
62
+ huggingface-cli download tensorblock/Yi-6B-Llama-GGUF --include "Yi-6B-Llama-Q2_K.gguf" --local-dir MY_LOCAL_DIR
63
+ ```
64
+
65
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/Yi-6B-Llama-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
69
+ ```
Yi-6B-Llama-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5716078402a60cf348820a7e1a5e47426c152e4dc7b80731b92a752bcda6a40e
3
+ size 2337066592
Yi-6B-Llama-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3afae5136caecbe2e910807cf71e7f5e0ce2f6e901b4c07a4dde9feb02e987f3
3
+ size 3236892256
Yi-6B-Llama-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c64cd2d57d0c4398b95a7941186282f6a0a613b7bbc90fd4558d14870dd52c9
3
+ size 2992836192
Yi-6B-Llama-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc38ab321c71e46f8c39f2e77dc3ee759c069bf99a34d2504343f2f865f22bcc
3
+ size 2709196384
Yi-6B-Llama-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b2741096fe0b0175f68a83d8548cd27100f6516ad5c9192f6657fb6bceb70d6
3
+ size 3479326304
Yi-6B-Llama-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55cb971ece1e191d03cd1bf5d95a7076b8556b5fca4ce7bb9fef08a851683a93
3
+ size 3673968224
Yi-6B-Llama-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d0c6d59c663fd201160bff5613d140cce58c202bdb808d5edac34d10785b3f4
3
+ size 3502919264
Yi-6B-Llama-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5985a89829341b9c2fb0e432b31f70ea56cb817ff9fcd13bead7a81c0de95aa6
3
+ size 4204154464
Yi-6B-Llama-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f94475c6953fcc215e647bb79d94be5e21897e7689c9ee8c3dfb5a4b0969f088
3
+ size 4304424544
Yi-6B-Llama-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4ca5fa517f817226f849e7aa7054389c72daab0cbc9c7059eb74db572f4d36f
3
+ size 4204154464
Yi-6B-Llama-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98d4235c67b712793a172dbd98637673e08d4827d404915b2b2e6cbde489b8a0
3
+ size 4974284384
Yi-6B-Llama-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b95016df48290bb605f2e60290ef6a0f7aa14eba598b03755e82ed2e7e2791c1
3
+ size 6442126944