chrismontes/dogtest
收藏官方服务:
资源简介:
--- dataset_info: features: - name: text dtype: string - name: label dtype: string splits: - name: train num_bytes: 932015 num_examples: 2621 download_size: 445125 dataset_size: 932015 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset includes two main features: text and label, both of which are string type. The dataset consists of a training set with 2621 examples, occupying 932015 bytes. The download size of the dataset is 445125 bytes, and the actual space used is 932015 bytes. The dataset configuration is named default, with training data files located at data/train-* path.
提供机构:
chrismontes原始信息汇总
数据集概述
数据集特征
- text:数据类型为字符串。
- label:数据类型为字符串。
数据集分割
- 训练集(train):
- 示例数量:2621
- 数据大小:932015字节
数据集大小
- 下载大小:445125字节
- 数据集总大小:932015字节
配置信息
- 默认配置(default):
- 训练集文件路径:
data/train-*
- 训练集文件路径:



