lwLiu commited on
Commit
9393b17
·
verified ·
1 Parent(s): 03a3619

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -111,7 +111,7 @@ Each line in this file is a JSON object with the following structure, providing
111
  "gt_text": "GT_TEXT", // Ground truth textual answer (for understanding tasks; empty for generation tasks)
112
  "gt_ts": {
113
  "path": "raw_gt_data/sample_001_output.npy",
114
- "length": int // Length of the gt time series
115
  },
116
  "gt_result": { ... }, // Structured ground truth result; format varies by task type (see below)
117
  "meta_data": {} // Additional metadata from the original data source
 
111
  "gt_text": "GT_TEXT", // Ground truth textual answer (for understanding tasks; empty for generation tasks)
112
  "gt_ts": {
113
  "path": "raw_gt_data/sample_001_output.npy",
114
+ "length": int // Length of the ground truth time series
115
  },
116
  "gt_result": { ... }, // Structured ground truth result; format varies by task type (see below)
117
  "meta_data": {} // Additional metadata from the original data source