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
Manual
#1
by Viney - opened
Hello thesven,
Can you give the steps to follow to use your model ?
Thank you
Hi Viney, sorry for the delay in getting back to you. I just noticed this message now.
I can definitely work towards putting together a quick readme doc for you.
Yes this would be great ! Thank you
Hi @Viney , I hope you are well.
The model itself is still VERY much a work in progress. The predictions can be a bit wild. But I've thrown together a quick space, where you can see how things are working.