Instructions to use ocolegro/ts_tformer_scratch_v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ocolegro/ts_tformer_scratch_v0 with Transformers:
# Load model directly from transformers import AutoTokenizer, TimeSeriesTransformerForPrediction tokenizer = AutoTokenizer.from_pretrained("ocolegro/ts_tformer_scratch_v0") model = TimeSeriesTransformerForPrediction.from_pretrained("ocolegro/ts_tformer_scratch_v0") - Notebooks
- Google Colab
- Kaggle