PsyMatrix/cls_20newsgroups_TextVsLabel__BaseDefault
011
1---2task_categories:3- text-classification4language:5- en6dataset_info:7 features:8 - name: text9 dtype: string10 - name: label11 dtype:12 class_label:13 names:14 '0': alt.atheism15 '1': comp.graphics16 '2': comp.os.ms-windows.misc17 '3': comp.sys.ibm.pc.hardware18 '4': comp.sys.mac.hardware19 '5': comp.windows.x20 '6': misc.forsale21 '7': rec.autos22 '8': rec.motorcycles23 '9': rec.sport.baseball24 '10': rec.sport.hockey25 '11': sci.crypt26 '12': sci.electronics27 '13': sci.med28 '14': sci.space29 '15': soc.religion.christian30 '16': talk.politics.guns31 '17': talk.politics.mideast32 '18': talk.politics.misc33 '19': talk.religion.misc34size_categories:35- 10K<n<100K36---