CoolFace
Datasetpublic

CarlyRoy/stack_exchange_multiclass_max_500

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes8downloads
README.md43 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: 'Unnamed: 0'5    dtype: int646  - name: Id7    dtype: int648  - name: Title9    dtype: string10  - name: input11    dtype: string12  - name: output13    dtype: string14  - name: Tag_Number15    dtype: string16  splits:17  - name: train18    num_bytes: 12497373619    num_examples: 16912120  - name: test21    num_bytes: 1555246622    num_examples: 2114123  - name: validation24    num_bytes: 1565084925    num_examples: 2114026  - name: discarded27    num_bytes: 9696291528    num_examples: 2469529  download_size: 12621795130  dataset_size: 25313996631configs:32- config_name: default33  data_files:34  - split: train35    path: data/train-*36  - split: test37    path: data/test-*38  - split: validation39    path: data/validation-*40  - split: discarded41    path: data/discarded-*42---43