📜 History-Aware Commit Message Completion 🔮
All the resources for our ASE'23 paper!
Paper • 2308.07655 • PublishedNote Check our companion website https://commit-chronicle.github.io/ for an overview and extra materials!
JetBrains-Research/commit-chronicle
Viewer • Updated • 10.9M • 1.66k • 6Note Our dataset used to train and evaluate all our models for commit message generation (and completion) tasks.
JetBrains-Research/cmg-codet5-without-history
Text2Text Generation • Updated • 28Note The CodeT5-base model, fine-tuned for commit message generation on the CommitChronicle dataset with commit diffs only.
JetBrains-Research/cmg-codet5-with-history
Text2Text Generation • Updated • 2 • 1Note The CodeT5-base model, fine-tuned for commit message generation on the CommitChronicle dataset with commit diffs and commit message history.
JetBrains-Research/cmg-codereviewer-without-history
Text2Text Generation • Updated • 21 • 3Note The CodeReviewer model, fine-tuned for commit message generation on the CommitChronicle dataset with commit diffs only.
JetBrains-Research/cmg-codereviewer-with-history
Text2Text Generation • Updated • 19 • 2Note The CodeReviewer model, fine-tuned for commit message generation on the CommitChronicle dataset with commit diffs and commit message history.
JetBrains-Research/cmg-race-without-history
Text2Text Generation • Updated • 6Note The RACE model on top of CodeT5-base, fine-tuned for commit message generation on the CommitChronicle dataset with commit diffs only.
JetBrains-Research/cmg-race-with-history
Text2Text Generation • Updated • 14Note The RACE model on top of CodeT5-base, fine-tuned for commit message generation on the CommitChronicle dataset with commit diffs and commit message history.