Preeda/Demo_dictionary_dataset
收藏官方服务:
资源简介:
--- dataset_info: features: - name: id dtype: int64 - name: text dtype: string splits: - name: train num_bytes: 330 num_examples: 10 download_size: 1631 dataset_size: 330 configs: - config_name: default data_files: - split: train path: data/train-* ---
This dataset includes two features: id (dtype: int64) and text (dtype: string). The dataset is split into a training set (train) with 10 examples, occupying 330 bytes. The download size of the dataset is 1631 bytes, and the actual dataset size is 330 bytes. The dataset has a default configuration (default), with training data files located at data/train-* path.
提供机构:
Preeda原始信息汇总
数据集概述
数据集特征
- id: 数据类型为 int64。
- text: 数据类型为 string。
数据集分割
- 训练集 (train):
- 示例数量: 10
- 数据大小: 330 字节
数据集大小
- 下载大小: 1631 字节
- 数据集大小: 330 字节
配置信息
- 配置名称: default
- 数据文件路径:
- 分割类型: train
- 路径: data/train-*



