Update README.md
Browse files
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
|