liuyanchen1015/parsed_sst2
收藏Hugging Face2022-11-18 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/liuyanchen1015/parsed_sst2
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: sentence
dtype: string
- name: label
dtype:
class_label:
names:
0: negative
1: positive
- name: idx
dtype: int32
- name: parse_tree
dtype: string
- name: pure_parse_tree
dtype: string
splits:
- name: train
num_bytes: 22647332
num_examples: 67349
- name: validation
num_bytes: 560160
num_examples: 872
- name: test
num_bytes: 1155733
num_examples: 1821
download_size: 10913172
dataset_size: 24363225
---
# Dataset Card for "parsed_sst2"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
liuyanchen1015
原始信息汇总
数据集概述
特征信息
- sentence: 类型为字符串(string)
- label: 类型为类别标签(class_label),包含两个类别:
- 0: negative
- 1: positive
- idx: 类型为32位整数(int32)
- parse_tree: 类型为字符串(string)
- pure_parse_tree: 类型为字符串(string)
数据分割
- train: 包含67349个样本,总字节数为22647332
- validation: 包含872个样本,总字节数为560160
- test: 包含1821个样本,总字节数为1155733
数据集大小
- 下载大小: 10913172字节
- 数据集大小: 24363225字节



