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