psillybilly/dummy_dataset
收藏Hugging Face2024-06-05 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/psillybilly/dummy_dataset
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: name
dtype: string
- name: description
dtype: string
- name: category
dtype: string
- name: price
dtype: float64
- name: category_encoded
dtype: int64
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 9347
num_examples: 118
- name: validation
num_bytes: 2027
num_examples: 25
- name: test
num_bytes: 2123
num_examples: 26
download_size: 17641
dataset_size: 13497
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
The dataset includes multiple features such as name, description, category, price, and encoded category. It is divided into training, validation, and test sets, each with specified sizes and number of examples. The dataset configuration includes a default setup, specifying the paths of the data files.
提供机构:
psillybilly
原始信息汇总
数据集概述
数据集特征
- name: 字符串类型
- description: 字符串类型
- category: 字符串类型
- price: 浮点数类型
- category_encoded: 整数类型
- index_level_0: 整数类型
数据集分割
- 训练集
- 数据量: 118条
- 存储大小: 9347字节
- 验证集
- 数据量: 25条
- 存储大小: 2027字节
- 测试集
- 数据量: 26条
- 存储大小: 2123字节
数据集大小
- 下载大小: 17641字节
- 数据集总大小: 13497字节
数据文件配置
- 默认配置
- 训练集路径:
data/train-* - 验证集路径:
data/validation-* - 测试集路径:
data/test-*
- 训练集路径:



