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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 69 Bytes
46d359d | 1 2 3 4 5 | {
"_from_model_config": true,
"transformers_version": "4.40.1"
}
|