Avinaash commited on
Commit
e90b5a3
·
verified ·
1 Parent(s): 121f6a3

Card: sharded data files

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ size_categories:
15
  - 10K<n<100K
16
  configs:
17
  - config_name: default
18
- data_files: data/train.parquet
19
  ---
20
 
21
  # ChartSense
@@ -149,7 +149,7 @@ because it stops being true if the table changes.
149
 
150
  ## Row format
151
 
152
- One Parquet file, `data/train.parquet`, in chat format with four columns.
153
 
154
  ```
155
  messages the whole conversation, ending on the assistant turn to be learned
 
15
  - 10K<n<100K
16
  configs:
17
  - config_name: default
18
+ data_files: data/train-*.parquet
19
  ---
20
 
21
  # ChartSense
 
149
 
150
  ## Row format
151
 
152
+ Parquet shards under `data/`, in chat format with four columns.
153
 
154
  ```
155
  messages the whole conversation, ending on the assistant turn to be learned