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`: 最高价