Commit
•
16d6cc7
1
Parent(s):
58c72a0
Update README.md (#3)
Browse files- Update README.md (9606c992df9b0877b1694340540f4b82ce7919db)
Co-authored-by: Emma Pesjak <EmmaPesjak@users.noreply.huggingface.co>
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
|