Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,11 @@
|
|
| 2 |
pipeline_tag: text-classification
|
| 3 |
base_model: vinai/bertweet-base
|
| 4 |
widget:
|
| 5 |
-
- text: "
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
Model for classifying git commit messages. This model is based on `vinai/bertweet-base` and fine-tuned.
|
| 8 |
Git commit messages are categorized into the following categories:
|
|
|
|
| 2 |
pipeline_tag: text-classification
|
| 3 |
base_model: vinai/bertweet-base
|
| 4 |
widget:
|
| 5 |
+
- text: "Added a new feature for user input"
|
| 6 |
+
- text: "Major refactor, moved several classes and removed old code"
|
| 7 |
+
- text: "Fixed a bug"
|
| 8 |
+
- text: "Completed the README and updated docs"
|
| 9 |
+
- text: "I like turtles"
|
| 10 |
---
|
| 11 |
Model for classifying git commit messages. This model is based on `vinai/bertweet-base` and fine-tuned.
|
| 12 |
Git commit messages are categorized into the following categories:
|