joey234/rotten_tomatoes_affix
收藏Hugging Face2023-10-03 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/joey234/rotten_tomatoes_affix
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype:
class_label:
names:
'0': neg
'1': pos
- name: words_with_affixes
sequence: string
splits:
- name: test
num_bytes: 32292
num_examples: 194
download_size: 24662
dataset_size: 32292
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
# Dataset Card for "rotten_tomatoes_affix"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
The dataset rotten_tomatoes_affix includes three features: text (string), label (class_label with two categories: neg and pos), and words_with_affixes (sequence of strings). The dataset is divided into a test set with 194 examples, totaling 32292 bytes. The dataset configuration is named default with data files located at data/test-*.
提供机构:
joey234
原始信息汇总
数据集概述
数据集信息
- 特征:
- text: 数据类型为字符串。
- label: 数据类型为分类标签,包含两个类别:0表示负向,1表示正向。
- words_with_affixes: 数据类型为字符串序列。
数据分割
- test:
- 字节数: 32292
- 样本数: 194
数据集大小
- 下载大小: 24662
- 数据集大小: 32292
配置
- default:
- 数据文件路径:
data/test-*
- 数据文件路径:



