argilla-internal-testing/test_import_dataset_from_hub_with_classlabel_0758b1cc-1eb9-4c47-a342-4fae08e0cf52
收藏Hugging Face2024-11-11 更新2025-04-12 收录
下载链接:
https://hf-mirror.com/datasets/argilla-internal-testing/test_import_dataset_from_hub_with_classlabel_0758b1cc-1eb9-4c47-a342-4fae08e0cf52
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype:
class_label:
names:
'0': positive
'1': negative
splits:
- name: train
num_bytes: 111
num_examples: 3
download_size: 1256
dataset_size: 111
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
数据集信息:
特征项:
1. 字段名:`text`,数据类型:字符串(string)
2. 字段名:`label`,数据类型为类别标签(class_label),其类别映射规则为:索引`0`对应正面(positive)样本,索引`1`对应负面(negative)样本
数据划分:
- 划分名称:训练集(train),占用存储空间:111字节,样本量:3
下载体积:1256,数据集总存储体积:111
配置信息:
- 配置名称:默认配置(default),对应数据文件路径:训练划分的文件路径为 `data/train-*`



