morriszms commited on
Commit
d3d773a
·
verified ·
1 Parent(s): f90faab

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
+ bigyi-15b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ bigyi-15b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ bigyi-15b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ bigyi-15b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ bigyi-15b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ bigyi-15b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ bigyi-15b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ bigyi-15b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ bigyi-15b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ bigyi-15b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ bigyi-15b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ bigyi-15b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: abacusai/bigyi-15b
3
+ library_name: transformers
4
+ tags:
5
+ - mergekit
6
+ - merge
7
+ - TensorBlock
8
+ - GGUF
9
+ license: other
10
+ license_name: yi-license
11
+ license_link: LICENSE
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## abacusai/bigyi-15b - GGUF
26
+
27
+ This repo contains GGUF format model files for [abacusai/bigyi-15b](https://huggingface.co/abacusai/bigyi-15b).
28
+
29
+ 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).
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [bigyi-15b-Q2_K.gguf](https://huggingface.co/tensorblock/bigyi-15b-GGUF/tree/main/bigyi-15b-Q2_K.gguf) | Q2_K | 5.256 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [bigyi-15b-Q3_K_S.gguf](https://huggingface.co/tensorblock/bigyi-15b-GGUF/tree/main/bigyi-15b-Q3_K_S.gguf) | Q3_K_S | 6.125 GB | very small, high quality loss |
43
+ | [bigyi-15b-Q3_K_M.gguf](https://huggingface.co/tensorblock/bigyi-15b-GGUF/tree/main/bigyi-15b-Q3_K_M.gguf) | Q3_K_M | 6.816 GB | very small, high quality loss |
44
+ | [bigyi-15b-Q3_K_L.gguf](https://huggingface.co/tensorblock/bigyi-15b-GGUF/tree/main/bigyi-15b-Q3_K_L.gguf) | Q3_K_L | 7.415 GB | small, substantial quality loss |
45
+ | [bigyi-15b-Q4_0.gguf](https://huggingface.co/tensorblock/bigyi-15b-GGUF/tree/main/bigyi-15b-Q4_0.gguf) | Q4_0 | 7.955 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [bigyi-15b-Q4_K_S.gguf](https://huggingface.co/tensorblock/bigyi-15b-GGUF/tree/main/bigyi-15b-Q4_K_S.gguf) | Q4_K_S | 8.009 GB | small, greater quality loss |
47
+ | [bigyi-15b-Q4_K_M.gguf](https://huggingface.co/tensorblock/bigyi-15b-GGUF/tree/main/bigyi-15b-Q4_K_M.gguf) | Q4_K_M | 8.431 GB | medium, balanced quality - recommended |
48
+ | [bigyi-15b-Q5_0.gguf](https://huggingface.co/tensorblock/bigyi-15b-GGUF/tree/main/bigyi-15b-Q5_0.gguf) | Q5_0 | 9.678 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [bigyi-15b-Q5_K_S.gguf](https://huggingface.co/tensorblock/bigyi-15b-GGUF/tree/main/bigyi-15b-Q5_K_S.gguf) | Q5_K_S | 9.678 GB | large, low quality loss - recommended |
50
+ | [bigyi-15b-Q5_K_M.gguf](https://huggingface.co/tensorblock/bigyi-15b-GGUF/tree/main/bigyi-15b-Q5_K_M.gguf) | Q5_K_M | 9.923 GB | large, very low quality loss - recommended |
51
+ | [bigyi-15b-Q6_K.gguf](https://huggingface.co/tensorblock/bigyi-15b-GGUF/tree/main/bigyi-15b-Q6_K.gguf) | Q6_K | 11.508 GB | very large, extremely low quality loss |
52
+ | [bigyi-15b-Q8_0.gguf](https://huggingface.co/tensorblock/bigyi-15b-GGUF/tree/main/bigyi-15b-Q8_0.gguf) | Q8_0 | 14.904 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/bigyi-15b-GGUF --include "bigyi-15b-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/bigyi-15b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
bigyi-15b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:189243ebb20f68f271d5b87933448e6507ff95835683eda0efd9294beb480096
3
+ size 5643156800
bigyi-15b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:414af4d90f9f1aadedc9539b5d5ecce483043f68d99ebc90da6e3ccb97d23843
3
+ size 7961935168
bigyi-15b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d93447377ab02d775ddf922b1b9876d350ece5837ac5d82f25d9f48efd60ba0
3
+ size 7319027008
bigyi-15b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dda99fc911576830a5e7819b5026281fb4bf17de9922a9e2958831739633ebf
3
+ size 6576733504
bigyi-15b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:777cd267f565cd7e9cbe07473f9469ba127aacc41a2d1a8d15fa79e784db316e
3
+ size 8541748544
bigyi-15b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f409ea73366969d5c2c118e77aa6ab4ff4d69169134cb020cd9299329676839
3
+ size 9052683584
bigyi-15b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6859aa03ac82e1ba44a5f589a64bb9f55de08290fce20b6cc65c45a14b745a1
3
+ size 8599158080
bigyi-15b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb3992576f0cc317faab938c97fccc7ff72055ec33d2e68c4d3ab07048239bd3
3
+ size 10391174464
bigyi-15b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d43a240c97d487c0c5c6b6b32d2d29512b36317fd6cf22c381825b1f2ce2ae6
3
+ size 10654383424
bigyi-15b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:424e9e2edba8a9bffe1f9783119f9bcc46cc42d99e0f9389f7a1b446546f434e
3
+ size 10391174464
bigyi-15b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:968554c75cdbb6f73e179ad9a853476998b495e5674e59cc46bab991143ee8d1
3
+ size 12356189504
bigyi-15b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2198f7f2f7140cd25a5d68cedb89d982fcd6d7e932a8016179481b564d511a49
3
+ size 16002940224