कोड_x_ग्लू_सीसी_क्लोन_डिटेक्शन_पोज104

सन्दर्भ:

इस डेटासेट को TFDS में लोड करने के लिए निम्न कमांड का उपयोग करें:

ds = tfds.load('huggingface:code_x_glue_cc_clone_detection_poj104')
  • विवरण :
CodeXGLUE Clone-detection-POJ-104 dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/Clone-detection-POJ-104

Given a code and a collection of candidates as the input, the task is to return Top K codes with the same semantic. Models are evaluated by MAP score.
We use POJ-104 dataset on this task.
  • लाइसेंस : कोई ज्ञात लाइसेंस नहीं
  • संस्करण : 0.0.0
  • विभाजन :
विभाजित करना उदाहरण
'test' 12000
'train' 32000
'validation' 8000
  • विशेषताएं :
{
    "id": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "code": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}