CM/codexglue_code2text_php
Dataset Card for "codexglue_code2text_php" More Information needed
2221
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: 61465449931 num_examples: 24124132 - name: validation33 num_bytes: 3328304534 num_examples: 1298235 - name: test36 num_bytes: 3537499337 num_examples: 1401438 download_size: 21973459539 dataset_size: 68331253740---41# Dataset Card for "codexglue_code2text_php"42 43[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)