CoolFace
Datasetpublic

CM/codexglue_code2text_python

Dataset Card for "codexglue_code2text_python" More Information needed

sourceHugging Faceupdated 3y agoView on Hugging Face
8likes237downloads
README.md43 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: id5    dtype: int326  - name: repo7    dtype: string8  - name: path9    dtype: string10  - name: func_name11    dtype: string12  - name: original_string13    dtype: string14  - name: language15    dtype: string16  - name: code17    dtype: string18  - name: code_tokens19    sequence: string20  - name: docstring21    dtype: string22  - name: docstring_tokens23    sequence: string24  - name: sha25    dtype: string26  - name: url27    dtype: string28  splits:29  - name: train30    num_bytes: 81366314831    num_examples: 25182032  - name: validation33    num_bytes: 4688856434    num_examples: 1391435  - name: test36    num_bytes: 5065968837    num_examples: 1491838  download_size: 32530374339  dataset_size: 91121140040---41# Dataset Card for "codexglue_code2text_python"42 43[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)