mamamiya405/classification
收藏Hugging Face2024-05-30 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/mamamiya405/classification
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
dataset_info:
features:
- name: input
dtype: string
- name: output
dtype: string
- name: instruction
dtype: string
- name: text
dtype: string
- name: inference
dtype: string
splits:
- name: train
num_bytes: 8722929
num_examples: 10000
- name: validation
num_bytes: 2618319
num_examples: 3000
- name: test
num_bytes: 1742900
num_examples: 2000
download_size: 2290102
dataset_size: 13084148
---
# Dataset Card for "classification"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
This dataset is for classification tasks, containing train, validation, and test sets. The dataset features include input, output, instruction, text, and inference, all of which are string types. The train set contains 10000 samples, the validation set contains 3000 samples, and the test set contains 2000 samples. The total download size of the dataset is 2290102 bytes, and the total dataset size is 13084148 bytes.
提供机构:
mamamiya405
原始信息汇总
数据集概述
配置信息
- 默认配置 (
config_name: default)- 数据文件路径
- 训练集 (
split: train):data/train-* - 验证集 (
split: validation):data/validation-* - 测试集 (
split: test):data/test-*
- 训练集 (
- 数据文件路径
数据集特征
- 特征名称与数据类型
input: 字符串 (dtype: string)output: 字符串 (dtype: string)instruction: 字符串 (dtype: string)text: 字符串 (dtype: string)inference: 字符串 (dtype: string)
数据集分割信息
- 训练集 (
name: train)- 字节数: 8722929
- 示例数: 10000
- 验证集 (
name: validation)- 字节数: 2618319
- 示例数: 3000
- 测试集 (
name: test)- 字节数: 1742900
- 示例数: 2000
数据集大小
- 下载大小: 2290102 字节
- 数据集总大小: 13084148 字节



