Transformers
PyTorch
Safetensors
autoformer
Finance
Autoformer
Timeseries Transformer
Timeseries Prediction
Instructions to use thesven/BTC-Autoformer-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thesven/BTC-Autoformer-v1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoformerForPrediction tokenizer = AutoTokenizer.from_pretrained("thesven/BTC-Autoformer-v1") model = AutoformerForPrediction.from_pretrained("thesven/BTC-Autoformer-v1") - Notebooks
- Google Colab
- Kaggle
Ctrl+K