CoolFace
Datasetpublic

Deadbody42/test_multiplelabel

Dataset Card for "test_multiplelabel" More Information needed

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes8downloads
README.md24 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: Question5    dtype: string6  - name: Answer7    dtype: string8  - name: label9    dtype: string10  splits:11  - name: train12    num_bytes: 271465113    num_examples: 3264514  download_size: 47246115  dataset_size: 271465116configs:17- config_name: default18  data_files:19  - split: train20    path: data/train-*21---22# Dataset Card for "test_multiplelabel"23 24[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)