datasets-examples/doc-yaml-2
收藏Hugging Face2023-11-23 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/datasets-examples/doc-yaml-2
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path:
- "data/abc.csv"
- "data/def.csv"
- split: test
path: "holdout/ghi.csv"
size_categories:
- n<1K
---
# [doc] manual configuration 2
This dataset contains two csv files in the data/ directory and one csv file in the holdout/ directory, and a YAML field `configs` that specifies the data files and splits.
提供机构:
datasets-examples
原始信息汇总
数据集概述
数据文件配置
- 默认配置 (
default)- 训练集 (
train)- 文件路径:
data/abc.csvdata/def.csv
- 文件路径:
- 测试集 (
test)- 文件路径:
holdout/ghi.csv
- 文件路径:
- 训练集 (
数据集规模
- 数据集规模分类:
n<1K



