pszemraj's picture
Update README.md
bc3b705
|
raw
history blame
1.49 kB
---
dataset_info:
features:
- name: id
dtype: int32
- name: topic
dtype:
class_label:
names:
'0': Society & Culture
'1': Science & Mathematics
'2': Health
'3': Education & Reference
'4': Computers & Internet
'5': Sports
'6': Business & Finance
'7': Entertainment & Music
'8': Family & Relationships
'9': Politics & Government
- name: question_title
dtype: string
- name: question_content
dtype: string
- name: best_answer
dtype: string
- name: token_count
dtype: int64
- name: text
dtype: string
splits:
- name: train
num_bytes: 27734424
num_examples: 3352
- name: test
num_bytes: 1094914
num_examples: 133
download_size: 17412370
dataset_size: 28829338
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
license: apache-2.0
task_categories:
- text-classification
source_datasets: yahoo_answers_topics
---
# BEE-spoke-data/yahoo_answers_topics-long-text
1024 or more tokens in 'text'
```py
DatasetDict({
train: Dataset({
features: ['id', 'topic', 'question_title', 'question_content', 'best_answer', 'token_count', 'text'],
num_rows: 3352
})
test: Dataset({
features: ['id', 'topic', 'question_title', 'question_content', 'best_answer', 'token_count', 'text'],
num_rows: 133
})
}
```