|
29 | 29 | <!-- Keep these links. Translations will automatically update with the README. --> |
30 | 30 | <a href="https://zdoc.app/de/shiyu-coder/Kronos">Deutsch</a> | |
31 | 31 | <a href="https://zdoc.app/es/shiyu-coder/Kronos">Español</a> | |
32 | | - <a href="https://zdoc.app/fr/shiyu-coder/Kronos">français</a> | |
| 32 | + <a href="https://zdoc.app/fr/shiyu-coder/Kronos">Français</a> | |
33 | 33 | <a href="https://zdoc.app/ja/shiyu-coder/Kronos">日本語</a> | |
34 | 34 | <a href="https://zdoc.app/ko/shiyu-coder/Kronos">한국어</a> | |
35 | 35 | <a href="https://zdoc.app/pt/shiyu-coder/Kronos">Português</a> | |
@@ -73,7 +73,7 @@ We have set up a live demo to visualize Kronos's forecasting results. The webpag |
73 | 73 | ## 📦 Model Zoo |
74 | 74 | We release a family of pre-trained models with varying capacities to suit different computational and application needs. All models are readily accessible from the Hugging Face Hub. |
75 | 75 |
|
76 | | -| Model | Tokenizer | Context length | Param | Open-source | |
| 76 | +| Model | Tokenizer | Context length | Params | Open-source | |
77 | 77 | |--------------|---------------------------------------------------------------------------------| -------------- | ------ |---------------------------------------------------------------------------| |
78 | 78 | | Kronos-mini | [Kronos-Tokenizer-2k](https://huggingface.co/NeoQuasar/Kronos-Tokenizer-2k) | 2048 | 4.1M | ✅ [NeoQuasar/Kronos-mini](https://huggingface.co/NeoQuasar/Kronos-mini) | |
79 | 79 | | Kronos-small | [Kronos-Tokenizer-base](https://huggingface.co/NeoQuasar/Kronos-Tokenizer-base) | 512 | 24.7M | ✅ [NeoQuasar/Kronos-small](https://huggingface.co/NeoQuasar/Kronos-small) | |
@@ -210,7 +210,7 @@ Running this script will generate a plot comparing the ground truth data against |
210 | 210 | <img src="figures/prediction_example.png" alt="Forecast Example" align="center" width="600px" /> |
211 | 211 | </p> |
212 | 212 |
|
213 | | -Additionally, we also provide a script that makes predictions without Volume and Amount data, which can be found in [`examples/prediction_wo_vol_example.py`](examples/prediction_wo_vol_example.py). |
| 213 | +Additionally, we provide a script that makes predictions without Volume and Amount data, which can be found in [`examples/prediction_wo_vol_example.py`](examples/prediction_wo_vol_example.py). |
214 | 214 |
|
215 | 215 |
|
216 | 216 | ## 🔧 Finetuning on Your Own Data (A-Share Market Example) |
@@ -331,3 +331,4 @@ This project is licensed under the [MIT License](./LICENSE). |
331 | 331 |
|
332 | 332 |
|
333 | 333 |
|
| 334 | + |
0 commit comments