File size: 1,108 Bytes
cdd116d
 
 
fc90f11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
04eb9d8
 
 
 
 
 
 
fc90f11
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
---
task_categories:
- text-classification

dataset_info:
  features:
    - name: from
      dtype: string
    - name: subject
      dtype: string
    - name: organization
      dtype: string
    - name: text
      dtype: string
    - name: label
      dtype:
        class_label:
          names:            
            '0': alt.atheism
            '1': comp.graphics
            '2': comp.os.ms-windows.misc
            '3': comp.sys.ibm.pc.hardware
            '4': comp.sys.mac.hardware
            '5': comp.windows.x
            '6': misc.forsale
            '7': rec.autos
            '8': rec.motorcycles
            '9': rec.sport.baseball
            '10': rec.sport.hockey
            '11': sci.crypt
            '12': sci.electronics
            '13': sci.med
            '14': sci.space
            '15': soc.religion.christian
            '16': talk.politics.guns
            '17': talk.politics.mideast
            '18': talk.politics.misc 
            '19': talk.religion.misc

configs:
- config_name: default
  data_files:
  - split: complete
    path: 20newsgroups.csv
  default: true
---