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