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