morriszms commited on
Commit
e92358d
·
verified ·
1 Parent(s): edf53d0

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
+ pythia-2.8b-v0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pythia-2.8b-v0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pythia-2.8b-v0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pythia-2.8b-v0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pythia-2.8b-v0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pythia-2.8b-v0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pythia-2.8b-v0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pythia-2.8b-v0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pythia-2.8b-v0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pythia-2.8b-v0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pythia-2.8b-v0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pythia-2.8b-v0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - pytorch
6
+ - causal-lm
7
+ - pythia
8
+ - pythia_v0
9
+ - TensorBlock
10
+ - GGUF
11
+ license: apache-2.0
12
+ datasets:
13
+ - the_pile
14
+ base_model: EleutherAI/pythia-2.8b-v0
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## EleutherAI/pythia-2.8b-v0 - GGUF
29
+
30
+ This repo contains GGUF format model files for [EleutherAI/pythia-2.8b-v0](https://huggingface.co/EleutherAI/pythia-2.8b-v0).
31
+
32
+ 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).
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [pythia-2.8b-v0-Q2_K.gguf](https://huggingface.co/tensorblock/pythia-2.8b-v0-GGUF/tree/main/pythia-2.8b-v0-Q2_K.gguf) | Q2_K | 1.012 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [pythia-2.8b-v0-Q3_K_S.gguf](https://huggingface.co/tensorblock/pythia-2.8b-v0-GGUF/tree/main/pythia-2.8b-v0-Q3_K_S.gguf) | Q3_K_S | 1.163 GB | very small, high quality loss |
46
+ | [pythia-2.8b-v0-Q3_K_M.gguf](https://huggingface.co/tensorblock/pythia-2.8b-v0-GGUF/tree/main/pythia-2.8b-v0-Q3_K_M.gguf) | Q3_K_M | 1.376 GB | very small, high quality loss |
47
+ | [pythia-2.8b-v0-Q3_K_L.gguf](https://huggingface.co/tensorblock/pythia-2.8b-v0-GGUF/tree/main/pythia-2.8b-v0-Q3_K_L.gguf) | Q3_K_L | 1.492 GB | small, substantial quality loss |
48
+ | [pythia-2.8b-v0-Q4_0.gguf](https://huggingface.co/tensorblock/pythia-2.8b-v0-GGUF/tree/main/pythia-2.8b-v0-Q4_0.gguf) | Q4_0 | 1.490 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [pythia-2.8b-v0-Q4_K_S.gguf](https://huggingface.co/tensorblock/pythia-2.8b-v0-GGUF/tree/main/pythia-2.8b-v0-Q4_K_S.gguf) | Q4_K_S | 1.502 GB | small, greater quality loss |
50
+ | [pythia-2.8b-v0-Q4_K_M.gguf](https://huggingface.co/tensorblock/pythia-2.8b-v0-GGUF/tree/main/pythia-2.8b-v0-Q4_K_M.gguf) | Q4_K_M | 1.664 GB | medium, balanced quality - recommended |
51
+ | [pythia-2.8b-v0-Q5_0.gguf](https://huggingface.co/tensorblock/pythia-2.8b-v0-GGUF/tree/main/pythia-2.8b-v0-Q5_0.gguf) | Q5_0 | 1.798 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [pythia-2.8b-v0-Q5_K_S.gguf](https://huggingface.co/tensorblock/pythia-2.8b-v0-GGUF/tree/main/pythia-2.8b-v0-Q5_K_S.gguf) | Q5_K_S | 1.798 GB | large, low quality loss - recommended |
53
+ | [pythia-2.8b-v0-Q5_K_M.gguf](https://huggingface.co/tensorblock/pythia-2.8b-v0-GGUF/tree/main/pythia-2.8b-v0-Q5_K_M.gguf) | Q5_K_M | 1.928 GB | large, very low quality loss - recommended |
54
+ | [pythia-2.8b-v0-Q6_K.gguf](https://huggingface.co/tensorblock/pythia-2.8b-v0-GGUF/tree/main/pythia-2.8b-v0-Q6_K.gguf) | Q6_K | 2.125 GB | very large, extremely low quality loss |
55
+ | [pythia-2.8b-v0-Q8_0.gguf](https://huggingface.co/tensorblock/pythia-2.8b-v0-GGUF/tree/main/pythia-2.8b-v0-Q8_0.gguf) | Q8_0 | 2.751 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/pythia-2.8b-v0-GGUF --include "pythia-2.8b-v0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/pythia-2.8b-v0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
pythia-2.8b-v0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02fed643310d90cbd6b7d08ed582307fbb6056dc0cc72a1855eeff93c75ea4fd
3
+ size 1086214464
pythia-2.8b-v0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdbdd25efc592bbe437526c6c854bb20fccec3b728bbffcd27b16b9ab5e79e62
3
+ size 1602282304
pythia-2.8b-v0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a6f3ec1985856810d549515b5ad849215ab04558d512680089ddc30b585de77
3
+ size 1477763904
pythia-2.8b-v0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c52169198bf521e5b05de817e3b881599215db47aec5a80ba2c3945e90e62416
3
+ size 1248387904
pythia-2.8b-v0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e2485e1de35d927c7fd8735b69f54a8207b534e4bcc70be3620f96849ef1ca
3
+ size 1599724864
pythia-2.8b-v0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c35ea2aad68c0ccf5dd83fc55c904203927ddd494baf6837f41720f314fae65
3
+ size 1786502464
pythia-2.8b-v0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:937a24dd6a9fa1bcf898cc46c7c46e596bfe79b99bf500804dd4b2c8fb156c94
3
+ size 1612832064
pythia-2.8b-v0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb3b75a87163ef0fe2a6f1e35a6e7a7b1017a5fd4584f9278fca99388bfeda26
3
+ size 1930394944
pythia-2.8b-v0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca7a3a940b533ebaef643258458f3a8e27b7d17b3e2131a8616f97b39daf7697
3
+ size 2069658944
pythia-2.8b-v0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19fe567b8980880b1329eda82a05822b8d64da07d1799f1b55422a1b81f5b961
3
+ size 1930394944
pythia-2.8b-v0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d1651fd5aacba712eca2523c31efb8cb0c3d7bcadf4766274ce065f1c64a597
3
+ size 2281731904
pythia-2.8b-v0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eb2b0f951d542c138a6ef474511de0ff6a6d686472e573a82ed4607334dcb8d
3
+ size 2953593664