CoolFace
30 shown

datasets

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

Clear all
01hrishizone /Java-GitHub-Codestext1M<n<10M1 likes2.9k downloads1y agoHugging Face02XEUIPR /Java-Code-Large-text-onlyJava-Code-Large Java-Code-Large is a large-scale corpus of publicly available Java source code comprising more than 15 million java codes. The dataset is designed to support research in large language model (LLM) pretraining, code intelligence, software engineering automation, and program analysis. By providing a high-volume, language-specific corpus, Java-Code-Large enables systematic experimentation in Java-focused model training, domain adaptation, and downstream code understanding tasks.… See the full description on the dataset page: https://huggingface.co/datasets/XEUIPR/Java-Code-Large-text-only.texttext-generation10M<n<100M0 likes2.3k downloads15d agoHugging Face03ajibawa-2023 /Java-Code-LargeJava-Code-Large Java-Code-Large is a large-scale corpus of publicly available Java source code comprising more than 15 million java codes. The dataset is designed to support research in large language model (LLM) pretraining, code intelligence, software engineering automation, and program analysis. By providing a high-volume, language-specific corpus, Java-Code-Large enables systematic experimentation in Java-focused model training, domain adaptation, and downstream code understanding tasks.… See the full description on the dataset page: https://huggingface.co/datasets/ajibawa-2023/Java-Code-Large.texttext-generation10M<n<100M34 likes1.1k downloads7mo agoHugging Face04sanjaykz /Java-codetexttext-generation100K<n<1M2 likes794 downloads11mo agoHugging Face05marcelo1234 /Java-Code-LargeJava-Code-Large Java-Code-Large is a large-scale corpus of publicly available Java source code comprising more than 15 million java codes. The dataset is designed to support research in large language model (LLM) pretraining, code intelligence, software engineering automation, and program analysis. By providing a high-volume, language-specific corpus, Java-Code-Large enables systematic experimentation in Java-focused model training, domain adaptation, and downstream code understanding tasks.… See the full description on the dataset page: https://huggingface.co/datasets/marcelo1234/Java-Code-Large.texttext-generation10M<n<100M2 likes616 downloads4mo agoHugging Face06jitx /Methods2Test_java_unit_test_code Dataset Description Microsoft created this large dataset of Java Junit test cases with its corresponding focal methods. It contains 780k pairs of JUnit test cases and focal methods which were extracted from a total of 91K Java open source project hosted on GitHub. The mapping between test case and focal methods are based heuristics rules and Java developer's best practice. More information could be found here: methods2test Github repo Methods2Test: A dataset of focal methods… See the full description on the dataset page: https://huggingface.co/datasets/jitx/Methods2Test_java_unit_test_code.texttext-generation100K<n<1M18 likes456 downloads3y agoHugging Face07semeru /code-code-translation-java-csharp Dataset is imported from CodeXGLUE and pre-processed using their script. Where to find in Semeru: The dataset can be found at /nfs/semeru/semeru_datasets/code_xglue/code-to-code/code-to-code-trans in Semeru CodeXGLUE -- Code2Code Translation Task Definition Code translation aims to migrate legacy software from one programming language in a platform toanother. In CodeXGLUE, given a piece of Java (C#) code, the task is to translate the code into C#… See the full description on the dataset page: https://huggingface.co/datasets/semeru/code-code-translation-java-csharp.text10K<n<100K2 likes451 downloads3y agoHugging Face08dmsovetov /codeparrot-javatext10M<n<100M0 likes409 downloads2y agoHugging Face09Nan-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 Face10Ujjwal-Tyagi /Java-Code-LargeJava-Code-Large Java-Code-Large is a large-scale corpus of publicly available Java source code comprising more than 15 million java codes. The dataset is designed to support research in large language model (LLM) pretraining, code intelligence, software engineering automation, and program analysis. By providing a high-volume, language-specific corpus, Java-Code-Large enables systematic experimentation in Java-focused model training, domain adaptation, and downstream code understanding tasks.… See the full description on the dataset page: https://huggingface.co/datasets/Ujjwal-Tyagi/Java-Code-Large.texttext-generation10M<n<100M0 likes304 downloads6mo agoHugging Face11semeru /Text-Code-concode-Java Dataset is imported from CodeXGLUE and pre-processed using their script. Where to find in Semeru: The dataset can be found at /nfs/semeru/semeru_datasets/code_xglue/text-to-code/concode in Semeru CodeXGLUE -- Text2Code Generation Here are the dataset and pipeline for text-to-code generation task. Task Definition Generate source code of class member functions in Java, given natural language description and class environment. Class environment is the… See the full description on the dataset page: https://huggingface.co/datasets/semeru/Text-Code-concode-Java.text100K<n<1M5 likes267 downloads3y agoHugging Face12CM /codexglue_code2text_java Dataset Card for "codexglue_code2text_java" More Information needed text100K<n<1M4 likes201 downloads3y agoHugging Face13AlgorithmicResearchGroup /arxiv_java_research_code Dataset Card for "arxiv_java_research_code" More Information needed tabular100K<n<1M1 likes147 downloads3y agoHugging Face14JoaoJunior /formatted-java-preprocessed-code-APR Dataset Card for "formatted-java-preprocessed-code-APR" More Information needed text100K<n<1M1 likes139 downloads3y agoHugging Face15semeru /code-text-java Dataset is imported from CodeXGLUE and pre-processed using their script. Where to find in Semeru: The dataset can be found at /nfs/semeru/semeru_datasets/code_xglue/code-to-text/java in Semeru CodeXGLUE -- Code-To-Text Task Definition The task is to generate natural language comments for a code, and evaluted by smoothed bleu-4 score. Dataset The dataset we use comes from CodeSearchNet and we filter the dataset as the following: Remove… See the full description on the dataset page: https://huggingface.co/datasets/semeru/code-text-java.text100K<n<1M3 likes126 downloads4y agoHugging Face16semeru /code-code-CodeRefinement-Java-Medium Dataset is imported from CodeXGLUE and pre-processed using their script. Where to find in Semeru: The dataset can be found at /nfs/semeru/semeru_datasets/code_xglue/code-to-code/code-refinement/data/medium in Semeru Task Definition Code refinement aims to automatically fix bugs in the code, which can contribute to reducing the cost of bug-fixes for developers. In CodeXGLUE, given a piece of Java code with bugs, the task is to remove the bugs to output the… See the full description on the dataset page: https://huggingface.co/datasets/semeru/code-code-CodeRefinement-Java-Medium.0 likes121 downloads3y agoHugging Face17paulh27 /java_code_api_generationtext1M<n<10M3 likes115 downloads2y agoHugging Face18Ayan987 /Java-Code-LargeJava-Code-Large Java-Code-Large is a large-scale corpus of publicly available Java source code comprising more than 15 million java codes. The dataset is designed to support research in large language model (LLM) pretraining, code intelligence, software engineering automation, and program analysis. By providing a high-volume, language-specific corpus, Java-Code-Large enables systematic experimentation in Java-focused model training, domain adaptation, and downstream code understanding tasks.… See the full description on the dataset page: https://huggingface.co/datasets/Ayan987/Java-Code-Large.texttext-generation10M<n<100M0 likes107 downloads6mo agoHugging Face19Nan-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 Face20JoaoJunior /formatted-java-code-APR Dataset Card for "formatted-java-code-APR" More Information needed text1M<n<10M1 likes87 downloads3y agoHugging Face21Naholav /llama3.2-java-codegen-90sft-10meta-claude-v1 LLaMA 3.2 Java Code Generation Dataset (90% SFT, 10% Meta Annotated with Claude) This dataset contains 100,000 examples for Java method generation based on natural language instructions. It is built from the CodeXGLUE text-to-code dataset and designed to support both pure supervised fine-tuning (SFT) and reflection-based meta-learning approaches using Claude 4 Sonnet as the critique model. 🚀 Trained Models Two models have been trained on this dataset: SFT Model:… See the full description on the dataset page: https://huggingface.co/datasets/Naholav/llama3.2-java-codegen-90sft-10meta-claude-v1.texttext-generation100K<n<1M1 likes82 downloads1y agoHugging Face22CoIR-Retrieval /CodeSearchNet-ccr-java-queries-corpus Dataset Card for "CodeSearchNet-ccr-java-queries-corpus" More Information needed text100K<n<1M0 likes73 downloads2y agoHugging Face23samaxr /code-search-net-javatext100K<n<1M0 likes72 downloads3y agoHugging Face24CoIR-Retrieval /CodeSearchNet-java-queries-corpus Dataset Card for "CodeSearchNet-java-queries-corpus" More Information needed text100K<n<1M0 likes66 downloads2y agoHugging Face25CoIR-Retrieval /CodeSearchNet-java-qrels Dataset Card for "CodeSearchNet-java-qrels" More Information needed text100K<n<1M0 likes56 downloads2y agoHugging Face26AmareshHebbar /leetcode-codegen-java LeetCode Code-Gen Dataset — Java 4068 rows. Given a problem statement, its input/output examples, and a required algorithm/technique, generate a correct Java solution. Part of a 4-language collection built from the same source: see the sibling Python, Java, C++, and JavaScript datasets. Verification Not execution-verified. There is currently no compiler/runtime harness for this language in the build pipeline (only Python has one). Rows are extracted directly from… See the full description on the dataset page: https://huggingface.co/datasets/AmareshHebbar/leetcode-codegen-java.texttext-generation1K<n<10K0 likes55 downloads3mo agoHugging Face27CoIR-Retrieval /CodeSearchNet-ccr-java-qrels Dataset Card for "CodeSearchNet-ccr-java-qrels" More Information needed text100K<n<1M0 likes53 downloads2y agoHugging Face28SuraviAkhter /c-java-source-code 🧩 Cross-Project Defect Prediction (CPDP) Dataset — C & Java Projects This repository hosts a custom dataset for Cross-Project Defect Prediction (CPDP) research, curated from a diverse collection of real-world open-source projects written in C (441 projects) and Java (98 projects).The dataset aims to support research on software defect prediction, transfer learning, and imbalanced data handling across heterogeneous programming environments. 📘 Overview Language… See the full description on the dataset page: https://huggingface.co/datasets/SuraviAkhter/c-java-source-code.tabular-classification1M<n<10M0 likes50 downloads11mo agoHugging Face29semeru /code-code-CodeRefinement-Java-Small Dataset is imported from CodeXGLUE and pre-processed using their script. Where to find in Semeru: The dataset can be found at /nfs/semeru/semeru_datasets/code_xglue/code-to-code/code-refinement/data/small in Semeru Task Definition Code refinement aims to automatically fix bugs in the code, which can contribute to reducing the cost of bug-fixes for developers. In CodeXGLUE, given a piece of Java code with bugs, the task is to remove the bugs to output the… See the full description on the dataset page: https://huggingface.co/datasets/semeru/code-code-CodeRefinement-Java-Small.0 likes48 downloads3y agoHugging Face30vitaleantonio /codereval-javatextn<1K0 likes47 downloads1y agoHugging Face

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