From a8df3395867b16dea28e57d0cccc6ebda2b96a12 Mon Sep 17 00:00:00 2001 From: zhangboyu1 Date: Thu, 9 Oct 2025 16:35:59 +0800 Subject: [PATCH] update readme --- finetune_csv/README.md | 2 +- finetune_csv/README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/finetune_csv/README.md b/finetune_csv/README.md index 0b0216b..4aa49ed 100644 --- a/finetune_csv/README.md +++ b/finetune_csv/README.md @@ -7,7 +7,7 @@ This module provides a comprehensive pipeline for fine-tuning Kronos models on y ### Required Data Format -Your CSV file must contain the following columns in this exact order: +Your CSV file must contain the following columns: - `timestamps`: DateTime stamps for each data point - `open`: Opening price - `high`: Highest price diff --git a/finetune_csv/README_CN.md b/finetune_csv/README_CN.md index 3271625..f72b99a 100644 --- a/finetune_csv/README_CN.md +++ b/finetune_csv/README_CN.md @@ -7,7 +7,7 @@ ### 数据格式 -您的CSV文件必须按以下确切顺序包含以下列: +CSV文件必须包含以下列: - `timestamps`: 每个数据点的时间戳 - `open`: 开盘价 - `high`: 最高价