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
#7 opened 6 months ago
by
SFconvertbot
The pretrained AutoFormer example from the documentation is not working
❤️ 2
#4 opened over 2 years ago
by
benheid
KeyError(key) KeyError: <class 'transformers.models.autoformer.configuration_autoformer.AutoformerConfig'>.
1
#3 opened over 2 years ago
by
MRNH
Could you please share the model training code?
❤️ 1
#1 opened over 2 years ago
by
BlueMatrix