|
The data in this dataset is a subset of 20newsgroups/SciKit dataset: |
|
|
|
https://scikit-learn.org/0.19/modules/generated/sklearn.datasets.fetch_20newsgroups.html#sklearn.datasets.fetch_20newsgroups |
|
|
|
|
|
--- |
|
license: mit |
|
dataset_info: |
|
pretty_name: 'SciKit newsgroup20 subset' |
|
features: |
|
- name: index |
|
dtype: int64 |
|
- name: Text |
|
dtype: string |
|
- name: Label |
|
dtype: int32 |
|
- name: Class Name |
|
dtype: string |
|
task_categories: |
|
-text classification |
|
-sentence similarity |
|
tags: |
|
-text classification |
|
-sentence similarity |
|
splits: |
|
- name: train |
|
num_bytes: 799164 |
|
num_examples: 750 |
|
download_size: 477299 |
|
dataset_size: 799164 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
--- |
|
|