Update README.md
Browse files
README.md
CHANGED
@@ -33,11 +33,11 @@ base_model:
|
|
33 |
|
34 |
## Overview
|
35 |
|
36 |
-
This model is a fine-tuned version of [EuroBERT-610m](https://huggingface.co/EuroBERT/EuroBERT-610m) on the [PopBERT](https://huggingface.co/luerhard/PopBERT) dataset (German Bundestag speeches) for **populist rhetoric classification**. It predicts whether a given speech excerpt contains populist language.
|
37 |
|
38 |
**Key Features:**
|
39 |
|
40 |
-
- Trained on **German Bundestag speeches** annotated for populism.
|
41 |
- Fine-tuned using **5-fold cross-validation**.
|
42 |
- Optimized with **decision threshold tuning**.
|
43 |
|
|
|
33 |
|
34 |
## Overview
|
35 |
|
36 |
+
This model is a fine-tuned version of [EuroBERT-610m](https://huggingface.co/EuroBERT/EuroBERT-610m) on the [PopBERT](https://huggingface.co/luerhard/PopBERT) dataset (sentence-level annotated German Bundestag speeches) for **populist rhetoric classification**. It predicts whether a given speech excerpt contains populist language.
|
37 |
|
38 |
**Key Features:**
|
39 |
|
40 |
+
- Trained on **German Bundestag speeches** sentence-level annotated for populism.
|
41 |
- Fine-tuned using **5-fold cross-validation**.
|
42 |
- Optimized with **decision threshold tuning**.
|
43 |
|