Instructions to use huggingface/informer-tourism-monthly with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use huggingface/informer-tourism-monthly with Transformers:
# Load model directly from transformers import AutoTokenizer, InformerForPrediction tokenizer = AutoTokenizer.from_pretrained("huggingface/informer-tourism-monthly") model = InformerForPrediction.from_pretrained("huggingface/informer-tourism-monthly") - Notebooks
- Google Colab
- Kaggle
Ctrl+K