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")