File size: 873 Bytes
aef9bec bfb06ff aef9bec bfb06ff |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
license: mit
datasets:
- the_pile_openwebtext2
language:
- en
pipeline_tag: text-generation
---
### Model Sources
<!-- Provide the basic links for the model. -->
- **Repository:** https://github.com/NathanGodey/headless-lm
- **Paper:** https://arxiv.org/abs/2309.08351
### Model Architecture and Objective
This model is a Pythia-70m architecture trained on OpenWebText-2 using the Contrastive Weight Tying objective, and briefly fine-tuned for language generation on the same dataset.
## Citation
**BibTeX:**
```bibtex
@misc{godey2023headless,
title={Headless Language Models: Learning without Predicting with Contrastive Weight Tying},
author={Nathan Godey and Éric de la Clergerie and Benoît Sagot},
year={2023},
eprint={2309.08351},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```
## Contact
nathan.godey@inria.fr |