CoolFace
9 results

commit-message-generation

JetBrains-Research /lca-commit-message-generation 🏟️ Long Code Arena (Commit message generation) This is the benchmark for the Commit message generation task as part of the 🏟️ Long Code Arena benchmark. The dataset is a manually curated subset of the Python test set from the 🤗 CommitChronicle dataset, tailored for larger commits. All the repositories are published under permissive licenses (MIT, Apache-2.0, and BSD-3-Clause). The datapoints can be removed upon request. How-to from datasets import load_dataset… See the full description on the dataset page: https://huggingface.co/datasets/JetBrains-Research/lca-commit-message-generation.text1K<n<10K0 likes455 downloads2y agoHugging Facehks350d /commit-message-generationA dataset for training models to generate descriptive commit messages from git diffs. Contains 13,811 examples with git diffs and corresponding commit messages in chat format suitable for instruction tuning. Dataset Statistics Number of examples: 13,811 Average text length: 960 characters Loading the Dataset from datasets import load_dataset dataset = load_dataset("hks350d/commit-message-generation") Example Usage # Load the dataset dataset =… See the full description on the dataset page: https://huggingface.co/datasets/hks350d/commit-message-generation.texttext-generation10K<n<100K0 likes61 downloads1y agoHugging Faceanon-iclr-submission /benchname-commit-message-generation 🥷 BenchName (Commit message generation) This is the benchmark for the Commit message generation task as part of the 🥷 BenchName benchmark. The dataset is a manually curated subset of the Python test set from the 🤗 CommitChronicle dataset, tailored for larger commits. All the repositories are published under permissive licenses (MIT, Apache-2.0, and BSD-3-Clause). The datapoints can be removed upon request. How-to from datasets import load_dataset dataset =… See the full description on the dataset page: https://huggingface.co/datasets/anon-iclr-submission/benchname-commit-message-generation.text1K<n<10K0 likes55 downloads1y agoHugging Faceicmlbenchname /commit-message-generation BenchName (Commit message generation) This is the benchmark for the Commit message generation task as part of the BenchName benchmark. All the repositories are published under permissive licenses (MIT, Apache-2.0, and BSD-3-Clause). The datapoints can be removed upon request. How-to from datasets import load_dataset dataset = load_dataset("icmlbenchname/commit-message-generation", split="test") Note that all the data we have is considered to be in the test split.… See the full description on the dataset page: https://huggingface.co/datasets/icmlbenchname/commit-message-generation.textn<1K0 likes26 downloads2y agoHugging Face