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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
KeyError(key) KeyError: <class 'transformers.models.autoformer.configuration_autoformer.AutoformerConfig'>.
#3
by MRNH - opened
can you share the tokenizer.json file?
how did you resolve this?