CoolFace
Datasetpublic

CM/codexglue_code2text_javascript

Dataset Card for "codexglue_code2text_javascript" More Information needed

sourceHugging Faceupdated 3y agoView on Hugging Face
12likes124downloads
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: 16086043131    num_examples: 5802532  - name: validation33    num_bytes: 1033734434    num_examples: 388535  - name: test36    num_bytes: 1019071337    num_examples: 329138  download_size: 6579554939  dataset_size: 18138848840---41# Dataset Card for "codexglue_code2text_javascript"42 43[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)