File size: 727 Bytes
a27cd09 e0ee330 0d20693 e0ee330 0d20693 a27cd09 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
pipeline_tag: text-generation
license: apache-2.0
---
Artifacts for the GoldFinch paper
Code available at https://github.com/recursal/GoldFinch-paper
Contains checkpoints for various small scale ablations and 1.5B scale models, all trained on minipile
## Bibtex citation
```bibtex
@misc{goldstein2024goldfinchhighperformancerwkvtransformer,
title={GoldFinch: High Performance RWKV/Transformer Hybrid with Linear Pre-Fill and Extreme KV-Cache Compression},
author={Daniel Goldstein and Fares Obeid and Eric Alcaide and Guangyu Song and Eugene Cheah},
year={2024},
eprint={2407.12077},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2407.12077},
}
``` |