Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +106 -0
- pythia-31m-goodwiki-deduped-2048-scratch-Q2_K.gguf +3 -0
- pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_L.gguf +3 -0
- pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_M.gguf +3 -0
- pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_S.gguf +3 -0
- pythia-31m-goodwiki-deduped-2048-scratch-Q4_0.gguf +3 -0
- pythia-31m-goodwiki-deduped-2048-scratch-Q4_K_M.gguf +3 -0
- pythia-31m-goodwiki-deduped-2048-scratch-Q4_K_S.gguf +3 -0
- pythia-31m-goodwiki-deduped-2048-scratch-Q5_0.gguf +3 -0
- pythia-31m-goodwiki-deduped-2048-scratch-Q5_K_M.gguf +3 -0
- pythia-31m-goodwiki-deduped-2048-scratch-Q5_K_S.gguf +3 -0
- pythia-31m-goodwiki-deduped-2048-scratch-Q6_K.gguf +3 -0
- pythia-31m-goodwiki-deduped-2048-scratch-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-goodwiki-deduped-2048-scratch-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
pythia-31m-goodwiki-deduped-2048-scratch-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
pythia-31m-goodwiki-deduped-2048-scratch-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
pythia-31m-goodwiki-deduped-2048-scratch-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
pythia-31m-goodwiki-deduped-2048-scratch-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
pythia-31m-goodwiki-deduped-2048-scratch-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
pythia-31m-goodwiki-deduped-2048-scratch-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
pythia-31m-goodwiki-deduped-2048-scratch-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
pythia-31m-goodwiki-deduped-2048-scratch-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
- TensorBlock
|
5 |
+
- GGUF
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
inference:
|
9 |
+
parameters:
|
10 |
+
max_new_tokens: 64
|
11 |
+
do_sample: true
|
12 |
+
repetition_penalty: 1.1
|
13 |
+
no_repeat_ngram_size: 5
|
14 |
+
guidance_scale: 1.01
|
15 |
+
eta_cutoff: 0.001
|
16 |
+
widget:
|
17 |
+
- text: My name is El Microondas the Wise and
|
18 |
+
example_title: El Microondas
|
19 |
+
- text: A meme is
|
20 |
+
example_title: meme
|
21 |
+
- text: Barack Obama nominated Hilary Clinton as his secretary of state on Monday.
|
22 |
+
He chose her because she had
|
23 |
+
example_title: Coreference resolution
|
24 |
+
- text: 'On a shelf, there are five books: a gray book, a red book, a purple book,
|
25 |
+
a blue book, and a black book'
|
26 |
+
example_title: Logic puzzles
|
27 |
+
- text: The two men running to become New York City's next mayor will face off in
|
28 |
+
their first debate Wednesday night
|
29 |
+
example_title: Reading comprehension
|
30 |
+
pipeline_tag: text-generation
|
31 |
+
license: apache-2.0
|
32 |
+
datasets:
|
33 |
+
- euirim/goodwiki
|
34 |
+
language:
|
35 |
+
- en
|
36 |
+
base_model: pszemraj/pythia-31m-goodwiki-deduped-2048-scratch
|
37 |
+
---
|
38 |
+
|
39 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
40 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
41 |
+
</div>
|
42 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
43 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
44 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
45 |
+
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>
|
46 |
+
</p>
|
47 |
+
</div>
|
48 |
+
</div>
|
49 |
+
|
50 |
+
## pszemraj/pythia-31m-goodwiki-deduped-2048-scratch - GGUF
|
51 |
+
|
52 |
+
This repo contains GGUF format model files for [pszemraj/pythia-31m-goodwiki-deduped-2048-scratch](https://huggingface.co/pszemraj/pythia-31m-goodwiki-deduped-2048-scratch).
|
53 |
+
|
54 |
+
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).
|
55 |
+
|
56 |
+
<div style="text-align: left; margin: 20px 0;">
|
57 |
+
<a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
|
58 |
+
Run them on the TensorBlock client using your local machine ↗
|
59 |
+
</a>
|
60 |
+
</div>
|
61 |
+
|
62 |
+
## Prompt template
|
63 |
+
|
64 |
+
```
|
65 |
+
|
66 |
+
```
|
67 |
+
|
68 |
+
## Model file specification
|
69 |
+
|
70 |
+
| Filename | Quant type | File Size | Description |
|
71 |
+
| -------- | ---------- | --------- | ----------- |
|
72 |
+
| [pythia-31m-goodwiki-deduped-2048-scratch-Q2_K.gguf](https://huggingface.co/tensorblock/pythia-31m-goodwiki-deduped-2048-scratch-GGUF/blob/main/pythia-31m-goodwiki-deduped-2048-scratch-Q2_K.gguf) | Q2_K | 0.017 GB | smallest, significant quality loss - not recommended for most purposes |
|
73 |
+
| [pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_S.gguf](https://huggingface.co/tensorblock/pythia-31m-goodwiki-deduped-2048-scratch-GGUF/blob/main/pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_S.gguf) | Q3_K_S | 0.019 GB | very small, high quality loss |
|
74 |
+
| [pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_M.gguf](https://huggingface.co/tensorblock/pythia-31m-goodwiki-deduped-2048-scratch-GGUF/blob/main/pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_M.gguf) | Q3_K_M | 0.019 GB | very small, high quality loss |
|
75 |
+
| [pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_L.gguf](https://huggingface.co/tensorblock/pythia-31m-goodwiki-deduped-2048-scratch-GGUF/blob/main/pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_L.gguf) | Q3_K_L | 0.019 GB | small, substantial quality loss |
|
76 |
+
| [pythia-31m-goodwiki-deduped-2048-scratch-Q4_0.gguf](https://huggingface.co/tensorblock/pythia-31m-goodwiki-deduped-2048-scratch-GGUF/blob/main/pythia-31m-goodwiki-deduped-2048-scratch-Q4_0.gguf) | Q4_0 | 0.021 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
77 |
+
| [pythia-31m-goodwiki-deduped-2048-scratch-Q4_K_S.gguf](https://huggingface.co/tensorblock/pythia-31m-goodwiki-deduped-2048-scratch-GGUF/blob/main/pythia-31m-goodwiki-deduped-2048-scratch-Q4_K_S.gguf) | Q4_K_S | 0.021 GB | small, greater quality loss |
|
78 |
+
| [pythia-31m-goodwiki-deduped-2048-scratch-Q4_K_M.gguf](https://huggingface.co/tensorblock/pythia-31m-goodwiki-deduped-2048-scratch-GGUF/blob/main/pythia-31m-goodwiki-deduped-2048-scratch-Q4_K_M.gguf) | Q4_K_M | 0.021 GB | medium, balanced quality - recommended |
|
79 |
+
| [pythia-31m-goodwiki-deduped-2048-scratch-Q5_0.gguf](https://huggingface.co/tensorblock/pythia-31m-goodwiki-deduped-2048-scratch-GGUF/blob/main/pythia-31m-goodwiki-deduped-2048-scratch-Q5_0.gguf) | Q5_0 | 0.023 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
80 |
+
| [pythia-31m-goodwiki-deduped-2048-scratch-Q5_K_S.gguf](https://huggingface.co/tensorblock/pythia-31m-goodwiki-deduped-2048-scratch-GGUF/blob/main/pythia-31m-goodwiki-deduped-2048-scratch-Q5_K_S.gguf) | Q5_K_S | 0.023 GB | large, low quality loss - recommended |
|
81 |
+
| [pythia-31m-goodwiki-deduped-2048-scratch-Q5_K_M.gguf](https://huggingface.co/tensorblock/pythia-31m-goodwiki-deduped-2048-scratch-GGUF/blob/main/pythia-31m-goodwiki-deduped-2048-scratch-Q5_K_M.gguf) | Q5_K_M | 0.023 GB | large, very low quality loss - recommended |
|
82 |
+
| [pythia-31m-goodwiki-deduped-2048-scratch-Q6_K.gguf](https://huggingface.co/tensorblock/pythia-31m-goodwiki-deduped-2048-scratch-GGUF/blob/main/pythia-31m-goodwiki-deduped-2048-scratch-Q6_K.gguf) | Q6_K | 0.025 GB | very large, extremely low quality loss |
|
83 |
+
| [pythia-31m-goodwiki-deduped-2048-scratch-Q8_0.gguf](https://huggingface.co/tensorblock/pythia-31m-goodwiki-deduped-2048-scratch-GGUF/blob/main/pythia-31m-goodwiki-deduped-2048-scratch-Q8_0.gguf) | Q8_0 | 0.032 GB | very large, extremely low quality loss - not recommended |
|
84 |
+
|
85 |
+
|
86 |
+
## Downloading instruction
|
87 |
+
|
88 |
+
### Command line
|
89 |
+
|
90 |
+
Firstly, install Huggingface Client
|
91 |
+
|
92 |
+
```shell
|
93 |
+
pip install -U "huggingface_hub[cli]"
|
94 |
+
```
|
95 |
+
|
96 |
+
Then, downoad the individual model file the a local directory
|
97 |
+
|
98 |
+
```shell
|
99 |
+
huggingface-cli download tensorblock/pythia-31m-goodwiki-deduped-2048-scratch-GGUF --include "pythia-31m-goodwiki-deduped-2048-scratch-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
100 |
+
```
|
101 |
+
|
102 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
103 |
+
|
104 |
+
```shell
|
105 |
+
huggingface-cli download tensorblock/pythia-31m-goodwiki-deduped-2048-scratch-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
106 |
+
```
|
pythia-31m-goodwiki-deduped-2048-scratch-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4c270e167555ee73f3c0fa37cbc78482fa2752aa209479bfc7622aa5f432eb5
|
3 |
+
size 18392704
|
pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:233174ad7cf2e291062d59d4830040e10fec6021ccff5f6af9a08b64a5dbf127
|
3 |
+
size 20643712
|
pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdcc876b4d939ca2dbc6daf2be4f1cdccd5b2f53ca2e83ed830188882b15128f
|
3 |
+
size 20397952
|
pythia-31m-goodwiki-deduped-2048-scratch-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e3b3b40167b36d74a034d9efeaf391d1a77b926d4ec4aa2207ec13869ee42af
|
3 |
+
size 19980160
|
pythia-31m-goodwiki-deduped-2048-scratch-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:247f975c699e06649bf2fde070fe01d28108fa836ddd1612279eab51edddca88
|
3 |
+
size 22317184
|
pythia-31m-goodwiki-deduped-2048-scratch-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c87fa0c11e47566196fea3be62a1694d8876993f871a00555013ed9f8fbfcc6
|
3 |
+
size 22599808
|
pythia-31m-goodwiki-deduped-2048-scratch-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74669b3aae1211b7299c7a80a5a8d12e123bddfff9b58422133197e7c95354d2
|
3 |
+
size 22317184
|
pythia-31m-goodwiki-deduped-2048-scratch-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee3d19989387ca119fc36765591616cb203eb13a8805a58ce7f901619c320e41
|
3 |
+
size 24516736
|
pythia-31m-goodwiki-deduped-2048-scratch-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11450f83b95f79d11ecd798dc5cd2b955ce6f52e6ca459e836001f2064de551f
|
3 |
+
size 24743040
|
pythia-31m-goodwiki-deduped-2048-scratch-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98859ebeebe836e4cf132beaa2485993b4e91080a22e2a179d2171fd3a074944
|
3 |
+
size 24516736
|
pythia-31m-goodwiki-deduped-2048-scratch-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1561b4a0195d53602ba5c11d8c886b82e32ecf0a2334fb5dbed80e625e50003e
|
3 |
+
size 26853760
|
pythia-31m-goodwiki-deduped-2048-scratch-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d01289efbc532906ff39b10528115ca79e98063a8490123ab4ad3392ee3bebc
|
3 |
+
size 34234240
|