C-MTEB/MultilingualSentiment-classification
收藏Hugging Face2023-07-28 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/C-MTEB/MultilingualSentiment-classification
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype:
class_label:
names:
'0': positive
'1': neutral
'2': negative
splits:
- name: train
num_bytes: 19594086
num_examples: 120000
- name: validation
num_bytes: 483785
num_examples: 3000
- name: test
num_bytes: 491522
num_examples: 3000
download_size: 14087126
dataset_size: 20569393
---
# Dataset Card for "MultilingualSentiment-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/validation-* - 测试集:
data/test-*
- 训练集:
数据集信息
-
特征:
- text: 数据类型为字符串
- label: 数据类型为分类标签,包含以下类别:
- 0: positive
- 1: neutral
- 2: negative
-
分割信息:
- 训练集:
- 字节数: 19594086
- 示例数: 120000
- 验证集:
- 字节数: 483785
- 示例数: 3000
- 测试集:
- 字节数: 491522
- 示例数: 3000
- 训练集:
-
下载大小: 14087126字节
-
数据集大小: 20569393字节



