CoolFace
Datasetpublic

Rami/multi-label-class-github-issues-text-classification

Dataset Card for "multi-label-class-github-issues-text-classification" More Information needed

sourceHugging Faceupdated 4y agoView on Hugging Face
2likes317downloads
README.md25 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: title5    dtype: string6  - name: labels7    sequence: string8  - name: bodyText9    dtype: string10  splits:11  - name: train12    num_bytes: 271398413    num_examples: 155614  - name: valid15    num_bytes: 129658216    num_examples: 77817  - name: test18    num_bytes: 130765019    num_examples: 77820  download_size: 232800321  dataset_size: 531821622---23# Dataset Card for "multi-label-class-github-issues-text-classification"24 25[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)