Views
No views yet
1from transformers import AutoModelForMaskedLM, AutoTokenizer
2
3# See the `DUO` collection page on the hub for list of available models.
4tokenizer = transformers.AutoTokenizer.from_pretrained('gpt2')
5model = AutoModelForMaskedLM.from_pretrained('s-sahoo/duo-distilled')1024 and is similar in size to GPT2-medium with approximately 130 million non-embedding parameters,
was trained for 1M steps on the OpenWebText corpus.@inproceedings{
sahoo2025the,
title={The Diffusion Duality},
author={Subham Sekhar Sahoo and Justin Deschenaux and Aaron Gokaslan and Guanghan Wang and Justin T Chiu and Volodymyr Kuleshov},
booktitle={Forty-second International Conference on Machine Learning},
year={2025},
url={https://openreview.net/forum?id=9P9Y8FOSOk}
}