code_x_glue_cc_code_refinement

Người giới thiệu:

trung bình

Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:

ds = tfds.load('huggingface:code_x_glue_cc_code_refinement/medium')
  • Sự miêu tả :
CodeXGLUE code-refinement dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/code-refinement

We use the dataset released by this paper(https://arxiv.org/pdf/1812.08693.pdf). The source side is a Java function with bugs and the target side is the refined one. All the function and variable names are normalized. Their dataset contains two subsets ( i.e.small and medium) based on the function length.
  • Giấy phép : Không có giấy phép được biết đến
  • Phiên bản : 0.0.0
  • Chia tách :
Tách ra Ví dụ
'test' 6545
'train' 52364
'validation' 6546
  • Đặc trưng :
{
    "id": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "buggy": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "fixed": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

bé nhỏ

Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:

ds = tfds.load('huggingface:code_x_glue_cc_code_refinement/small')
  • Sự miêu tả :
CodeXGLUE code-refinement dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/code-refinement

We use the dataset released by this paper(https://arxiv.org/pdf/1812.08693.pdf). The source side is a Java function with bugs and the target side is the refined one. All the function and variable names are normalized. Their dataset contains two subsets ( i.e.small and medium) based on the function length.
  • Giấy phép : Không có giấy phép được biết đến
  • Phiên bản : 0.0.0
  • Chia tách :
Tách ra Ví dụ
'test' 5835
'train' 46680
'validation' 5835
  • Đặc trưng :
{
    "id": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "buggy": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "fixed": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}