MAPAi/Inflation_News_Sentiment_Analysis
收藏Hugging Face2024-05-27 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/MAPAi/Inflation_News_Sentiment_Analysis
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
dataset_info:
features:
- name: summary
dtype: string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 941729
num_examples: 1835
- name: train_upsample
num_bytes: 1301460
num_examples: 3000
- name: test
num_bytes: 191063
num_examples: 360
download_size: 1402231
dataset_size: 2434252
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: train_upsample
path: data/train_upsample-*
- split: test
path: data/test-*
---
The dataset contains two main features: summary (string type) and label (64-bit integer type). The dataset is divided into three parts: train (containing 1835 samples, 941729 bytes), train_upsample (containing 3000 samples, 1301460 bytes), and test (containing 360 samples, 191063 bytes). The total download size of the dataset is 1402231 bytes, and the total dataset size is 2434252 bytes. The dataset configuration is default, with data file paths being data/train-*, data/train_upsample-*, and data/test-*.
提供机构:
MAPAi
原始信息汇总
数据集概述
数据集特征
- summary:数据类型为字符串(string)。
- label:数据类型为整数(int64)。
数据集分割
- train:包含1835个样本,总大小为941729字节。
- train_upsample:包含3000个样本,总大小为1301460字节。
- test:包含360个样本,总大小为191063字节。
数据集大小
- 下载大小:1402231字节。
- 数据集总大小:2434252字节。
配置信息
- 默认配置(config_name: default):
- 训练数据路径:
data/train-* - 过采样训练数据路径:
data/train_upsample-* - 测试数据路径:
data/test-*
- 训练数据路径:



