CoolFace
Datasetpublic

JeswinMS4/code_text_classification

Dataset Card for "code_text_classification" More Information needed

sourceHugging Faceupdated 3y agoView on Hugging Face
1likes21downloads
README.md34 linesDownload Raw Back to root
1---2configs:3- config_name: default4  data_files:5  - split: train6    path: data/train-*7  - split: test8    path: data/test-*9  - split: validation10    path: data/validation-*11dataset_info:12  features:13  - name: sentence14    dtype: string15  - name: Label16    dtype: string17  - name: __index_level_0__18    dtype: int6419  splits:20  - name: train21    num_bytes: 7436222    num_examples: 82323  - name: test24    num_bytes: 419425    num_examples: 4626  - name: validation27    num_bytes: 418528    num_examples: 4629  download_size: 4163230  dataset_size: 8274131---32# Dataset Card for "code_text_classification"33 34[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)