contemmcm/yelp_review
收藏Hugging Face2024-05-02 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/contemmcm/yelp_review
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- en
task_categories:
- text-classification
dataset_info:
- config_name: default
features:
- name: stars
dtype:
class_label:
names:
'0': 1 star
'1': 2 stars
'2': 3 stars
'3': 4 stars
'4': 5 stars
- name: date
dtype: string
- name: text
dtype: string
- name: useful
dtype: int16
- name: funny
dtype: int16
- name: cool
dtype: int16
- config_name: polarity
features:
- name: stars
dtype:
class_label:
names:
'0': negative
'1': positive
- name: date
dtype: string
- name: text
dtype: string
- name: useful
dtype: int16
- name: funny
dtype: int16
- name: cool
dtype: int16
configs:
- config_name: default
data_files:
- split: complete
path: "reviews.parquet"
default: true
- config_name: polarity
data_files:
- split: complete
path: "reviews_polarity.parquet"
---
提供机构:
contemmcm
原始信息汇总
数据集概述
数据集配置
-
默认配置 (default)
- 特征 (Features)
- stars: 分类标签,包括1星到5星。
- date: 字符串类型。
- text: 字符串类型。
- useful: 16位整数类型。
- funny: 16位整数类型。
- cool: 16位整数类型。
- 数据文件
- 完整数据集: 路径为 "reviews.parquet"。
- 特征 (Features)
-
极性配置 (polarity)
- 特征 (Features)
- stars: 分类标签,包括负向和正向。
- date: 字符串类型。
- text: 字符串类型。
- useful: 16位整数类型。
- funny: 16位整数类型。
- cool: 16位整数类型。
- 数据文件
- 完整数据集: 路径为 "reviews_polarity.parquet"。
- 特征 (Features)



