joey234/amazon_affix_neg
收藏Hugging Face2023-11-17 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/joey234/amazon_affix_neg
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: label
dtype:
class_label:
names:
'0': negative
'1': positive
- name: title
dtype: string
- name: content
dtype: string
- name: words_with_affixes
sequence: string
splits:
- name: test
num_bytes: 44456447
num_examples: 71215
download_size: 23517659
dataset_size: 44456447
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
# Dataset Card for "amazon_affix_neg"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
joey234
原始信息汇总
数据集概述
数据特征
- label: 标签,数据类型为类别标签,包含两个类别:
- 0: negative
- 1: positive
- title: 标题,数据类型为字符串。
- content: 内容,数据类型为字符串。
- words_with_affixes: 带有词缀的单词序列,数据类型为字符串序列。
数据划分
- test: 测试集,包含71215个样本,总字节数为44456447。
数据集大小
- 下载大小: 23517659字节
- 数据集大小: 44456447字节
配置
- default: 默认配置,包含测试集文件路径为
data/test-*。



