Instructions to use sapphomoon/experimental with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sapphomoon/experimental with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sapphomoon/experimental", device_map="auto") - fastai
How to use sapphomoon/experimental with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("sapphomoon/experimental") - Notebooks
- Google Colab
- Kaggle