LLM Speculative Decoding
Collection
Tiny language models meant to serve as draft models for speculative decoding.
•
6 items
•
Updated
•
2
This is an instruct-tuned TinyLlama-1.1B-32k on several open-source instruct datasets, intended primarily for speculative decoding.
The intended prompt format is a modified multi-turn Alpaca instruction format:
### Instruction:
{system prompt}
### Input:
{user message}
### Response:
{model response}
### Input:
{user message}
### Response:
{model response}
(etc.)
The model will show biases present in the base model. No ethical alignment was applied to prevent the generation of toxic or harmful outputs (in fact the opposite, with examples from toxic-DPO included), so generate at your own risk.
This model was trained as a full finetune for 3 epochs using a single A100 GPU for around 3.5 hours.