তথ্যসূত্র:
TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:
ds = tfds.load('huggingface:code_x_glue_cc_code_to_code_trans')
- বর্ণনা :
CodeXGLUE code-to-code-trans dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/code-to-code-trans
The dataset is collected from several public repos, including Lucene(http://lucene.apache.org/), POI(http://poi.apache.org/), JGit(https://github.com/eclipse/jgit/) and Antlr(https://github.com/antlr/).
We collect both the Java and C# versions of the codes and find the parallel functions. After removing duplicates and functions with the empty body, we split the whole dataset into training, validation and test sets.
- লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
- সংস্করণ : 0.0.0
- বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'test' | 1000 |
'train' | 10300 |
'validation' | 500 |
- বৈশিষ্ট্য :
{
"id": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"java": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"cs": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}