This is quantized version of
princeton-nlp/Llama-3-8B-ProLong-512k-Base created using llama.cpp
ProLong (
Princet
on
long-context language models) is a family of long-context models that are continued trained and supervised fine-tuned from Llama-3-8B, with a maximum context window of 512K tokens. Our
main ProLong model is one of the best-performing long-context models at the 10B scale (evaluated by
HELMET).
To train this strong long-context model, we conduct thorough ablations on the long-context pre-training data, SFT data, and numerous other design choices. We demonstrate our findings in our paper,
How to Train Long-Context Language Models (Effectively).
Here are some quick facts about our main ProLong model:
princeton-nlp/Llama-3-8B-ProLong-512k-Instruct.
1@article{gao2024prolong,
2 title={Enabling Large Language Models to Generate Text with Citations},
3 author={Gao, Tianyu and Wettig, Alexander and Yen, Howard and Chen, Danqi},
4 year={2024},
5}