Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Git Commit Message Generator (Reasoning Version)
|
2 |
|
3 |
Welcome to the **Git Commit Message Generator**—an AI-powered tool that turns your code diffs into clear, meaningful commit messages with detailed reasoning. Hosted on Hugging Face, this reasoning version not only provides a commit message but also explains the thought process behind it, making your commit history more transparent and informative.
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- Tavernari/git-commit-message-dt
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
pipeline_tag: summarization
|
7 |
+
tags:
|
8 |
+
- git
|
9 |
+
- commit
|
10 |
+
- message
|
11 |
+
---
|
12 |
# Git Commit Message Generator (Reasoning Version)
|
13 |
|
14 |
Welcome to the **Git Commit Message Generator**—an AI-powered tool that turns your code diffs into clear, meaningful commit messages with detailed reasoning. Hosted on Hugging Face, this reasoning version not only provides a commit message but also explains the thought process behind it, making your commit history more transparent and informative.
|