From c501470fe10cb2e387081e1a989d09807c391244 Mon Sep 17 00:00:00 2001 From: shiyu-coder <3122067540@qq.com> Date: Sun, 17 Aug 2025 19:56:39 +0800 Subject: [PATCH] update finetune scripts --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 85b4c91..b89a274 100644 --- a/README.md +++ b/README.md @@ -167,12 +167,6 @@ Running this script will generate a plot comparing the ground truth data against 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). -好的,收到了你的反馈!这两个建议都非常好,加入示例图能让结果更直观,而泛化“Backtesting Complexity”的描述能让建议更具普适性。 - -我已经根据你的反馈更新了内容。以下是修改后的版本,你可以直接替换掉之前的内容。 - ---- - ## 🔧 Finetuning on Your Own Data (A-Share Market Example) We provide a complete pipeline for finetuning Kronos on your own datasets. As an example, we demonstrate how to use [Qlib](https://github.com/microsoft/qlib) to prepare data from the Chinese A-share market and conduct a simple backtest.