Instructions to use huggingface/autoformer-tourism-monthly with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use huggingface/autoformer-tourism-monthly with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoformerForPrediction tokenizer = AutoTokenizer.from_pretrained("huggingface/autoformer-tourism-monthly") model = AutoformerForPrediction.from_pretrained("huggingface/autoformer-tourism-monthly") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model - community opened
#2
by donsmith - opened