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 - community opened
#2
by donsmith - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4081503d0a322e725307b012fb0242fbf37d4529056b7cf4ca30e4dd94ce6a91
|
| 3 |
+
size 1077044
|