Instructions to use slprl/slam with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use slprl/slam with Transformers:
# Load model directly from transformers import UnitLM model = UnitLM.from_pretrained("slprl/slam", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Fix typos
#1
by nielsr HF Staff - opened
No description provided.
Thanks! I see this is PR introduced 2 typos:
l39: "Demo" -> "Demo:"
Towards the end: "wastrained" -> "was trained"
gallilmaimon changed pull request status to merged