Ссылки:
все
Используйте следующую команду, чтобы загрузить этот набор данных в TFDS:
ds = tfds.load('huggingface:code_search_net/all')
- Описание :
CodeSearchNet corpus contains about 6 million functions from open-source code spanning six programming languages (Go, Java, JavaScript, PHP, Python, and Ruby). The CodeSearchNet Corpus also contains automatically generated query-like natural language for 2 million functions, obtained from mechanically scraping and preprocessing associated function documentation.
- Лицензия : Разная
- Версия : 1.0.0
- Расколы :
Расколоть | Примеры |
---|---|
'test' | 100529 |
'train' | 1880853 |
'validation' | 89154 |
- Функции :
{
"repository_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_path_in_repository": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"whole_func_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"language": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"func_documentation_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_documentation_tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"split_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_url": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
Ява
Используйте следующую команду, чтобы загрузить этот набор данных в TFDS:
ds = tfds.load('huggingface:code_search_net/java')
- Описание :
CodeSearchNet corpus contains about 6 million functions from open-source code spanning six programming languages (Go, Java, JavaScript, PHP, Python, and Ruby). The CodeSearchNet Corpus also contains automatically generated query-like natural language for 2 million functions, obtained from mechanically scraping and preprocessing associated function documentation.
- Лицензия : Разная
- Версия : 1.0.0
- Расколы :
Расколоть | Примеры |
---|---|
'test' | 26909 |
'train' | 454451 |
'validation' | 15328 |
- Функции :
{
"repository_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_path_in_repository": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"whole_func_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"language": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"func_documentation_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_documentation_tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"split_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_url": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
идти
Используйте следующую команду, чтобы загрузить этот набор данных в TFDS:
ds = tfds.load('huggingface:code_search_net/go')
- Описание :
CodeSearchNet corpus contains about 6 million functions from open-source code spanning six programming languages (Go, Java, JavaScript, PHP, Python, and Ruby). The CodeSearchNet Corpus also contains automatically generated query-like natural language for 2 million functions, obtained from mechanically scraping and preprocessing associated function documentation.
- Лицензия : Разная
- Версия : 1.0.0
- Расколы :
Расколоть | Примеры |
---|---|
'test' | 14291 |
'train' | 317832 |
'validation' | 14242 |
- Функции :
{
"repository_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_path_in_repository": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"whole_func_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"language": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"func_documentation_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_documentation_tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"split_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_url": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
питон
Используйте следующую команду, чтобы загрузить этот набор данных в TFDS:
ds = tfds.load('huggingface:code_search_net/python')
- Описание :
CodeSearchNet corpus contains about 6 million functions from open-source code spanning six programming languages (Go, Java, JavaScript, PHP, Python, and Ruby). The CodeSearchNet Corpus also contains automatically generated query-like natural language for 2 million functions, obtained from mechanically scraping and preprocessing associated function documentation.
- Лицензия : Разная
- Версия : 1.0.0
- Расколы :
Расколоть | Примеры |
---|---|
'test' | 22176 |
'train' | 412178 |
'validation' | 23107 |
- Функции :
{
"repository_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_path_in_repository": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"whole_func_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"language": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"func_documentation_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_documentation_tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"split_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_url": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
javascript
Используйте следующую команду, чтобы загрузить этот набор данных в TFDS:
ds = tfds.load('huggingface:code_search_net/javascript')
- Описание :
CodeSearchNet corpus contains about 6 million functions from open-source code spanning six programming languages (Go, Java, JavaScript, PHP, Python, and Ruby). The CodeSearchNet Corpus also contains automatically generated query-like natural language for 2 million functions, obtained from mechanically scraping and preprocessing associated function documentation.
- Лицензия : Разная
- Версия : 1.0.0
- Расколы :
Расколоть | Примеры |
---|---|
'test' | 6483 |
'train' | 123889 |
'validation' | 8253 |
- Функции :
{
"repository_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_path_in_repository": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"whole_func_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"language": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"func_documentation_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_documentation_tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"split_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_url": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
рубин
Используйте следующую команду, чтобы загрузить этот набор данных в TFDS:
ds = tfds.load('huggingface:code_search_net/ruby')
- Описание :
CodeSearchNet corpus contains about 6 million functions from open-source code spanning six programming languages (Go, Java, JavaScript, PHP, Python, and Ruby). The CodeSearchNet Corpus also contains automatically generated query-like natural language for 2 million functions, obtained from mechanically scraping and preprocessing associated function documentation.
- Лицензия : Разная
- Версия : 1.0.0
- Расколы :
Расколоть | Примеры |
---|---|
'test' | 2279 |
'train' | 48791 |
'validation' | 2209 |
- Функции :
{
"repository_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_path_in_repository": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"whole_func_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"language": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"func_documentation_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_documentation_tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"split_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_url": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
php
Используйте следующую команду, чтобы загрузить этот набор данных в TFDS:
ds = tfds.load('huggingface:code_search_net/php')
- Описание :
CodeSearchNet corpus contains about 6 million functions from open-source code spanning six programming languages (Go, Java, JavaScript, PHP, Python, and Ruby). The CodeSearchNet Corpus also contains automatically generated query-like natural language for 2 million functions, obtained from mechanically scraping and preprocessing associated function documentation.
- Лицензия : Разная
- Версия : 1.0.0
- Расколы :
Расколоть | Примеры |
---|---|
'test' | 28391 |
'train' | 523712 |
'validation' | 26015 |
- Функции :
{
"repository_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_path_in_repository": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"whole_func_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"language": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"func_documentation_string": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_documentation_tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"split_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"func_code_url": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}