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
Improve model card
#2
by nielsr HF Staff - opened
This PR improves the model card by adding a link to the Github code repository and adding the text-generation pipeline tag, making it easier for others to find and use this model. It also adds the paper's abstract and a link to the paper.