polinaeterna/test_builder
收藏Hugging Face2023-04-27 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/polinaeterna/test_builder
下载链接
链接失效反馈官方服务:
资源简介:
---
builder_config:
- config_name: custom
data_files:
- split: train
pattern: custom/train-*
- split: random
pattern: custom/random-*
- config_name: default
data_files:
- split: train
pattern: data/train-*
- split: random
pattern: data/random-*
dataset_info:
- config_name: custom
features:
- name: x
dtype: int64
- name: y
dtype: int64
splits:
- name: train
num_bytes: 1600
num_examples: 100
- name: random
num_bytes: 160
num_examples: 10
download_size: 0
dataset_size: 1760
- config_name: default
features:
- name: x
dtype: int64
- name: y
dtype: int64
splits:
- name: train
num_bytes: 1600
num_examples: 100
- name: random
num_bytes: 800
num_examples: 50
download_size: 0
dataset_size: 2400
---
# Dataset Card for "test_builder"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
polinaeterna
原始信息汇总
数据集概述
配置信息
自定义配置(custom)
- 数据文件模式:
- 训练集:
custom/train-* - 随机集:
custom/random-*
- 训练集:
- 特征信息:
x: 数据类型为int64y: 数据类型为int64
- 数据集分割:
- 训练集: 100个样本,占用1600字节
- 随机集: 10个样本,占用160字节
- 数据集大小: 总计1760字节
默认配置(default)
- 数据文件模式:
- 训练集:
data/train-* - 随机集:
data/random-*
- 训练集:
- 特征信息:
x: 数据类型为int64y: 数据类型为int64
- 数据集分割:
- 训练集: 100个样本,占用1600字节
- 随机集: 50个样本,占用800字节
- 数据集大小: 总计2400字节



