Fox-1 is a decoder-only transformer-based small language model (SLM) with 1.6B total parameters developed
by
TensorOpera AI. The model was pre-trained with a 3-stage data curriculum on 3 trillion
tokens of text and code data in 8K sequence length. Fox-1 uses Grouped Query Attention (GQA) with 4 key-value heads and
16 attention heads for faster inference.
Fox-1-Instruct-v0.1 is an instruction-tuned (SFT) version of Fox-1-1.6B that has an 8K native context length. The model
was finetuned with 5B tokens of instruction following and multi-turn conversation data.
For the full details of this model please read
Fox-1 technical report
and
release blog post.
The model and a live inference endpoint are available on
the
TensorOpera AI Platform.
For detailed deployment instructions, refer to
the
Step-by-Step Guide
on how to deploy Fox-1-Instruct on the
TensorOpera AI Platform.
We evaluated Fox-1 on ARC Challenge (25-shot), HellaSwag (10-shot), TruthfulQA (0-shot), MMLU (5-shot),
Winogrande (5-shot), and GSM8k (5-shot). We follow the Open LLM Leaderboard's evaluation setup and report the average
score of the 6 benchmarks. The model was evaluated on a machine with 8*H100 GPUs.