Instructions to use matharotheelf/dancing-model-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use matharotheelf/dancing-model-1 with Transformers:
# Load model directly from transformers import AutoTokenizer, InformerForPrediction tokenizer = AutoTokenizer.from_pretrained("matharotheelf/dancing-model-1") model = InformerForPrediction.from_pretrained("matharotheelf/dancing-model-1") - Notebooks
- Google Colab
- Kaggle