pn_summary / README.md
Fsg-15's picture
Upload README.md with huggingface_hub
6a2db6e
|
Raw
History Blame Contribute Delete
1.42 kB
---
license: apache-2.0
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: id
dtype: string
- name: title
dtype: string
- name: article
dtype: string
- name: summary
dtype: string
- name: category
dtype:
class_label:
names:
'0': Economy
'1': Roads-Urban
'2': Banking-Insurance
'3': Agriculture
'4': International
'5': Oil-Energy
'6': Industry
'7': Transportation
'8': Science-Technology
'9': Local
'10': Sports
'11': Politics
'12': Art-Culture
'13': Society
'14': Health
'15': Research
'16': Education-University
'17': Tourism
- name: categories
dtype: string
- name: network
dtype:
class_label:
names:
'0': Tahlilbazaar
'1': Imna
'2': Shana
'3': Mehr
'4': Irna
'5': Khabaronline
- name: link
dtype: string
splits:
- name: train
num_bytes: 406448
num_examples: 100
- name: validation
num_bytes: 39018
num_examples: 10
- name: test
num_bytes: 39018
num_examples: 10
download_size: 282405
dataset_size: 484484
---