ahmadSiddiqi/amazon_reviews_fr
收藏Hugging Face2024-01-24 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/ahmadSiddiqi/amazon_reviews_fr
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: text
dtype: string
- name: label_text
dtype: string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 25767910.0
num_examples: 98000
- name: test
num_bytes: 11043390.0
num_examples: 42000
download_size: 17155331
dataset_size: 36811300.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
The dataset includes three features: text, label_text, and label (integer type). It is divided into a training set and a test set, containing 98000 and 42000 samples respectively. The download size of the dataset is 17155331 bytes, with a total size of 36811300.0 bytes. The dataset configuration is named default, with training and test data stored in data/train-* and data/test-* paths respectively.
提供机构:
ahmadSiddiqi
原始信息汇总
数据集概述
特征信息
- text: 数据类型为字符串。
- label_text: 数据类型为字符串。
- label: 数据类型为整数(int64)。
数据分割
- 训练集 (train):
- 字节数: 25767910.0
- 样本数: 98000
- 测试集 (test):
- 字节数: 11043390.0
- 样本数: 42000
数据大小
- 下载大小: 17155331 字节
- 数据集大小: 36811300.0 字节
配置信息
- 默认配置 (default):
- 训练集文件路径:
data/train-* - 测试集文件路径:
data/test-*
- 训练集文件路径:



