morriszms commited on
Commit
8d17133
·
verified ·
1 Parent(s): 6ea7b6a

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