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
Could you please share the model training code?
#1
by BlueMatrix - opened
Thanks for putting up this model on HuggingFace model hub.
Could you please share the model training code? Especially the code for data reading from monash_tsf dataset, preprocessing, feature embedding.