File size: 379 Bytes
4fd6bc7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
tags:
- alpaca
- instruction
- pythia
---
All IPythia models were trained on an internal GerbilLab high quality instruction dataset of ~75k instructions for 3 epochs. Prompt format:
```
Instruction: [instruction goes here]
Input: [input goes here]
Output: [output will be generated here]
or
Instruction: [instruction goes here]
Output: [output will be generated here]
``` |