airbnb_listings_lite_processed
收藏资源简介:
该数据集包含Airbnb房源的详细信息,共有600个样本,分为训练集(500条)、验证集(50条)和测试集(50条)。每个样本包含城市(city)、房间类型(room_type)、价格(price)、完整描述(full)、卧室数量(bedrooms)、可住人数(person_capacity)、摘要(summary)、提示(prompt)以及唯一标识符(id)。数据集可用于基于文本的房源描述生成、价格预测或推荐系统等任务,特征组合支持多模态输入输出。
This dataset contains detailed information about Airbnb listings, with a total of 600 samples divided into training set (500), validation set (50), and test set (50). Each sample includes city, room_type, price, full description, number of bedrooms, person_capacity, summary, prompt, and a unique identifier (id). The dataset can be used for tasks such as text-based listing description generation, price prediction, or recommendation systems, and the feature combination supports multimodal input and output.
数据集概述:airbnb_listings_lite_processed
基本信息
- 数据集地址:https://huggingface.co/datasets/parag08/airbnb_listings_lite_processed
- 数据集大小:612,450 字节(约 598 KB)
- 下载大小:144,448 字节(约 141 KB)
数据划分
| 数据划分 | 样本数量 | 数据大小 |
|---|---|---|
| train(训练集) | 500 | 510,066 字节 |
| validation(验证集) | 50 | 51,137 字节 |
| test(测试集) | 50 | 51,247 字节 |
总计样本数:600 条
数据特征(Features)
该数据集包含以下 9 个字段:
| 字段名 | 数据类型 | 说明 |
|---|---|---|
city |
字符串 | 城市 |
room_type |
字符串 | 房间类型 |
price |
浮点数 | 价格 |
full |
字符串 | 完整信息 |
bedrooms |
整数 | 卧室数量 |
person_capacity |
浮点数 | 可容纳人数 |
summary |
字符串 | 摘要描述 |
prompt |
字符串 | 提示词 |
id |
整数 | 唯一标识符 |
数据配置
- 配置名称:default(默认配置)
- 数据文件路径:
- 训练集:
data/train-* - 验证集:
data/validation-* - 测试集:
data/test-*
- 训练集:




