NoteEB/Demo_dictionary_dataset
收藏Hugging Face2024-05-31 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/NoteEB/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-*
---
The dataset includes two features: id (dtype: int64) and text (dtype: string). It is split into a training set (train) with 10 examples, totaling 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-*.
提供机构:
NoteEB
原始信息汇总
数据集概述
数据集特征
- id: 整数类型 (int64)
- text: 字符串类型 (string)
数据分割
- 训练集 (train):
- 示例数量: 10
- 数据大小: 330字节
数据集大小
- 下载大小: 1631字节
- 数据集大小: 330字节
配置
- 默认配置 (default):
- 训练数据路径:
data/train-*
- 训练数据路径:



