eth_py150_open

References:

eth_py150_open

Use the following command to load this dataset in TFDS:

ds = tfds.load('huggingface:eth_py150_open/eth_py150_open')
  • Description:
A redistributable subset of the ETH Py150 corpus, introduced in the ICML 2020 paper 'Learning and Evaluating Contextual Embedding of Source Code'
  • License: Apache License, Version 2.0
  • Version: 1.1.0
  • Splits:
Split Examples
'test' 41457
'train' 74749
'validation' 8302
  • Features:
{
    "filepath": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "license": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}