Instructions to use Shadowell/Kairos-small-crypto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KRONOS
How to use Shadowell/Kairos-small-crypto 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
- Notebooks
- Google Colab
- Kaggle
Upload Kairos checkpoint
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ model = KronosWithExogenous.from_pretrained("Shadowell/Kairos-small-crypto")
|
|
| 40 |
- lookback 256 min, predict 30 min
|
| 41 |
- batch 50, OneCycleLR, early-stop patience 3
|
| 42 |
- progressive unfreeze: only last transformer block + exog bypass + return head
|
| 43 |
-
- tokenizer source = `
|
| 44 |
- 32-d EXOG = 24 common + 8 crypto-market features
|
| 45 |
|
| 46 |
## Training recipe
|
|
|
|
| 40 |
- lookback 256 min, predict 30 min
|
| 41 |
- batch 50, OneCycleLR, early-stop patience 3
|
| 42 |
- progressive unfreeze: only last transformer block + exog bypass + return head
|
| 43 |
+
- tokenizer source = `NeoQuasar/Kronos-Tokenizer-base`
|
| 44 |
- 32-d EXOG = 24 common + 8 crypto-market features
|
| 45 |
|
| 46 |
## Training recipe
|