configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
- split: test | |
path: data/test-* | |
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: question_title_embeddings | |
sequence: float32 | |
- name: question_content_embeddings | |
sequence: float32 | |
- name: best_answer_embeddings | |
sequence: float32 | |
splits: | |
- name: train | |
num_bytes: 1032387680 | |
num_examples: 200000 | |
- name: test | |
num_bytes: 309853862 | |
num_examples: 60000 | |
download_size: 500190426 | |
dataset_size: 1342241542 | |
# Dataset Card for "yahoo_dataset" | |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |