EmmaPesjak
commited on
Commit
•
9606c99
1
Parent(s):
58c72a0
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
Git commit messages are categorized into the following categories:
|
3 |
1. Adaptive - Adaptive activities are functional activities and involve making modifications
|
4 |
to the software to ensure it remains compatible with new environments. Examples of these are
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-classification
|
3 |
+
base_model: vinai/bertweet-base
|
4 |
+
widget:
|
5 |
+
- text: "Jens Peter Hansen kommer fra Danmark"
|
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:
|
9 |
1. Adaptive - Adaptive activities are functional activities and involve making modifications
|
10 |
to the software to ensure it remains compatible with new environments. Examples of these are
|