EmmaPesjak commited on
Commit
59f3c5c
1 Parent(s): 16d6cc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -2,7 +2,11 @@
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:
 
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: