Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Git Diff -> Commit Message (Gemma 3 270M IT + LoRA)
|
2 |
|
3 |
A small, fast model specialized to turn a git diff into a concise, English commit message. Built on top of `google/gemma-3-270m-it` and fine-tuned with LoRA using MLX on macOS.
|
@@ -150,4 +160,4 @@ The repository’s `format_commit_message_prompt` builds the correct prompt for
|
|
150 |
## License and credits
|
151 |
|
152 |
- Base model: Google Gemma 3 (`google/gemma-3-270m-it`). Use subject to the Gemma license terms.
|
153 |
-
- Fine-tuning code: MLX and utilities in this repository. See repository license for details.
|
|
|
1 |
+
---
|
2 |
+
license: gemma
|
3 |
+
datasets:
|
4 |
+
- hks350d/commit-message-generation
|
5 |
+
- Maxscha/commitbench
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
base_model:
|
9 |
+
- google/gemma-3-270m-it
|
10 |
+
---
|
11 |
# Git Diff -> Commit Message (Gemma 3 270M IT + LoRA)
|
12 |
|
13 |
A small, fast model specialized to turn a git diff into a concise, English commit message. Built on top of `google/gemma-3-270m-it` and fine-tuned with LoRA using MLX on macOS.
|
|
|
160 |
## License and credits
|
161 |
|
162 |
- Base model: Google Gemma 3 (`google/gemma-3-270m-it`). Use subject to the Gemma license terms.
|
163 |
+
- Fine-tuning code: MLX and utilities in this repository. See repository license for details.
|