CoolFace
22 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01code-search-net /code_search_net Dataset Card for CodeSearchNet corpus Dataset Summary CodeSearchNet corpus is a dataset of 2 milllion (comment, code) pairs from opensource libraries hosted on GitHub. It contains code and documentation for several programming languages. CodeSearchNet corpus was gathered to support the CodeSearchNet challenge, to explore the problem of code retrieval using natural language. Supported Tasks and Leaderboards language-modeling: The dataset can be used to… See the full description on the dataset page: https://huggingface.co/datasets/code-search-net/code_search_net.texttext-generation1M<n<10M338 likes32k downloads7mo agoHugging Face02Nan-Do /code-search-net-python Dataset Card for "code-search-net-python" Dataset Description Homepage: None Repository: https://huggingface.co/datasets/Nan-Do/code-search-net-python Paper: None Leaderboard: None Point of Contact: @Nan-Do Dataset Summary This dataset is the Python portion of the CodeSarchNet annotated with a summary column.The code-search-net dataset includes open source functions that include comments found at GitHub.The summary is a short description of what the… See the full description on the dataset page: https://huggingface.co/datasets/Nan-Do/code-search-net-python.texttext-generation100K<n<1M30 likes4.1k downloads3y agoHugging Face03Nan-Do /instructional_code-search-net-python Dataset Card for "instructional_code-search-net-python" Dataset Summary This is an instructional dataset for Python. The dataset contains two different kind of tasks: Given a piece of code generate a description of what it does. Given a description generate a piece of code that fulfils the description. Languages The dataset is in English. Data Splits There are no splits. Dataset Creation May of 2023 Curation Rationale This… See the full description on the dataset page: https://huggingface.co/datasets/Nan-Do/instructional_code-search-net-python.texttext-generation100K<n<1M36 likes972 downloads3y agoHugging Face04claudios /code_search_net CodeSearchNet This is an unofficial reupload of the code_search_net dataset in the parquet format. I have also removed the columns func_code_tokens, func_documentation_tokens, and split_name as they are not relevant. The original repository relies on a Python module that is downloaded and executed to unpack the dataset, which is a potential security risk but importantly raises an annoying warning. As a plus, parquets load faster. Original model card: Dataset Card for… See the full description on the dataset page: https://huggingface.co/datasets/claudios/code_search_net.texttext-generation1M<n<10M11 likes535 downloads2y agoHugging Face05Nan-Do /code-search-net-java Dataset Card for "code-search-net-java" Dataset Summary This dataset is the Java portion of the CodeSarchNet annotated with a summary column.The code-search-net dataset includes open source functions that include comments found at GitHub.The summary is a short description of what the function does. Languages The dataset's comments are in English and the functions are coded in Java Data Splits Train, test, validation labels are included in the… See the full description on the dataset page: https://huggingface.co/datasets/Nan-Do/code-search-net-java.textsummarization100K<n<1M4 likes359 downloads3y agoHugging Face06LeeXugar /SWE-smith-code-search SWE-smith Code Search SWE-smith Code Search is a code-localization training dataset derived from SWE-bench/SWE-smith-py. It converts each eligible SWE-smith mutation patch into structured file, class/module, and function/method targets. The release contains 39,291 examples from 131 Python repositories and is intended for training and evaluating coding agents that must locate relevant code before editing it. 中文简介:本数据集从 SWE-smith Python 原始任务中提取文件、类/模块、函数/方法三级 代码定位标签,可直接用于 Code… See the full description on the dataset page: https://huggingface.co/datasets/LeeXugar/SWE-smith-code-search.texttext-generation10K<n<100K0 likes174 downloads1mo agoHugging Face07Nan-Do /code-search-net-javascript Dataset Card for "code-search-net-javascript" Dataset Summary This dataset is the JavaScript portion of the CodeSarchNet annotated with a summary column.The code-search-net dataset includes open source functions that include comments found at GitHub.The summary is a short description of what the function does. Languages The dataset's comments are in English and the functions are coded in JavaScript Data Splits Train, test, validation labels are… See the full description on the dataset page: https://huggingface.co/datasets/Nan-Do/code-search-net-javascript.texttext-generation100K<n<1M7 likes147 downloads3y agoHugging Face08malteklaes /cpp-code-code_search_net-style C++ Dataset documentation source: https://huggingface.co/docs/datasets/main/en/repository_structure Supported Tasks and Leaderboards language-modeling: The dataset can be used to train a model for modelling programming languages, which consists in building language models for programming languages. Language C++ programming language Dataset Structure Data Instances A data point consists of a function code along with its documentation.… See the full description on the dataset page: https://huggingface.co/datasets/malteklaes/cpp-code-code_search_net-style.texttext-generation10K<n<100K1 likes137 downloads2y agoHugging Face09Nan-Do /reason_code-search-net-python Dataset Card for "reason_code-search-net-python" Dataset Summary This dataset is an instructional dataset for Python.The dataset contains five different kind of tasks. Given a Python 3 function: Type 1: Generate a summary explaining what it does. (For example: This function counts the number of objects stored in the jsonl file passed as input.) Type 2: Generate a summary explaining what its input parameters represent ("For example: infile: a file descriptor of a file… See the full description on the dataset page: https://huggingface.co/datasets/Nan-Do/reason_code-search-net-python.textsummarization100K<n<1M18 likes115 downloads3y agoHugging Face10khemprogrammer /code-search-net-python Dataset Card for "code-search-net-python" Dataset Description Homepage: None Repository: https://huggingface.co/datasets/Nan-Do/code-search-net-python Paper: None Leaderboard: None Point of Contact: @Nan-Do Dataset Summary This dataset is the Python portion of the CodeSarchNet annotated with a summary column.The code-search-net dataset includes open source functions that include comments found at GitHub.The summary is a short description of what the… See the full description on the dataset page: https://huggingface.co/datasets/khemprogrammer/code-search-net-python.texttext-generation100K<n<1M0 likes111 downloads8mo agoHugging Face11Nan-Do /instructional_code-search-net-java Dataset Card for "instructional_code-search-net-java" Dataset Summary This is an instructional dataset for Java. The dataset contains two different kind of tasks: Given a piece of code generate a description of what it does. Given a description generate a piece of code that fulfils the description. Languages The dataset is in English. Data Splits There are no splits. Dataset Creation May of 2023 Curation Rationale This dataset… See the full description on the dataset page: https://huggingface.co/datasets/Nan-Do/instructional_code-search-net-java.texttext-generation100K<n<1M1 likes106 downloads3y agoHugging Face12Zzzzzxl /code_search_net Dataset Card for CodeSearchNet corpus Dataset Summary CodeSearchNet corpus is a dataset of 2 milllion (comment, code) pairs from opensource libraries hosted on GitHub. It contains code and documentation for several programming languages. CodeSearchNet corpus was gathered to support the CodeSearchNet challenge, to explore the problem of code retrieval using natural language. Supported Tasks and Leaderboards language-modeling: The dataset can be used… See the full description on the dataset page: https://huggingface.co/datasets/Zzzzzxl/code_search_net.texttext-generation1M<n<10M0 likes106 downloads3mo agoHugging Face13Nan-Do /instructional_code-search-net-javacript Dataset Card for "instructional_code-search-net-javacript" Dataset Summary This is an instructional dataset for JavaScript. The dataset contains two different kind of tasks: Given a piece of code generate a description of what it does. Given a description generate a piece of code that fulfils the description. Languages The dataset is in English. Data Splits There are no splits. Dataset Creation May of 2023 Curation Rationale… See the full description on the dataset page: https://huggingface.co/datasets/Nan-Do/instructional_code-search-net-javacript.texttext-generation100K<n<1M4 likes100 downloads3y agoHugging Face14Nan-Do /code-search-net-php Dataset Card for "code-search-net-php" Dataset Summary This dataset is the Php portion of the CodeSarchNet annotated with a summary column.The code-search-net dataset includes open source functions that include comments found at GitHub.The summary is a short description of what the function does. Languages The dataset's comments are in English and the functions are coded in Php Data Splits Train, test, validation labels are included in the dataset… See the full description on the dataset page: https://huggingface.co/datasets/Nan-Do/code-search-net-php.texttext-generation100K<n<1M1 likes95 downloads3y agoHugging Face15Nan-Do /code-search-net-ruby Dataset Card for "code-search-net-ruby" Dataset Summary This dataset is the Ruby portion of the CodeSarchNet annotated with a summary column.The code-search-net dataset includes open source functions that include comments found at GitHub.The summary is a short description of what the function does. Languages The dataset's comments are in English and the functions are coded in Ruby Data Splits Train, test, validation labels are included in the… See the full description on the dataset page: https://huggingface.co/datasets/Nan-Do/code-search-net-ruby.texttext-generation10K<n<100K2 likes86 downloads3y agoHugging Face16Nan-Do /instructional_code-search-net-php Dataset Card for "instructional_code-search-net-php" Dataset Summary This is an instructional dataset for PHP. The dataset contains two different kind of tasks: Given a piece of code generate a description of what it does. Given a description generate a piece of code that fulfils the description. Languages The dataset is in English. Data Splits There are no splits. Dataset Creation May of 2023 Curation Rationale This dataset… See the full description on the dataset page: https://huggingface.co/datasets/Nan-Do/instructional_code-search-net-php.texttext-generation100K<n<1M3 likes77 downloads3y agoHugging Face17Nan-Do /code-search-net-go Dataset Card for "code-search-net-go" Dataset Summary This dataset is the Go portion of the CodeSarchNet annotated with a summary column.The code-search-net dataset includes open source functions that include comments found at GitHub.The summary is a short description of what the function does. Languages The dataset's comments are in English and the functions are coded in Go Data Splits Train, test, validation labels are included in the dataset as… See the full description on the dataset page: https://huggingface.co/datasets/Nan-Do/code-search-net-go.texttext-generation100K<n<1M1 likes75 downloads3y agoHugging Face18Nan-Do /instructional_code-search-net-ruby Dataset Card for "instructional_code-search-net-ruby" Dataset Summary This is an instructional dataset for Ruby. The dataset contains two different kind of tasks: Given a piece of code generate a description of what it does. Given a description generate a piece of code that fulfils the description. Languages The dataset is in English. Data Splits There are no splits. Dataset Creation May of 2023 Curation Rationale This dataset… See the full description on the dataset page: https://huggingface.co/datasets/Nan-Do/instructional_code-search-net-ruby.texttext-generation10K<n<100K4 likes55 downloads3y agoHugging Face19Arinkc /pydoc-llama-codesearchnet-curated PyDoc-Llama: Curated Python Docstring Dataset A curated subset of CodeSearchNet specifically prepared for supervised fine-tuning of Llama 3.1 8B to generate Google-style Python docstrings. Dataset Summary Source: CodeSearchNet (Python subset, 412,178 raw examples) Final size: 24,970 examples Format: Llama 3.1 chat conversations (system + user + assistant messages) Target output: Google-style Python docstrings Curation Pipeline Multi-criteria quality filter… See the full description on the dataset page: https://huggingface.co/datasets/Arinkc/pydoc-llama-codesearchnet-curated.texttext-generation10K<n<100K0 likes31 downloads4mo agoHugging Face20sm1rk /modified-codesearchnet-code-summarization Modified CodeSearchNet (MCSN) Dataset This dataset is a modification of the CodeSearchNet dataset from CodeXGLUE benchmark, designed for evaluating code summarization models beyond the function level. It explores the impact of function and repository contexts on summary quality. The dataset includes modifications for evaluating at both function and repository levels. Paper: Code Summarization Beyond Function Level Dataset Structure: The dataset contains samples with the following… See the full description on the dataset page: https://huggingface.co/datasets/sm1rk/modified-codesearchnet-code-summarization.textsummarizationn<1K1 likes30 downloads2y agoHugging Face21Ayushnielit /code_search_netCodeSearchNet 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.text-generation100K<n<1M0 likes17 downloads8mo agoHugging Face22namyi /code_search_net_kotlin Dataset Summary This dataset was converted based on code_search_net (https://huggingface.co/datasets/code-search-net/code_search_net) Languages Kotlin programming language C++ programming language Data Instances A data point consists of a function code along with its documentation. Each data point also contains meta data on the function, such as the repository it was extracted from. { 'id': '0', 'repository_name': 'organisation/repository'… See the full description on the dataset page: https://huggingface.co/datasets/namyi/code_search_net_kotlin.texttext-generation10K<n<100K0 likes14 downloads6mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.