newsgroups-mini / README.md
acloudfan's picture
Upload dataset
ef80190 verified
metadata
language:
  - en
license: mit
size_categories:
  - 1K<n<10K
task_categories:
  - text-classification
  - sentence-similarity
pretty_name: scikit_20newsgroups
tags:
  - 20newsgroups
  - scikit
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: class
      dtype: string
  splits:
    - name: train
      num_bytes: 493413
      num_examples: 450
  download_size: 300272
  dataset_size: 493413

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-*