code_x_glue_tc_text_to_code

منابع:

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:code_x_glue_tc_text_to_code')
  • توضیحات :
CodeXGLUE text-to-code dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Code/text-to-code

We use concode dataset which is a widely used code generation dataset from Iyer's EMNLP 2018 paper Mapping Language to Code in Programmatic Context. See paper for details.
  • مجوز : مجوز شناخته شده ای وجود ندارد
  • نسخه : 0.0.0
  • تقسیمات :
شکاف مثال ها
'test' 2000
'train' 100000
'validation' 2000
  • ویژگی ها :
{
    "id": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "nl": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "code": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}