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