oliverguhr commited on
Commit
ae36eff
1 Parent(s): d278b26

tags added

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # German Sentiment Classification with Bert
2
 
3
  This model was trained for sentiment classification of German language texts. To achieve the best results all model inputs needs to be preprocessed with the same procedure, that was applied during the training. To simplify the usage of the model,
 
1
+ ---
2
+ language:
3
+ - de
4
+ tags:
5
+ - sentiment
6
+ - bert
7
+ license: MIT
8
+ widget:
9
+ - text: "Das ist gar nicht mal so schlecht"
10
+ metrics:
11
+ - f1
12
+ ---
13
+
14
+
15
  # German Sentiment Classification with Bert
16
 
17
  This model was trained for sentiment classification of German language texts. To achieve the best results all model inputs needs to be preprocessed with the same procedure, that was applied during the training. To simplify the usage of the model,