Commit
•
97a0061
1
Parent(s):
16d6cc7
Update README.md (#4)
Browse files- Update README.md (59f3c5c14229f6595f2083272977a7a60001d5bc)
Co-authored-by: Emma Pesjak <EmmaPesjak@users.noreply.huggingface.co>
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:
|