SinclairSchneider commited on
Commit
0ad580b
·
verified ·
1 Parent(s): 37c03fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -12,6 +12,7 @@ datasets:
12
  This classifier tells whether a German text is a political text or not.
13
  It is based on the model ikim-uk-essen/geberta-base and trained on the dataset SinclairSchneider/trainset_political_text_yes_no_german.
14
  The train script can be found under this [link](https://huggingface.co/SinclairSchneider/german_politic_DeBERTa-v2-base/blob/main/train.py)
 
15
 
16
  ```python
17
  from transformers import pipeline
 
12
  This classifier tells whether a German text is a political text or not.
13
  It is based on the model ikim-uk-essen/geberta-base and trained on the dataset SinclairSchneider/trainset_political_text_yes_no_german.
14
  The train script can be found under this [link](https://huggingface.co/SinclairSchneider/german_politic_DeBERTa-v2-base/blob/main/train.py)
15
+ The model achieved an F1 score of 0.99 on the testset.
16
 
17
  ```python
18
  from transformers import pipeline