Skip to content

Commit 083294b

Browse files
authored
Merge pull request #93 from ArtificialZeng/patch-1
wrong expressions and typo
2 parents 8715716 + c05233c commit 083294b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<!-- Keep these links. Translations will automatically update with the README. -->
3030
<a href="https://zdoc.app/de/shiyu-coder/Kronos">Deutsch</a> |
3131
<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> |
3333
<a href="https://zdoc.app/ja/shiyu-coder/Kronos">日本語</a> |
3434
<a href="https://zdoc.app/ko/shiyu-coder/Kronos">한국어</a> |
3535
<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
7373
## 📦 Model Zoo
7474
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.
7575

76-
| Model | Tokenizer | Context length | Param | Open-source |
76+
| Model | Tokenizer | Context length | Params | Open-source |
7777
|--------------|---------------------------------------------------------------------------------| -------------- | ------ |---------------------------------------------------------------------------|
7878
| Kronos-mini | [Kronos-Tokenizer-2k](https://huggingface.co/NeoQuasar/Kronos-Tokenizer-2k) | 2048 | 4.1M |[NeoQuasar/Kronos-mini](https://huggingface.co/NeoQuasar/Kronos-mini) |
7979
| 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
210210
<img src="figures/prediction_example.png" alt="Forecast Example" align="center" width="600px" />
211211
</p>
212212

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).
214214

215215

216216
## 🔧 Finetuning on Your Own Data (A-Share Market Example)
@@ -331,3 +331,4 @@ This project is licensed under the [MIT License](./LICENSE).
331331

332332

333333

334+

0 commit comments

Comments
 (0)