configs: | |
- config_name: tab | |
data_files: "main_data.csv" | |
sep: "\t" | |
- config_name: comma | |
data_files: "additional_data.csv" | |
sep: "," | |
size_categories: | |
- n<1K | |
# [doc] manual configuration 5 | |
This dataset contains two csv files at the root, and a YAML field `configs` that specifies the data files and configs, specifying that the file main_data.csv uses a tabulation as separator. | |