Instructions to use louaaron/sedd-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use louaaron/sedd-medium with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("louaaron/sedd-medium", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Score Entropy Discrete Diffusion (SEDD) medium model for use with inference code in https://github.com/louaaron/Score-Entropy-Discrete-Diffusion. Paper found at arxiv.org/abs/2310.16834