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"
    }
}