TKDKid1000
commited on
Commit
•
fce1340
1
Parent(s):
23e8cdc
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- c4
|
5 |
+
- EleutherAI/the_pile_deduplicated
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
library_name: transformers
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
tags:
|
11 |
+
- GPTQ
|
12 |
+
---
|
13 |
+
# Model Card for TKDKid1000/pythia-2.8b-deduped-GPTQ
|
14 |
+
|
15 |
+
A quantized version of [EleutherAI/pythia-2.8b-deduped](https://huggingface.co/EleutherAI/pythia-2.8b-deduped) using GPTQ.
|
16 |
+
|
17 |
+
## Model Details
|
18 |
+
|
19 |
+
### Model Description
|
20 |
+
|
21 |
+
General text generation model that is intended to be fine tuned on a downstream task for running on small devices.
|
22 |
+
|
23 |
+
Refer to the pythia-2.8b-deduped model card for more information.
|
24 |
+
|
25 |
+
- **Developed by:** EleutherAI
|
26 |
+
- **Model type:** GPT-NeoX
|
27 |
+
- **Language (NLP):** English
|
28 |
+
- **License:** MIT
|
29 |
+
- **Finetuned from model:** [EleutherAI/pythia-2.8b-deduped](https://huggingface.co/EleutherAI/pythia-2.8b-deduped)
|