File size: 1,230 Bytes
5b4b44b 9926b0d 5b4b44b 9926b0d 5b4b44b 9926b0d 5b4b44b 9926b0d ef80190 9926b0d ef80190 9926b0d ef80190 56b3b0b ef80190 5b4b44b 0ef051f 1d6155f 86e8f74 6c1e9e1 86e8f74 a413efd 5b769c0 86e8f74 5b4b44b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
---
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-*
--- |