C-MTEB/JDReview-classification
收藏Hugging Face2023-07-28 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/C-MTEB/JDReview-classification
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: id
dtype: int32
- name: domain
dtype: string
- name: label
dtype:
class_label:
names:
'0': POS
'1': NEG
- name: rank
dtype: int32
- name: text
dtype: string
splits:
- name: train
num_bytes: 680681
num_examples: 3729
- name: test
num_bytes: 94649
num_examples: 533
download_size: 361291
dataset_size: 775330
---
# Dataset Card for "JDReview-classification"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
C-MTEB
原始信息汇总
数据集概述
数据集配置
- 配置名称: default
- 数据文件:
- 训练集:
data/train-* - 测试集:
data/test-*
- 训练集:
数据集信息
-
特征:
- id: 数据类型为
int32 - domain: 数据类型为
string - label: 数据类型为
class_label,类别名称包括POS和NEG - rank: 数据类型为
int32 - text: 数据类型为
string
- id: 数据类型为
-
分割:
- 训练集: 大小为 680681 字节,包含 3729 个样本
- 测试集: 大小为 94649 字节,包含 533 个样本
-
下载大小: 361291 字节
-
数据集大小: 775330 字节



