Datasets:
Update README.md
Browse files
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
|
| 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
|