Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +69 -0
- pythia-31m-Q2_K.gguf +3 -0
- pythia-31m-Q3_K_L.gguf +3 -0
- pythia-31m-Q3_K_M.gguf +3 -0
- pythia-31m-Q3_K_S.gguf +3 -0
- pythia-31m-Q4_0.gguf +3 -0
- pythia-31m-Q4_K_M.gguf +3 -0
- pythia-31m-Q4_K_S.gguf +3 -0
- pythia-31m-Q5_0.gguf +3 -0
- pythia-31m-Q5_K_M.gguf +3 -0
- pythia-31m-Q5_K_S.gguf +3 -0
- pythia-31m-Q6_K.gguf +3 -0
- pythia-31m-Q8_0.gguf +3 -0
.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-31m-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
pythia-31m-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
pythia-31m-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
pythia-31m-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
pythia-31m-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
pythia-31m-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
pythia-31m-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
pythia-31m-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
pythia-31m-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
pythia-31m-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
pythia-31m-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
pythia-31m-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: EleutherAI/pythia-31m
|
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 |
+
## EleutherAI/pythia-31m - GGUF
|
20 |
+
|
21 |
+
This repo contains GGUF format model files for [EleutherAI/pythia-31m](https://huggingface.co/EleutherAI/pythia-31m).
|
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 |
+
| [pythia-31m-Q2_K.gguf](https://huggingface.co/tensorblock/pythia-31m-GGUF/tree/main/pythia-31m-Q2_K.gguf) | Q2_K | 0.017 GB | smallest, significant quality loss - not recommended for most purposes |
|
36 |
+
| [pythia-31m-Q3_K_S.gguf](https://huggingface.co/tensorblock/pythia-31m-GGUF/tree/main/pythia-31m-Q3_K_S.gguf) | Q3_K_S | 0.019 GB | very small, high quality loss |
|
37 |
+
| [pythia-31m-Q3_K_M.gguf](https://huggingface.co/tensorblock/pythia-31m-GGUF/tree/main/pythia-31m-Q3_K_M.gguf) | Q3_K_M | 0.019 GB | very small, high quality loss |
|
38 |
+
| [pythia-31m-Q3_K_L.gguf](https://huggingface.co/tensorblock/pythia-31m-GGUF/tree/main/pythia-31m-Q3_K_L.gguf) | Q3_K_L | 0.019 GB | small, substantial quality loss |
|
39 |
+
| [pythia-31m-Q4_0.gguf](https://huggingface.co/tensorblock/pythia-31m-GGUF/tree/main/pythia-31m-Q4_0.gguf) | Q4_0 | 0.021 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
40 |
+
| [pythia-31m-Q4_K_S.gguf](https://huggingface.co/tensorblock/pythia-31m-GGUF/tree/main/pythia-31m-Q4_K_S.gguf) | Q4_K_S | 0.021 GB | small, greater quality loss |
|
41 |
+
| [pythia-31m-Q4_K_M.gguf](https://huggingface.co/tensorblock/pythia-31m-GGUF/tree/main/pythia-31m-Q4_K_M.gguf) | Q4_K_M | 0.021 GB | medium, balanced quality - recommended |
|
42 |
+
| [pythia-31m-Q5_0.gguf](https://huggingface.co/tensorblock/pythia-31m-GGUF/tree/main/pythia-31m-Q5_0.gguf) | Q5_0 | 0.023 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
43 |
+
| [pythia-31m-Q5_K_S.gguf](https://huggingface.co/tensorblock/pythia-31m-GGUF/tree/main/pythia-31m-Q5_K_S.gguf) | Q5_K_S | 0.023 GB | large, low quality loss - recommended |
|
44 |
+
| [pythia-31m-Q5_K_M.gguf](https://huggingface.co/tensorblock/pythia-31m-GGUF/tree/main/pythia-31m-Q5_K_M.gguf) | Q5_K_M | 0.023 GB | large, very low quality loss - recommended |
|
45 |
+
| [pythia-31m-Q6_K.gguf](https://huggingface.co/tensorblock/pythia-31m-GGUF/tree/main/pythia-31m-Q6_K.gguf) | Q6_K | 0.025 GB | very large, extremely low quality loss |
|
46 |
+
| [pythia-31m-Q8_0.gguf](https://huggingface.co/tensorblock/pythia-31m-GGUF/tree/main/pythia-31m-Q8_0.gguf) | Q8_0 | 0.032 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/pythia-31m-GGUF --include "pythia-31m-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/pythia-31m-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
69 |
+
```
|
pythia-31m-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f5e11a567dfd6b1660ba92c0a97263fe80e2cf34961cdb17bdcc0a1f89a13f3
|
3 |
+
size 18392320
|
pythia-31m-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a7deba6bce795be6d4cd943bc9aeac158e1648caa3b60d24a0774556c6f89db
|
3 |
+
size 20643328
|
pythia-31m-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba09f44daf1af762e04187fcd3cb6d41ebb62b959730ddfb36540a3e037efc75
|
3 |
+
size 20397568
|
pythia-31m-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d47da7f2e37a7fff3c433db65c0acb9c8e514759e8195b7397daa9d5c7997ede
|
3 |
+
size 19979776
|
pythia-31m-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d78d1d1f5e395e74036362f51116d6e5a056bd143da02efa9aa468e514fd683
|
3 |
+
size 22316800
|
pythia-31m-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7726402feb64fb2cb972c32b4f067cf07565c7c9f0b65efb8ce61d23d94e4d09
|
3 |
+
size 22599424
|
pythia-31m-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bf741367f54dbabd4106d05381834338bfc9e8a735047538fef4ff2d9822f00
|
3 |
+
size 22316800
|
pythia-31m-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19a9ad43adc2787a4f71ea2ecbb6aaf35c6f7ef19bb18bb5ee92b4320e7d71de
|
3 |
+
size 24516352
|
pythia-31m-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:288cb6b49d4fa474e3cb5c9affe9170d702e2f365840928e0491ed9cf883917f
|
3 |
+
size 24742656
|
pythia-31m-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a7f700ce5850b7ce94dab4592fb49dfb2cb404f37a215947c49735231f207f2
|
3 |
+
size 24516352
|
pythia-31m-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8986482aa9355765258e60b9cac905ffa1eecc140ea293071113fa765368510
|
3 |
+
size 26853376
|
pythia-31m-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d098e169d706f0d32a281bed98dce7a1de53ac59c826f7d538cbc289c7f51f4
|
3 |
+
size 34233856
|