Add a model card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- code
|
| 5 |
+
- en
|
| 6 |
+
datasets:
|
| 7 |
+
- saridormi/commit-message-quality
|
| 8 |
+
tags:
|
| 9 |
+
- code
|
| 10 |
+
- commit_message_generation
|
| 11 |
+
widget:
|
| 12 |
+
- text: "Fix README"
|
| 13 |
+
- text: "Add backoff on exceptions from OpenAI API & make pip requirements up-to-date"
|
| 14 |
---
|
| 15 |
+
|
| 16 |
+
# Commit Message Quality Classifier
|
| 17 |
+
|
| 18 |
+
This is the checkpoint for [CodeBERT](https://huggingface.co/microsoft/codebert-base) model, fine-tuned for the commit message quality classification. It was used during processing of the [Commit Message Generation dataset](https://huggingface.co/datasets/JetBrains-Research/lca-commit-message-generation) from
|
| 19 |
+
🏟️ [Long Code Arena benchmark](https://huggingface.co/spaces/JetBrains-Research/long-code-arena).
|
| 20 |
+
|
| 21 |
+
🔍 For further details, please refer to:
|
| 22 |
+
* **Repository**: TODO
|