KRONOS
Safetensors
PyTorch
Transformers
Chinese
financial-modeling
time-series
cryptocurrency
stock-prediction
Instructions to use YuHaibo-HF/kronos-tokenizer-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KRONOS
How to use YuHaibo-HF/kronos-tokenizer-finetuned with KRONOS:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Transformers
How to use YuHaibo-HF/kronos-tokenizer-finetuned with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("YuHaibo-HF/kronos-tokenizer-finetuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 301 Bytes
35d5890 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"attn_dropout_p": 0.0,
"beta": 0.05,
"d_in": 6,
"d_model": 256,
"ff_dim": 512,
"ffn_dropout_p": 0.0,
"gamma": 1.1,
"gamma0": 1.0,
"group_size": 4,
"n_dec_layers": 4,
"n_enc_layers": 4,
"n_heads": 4,
"resid_dropout_p": 0.0,
"s1_bits": 10,
"s2_bits": 10,
"zeta": 0.05
} |