File size: 491 Bytes
a8e9af4 b061706 a8e9af4 |
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 30 31 32 33 34 |
---
language:
- en
pipeline_tag: text-generation
tags:
- causal-lm
- pythia
datasets:
- toughdata/quora-question-answer-dataset
---
# Queen 1.4B
Adapter model for Pythia.
Reordered questions by semantic similarity.
## Quickstart
```python
model = AutoModelForCausalLM.from_pretrained('EleutherAI/pythia-1.4b-deduped')
model.load_adapter('twodgirl/Queen-1.4B')
```
## Prompt format
```python
### Instruction
The roleplay between USER and ASSISTANT begins.
### Question
### Answer
```
|