Update README.md
Browse files
README.md
CHANGED
|
@@ -2,15 +2,17 @@
|
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
language:
|
| 5 |
-
|
| 6 |
pipeline_tag: text-classification
|
| 7 |
tags:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# PopEuroBERT-210m
|
|
@@ -44,6 +46,7 @@ This model is a fine-tuned version of [EuroBERT-210m](https://huggingface.co/Eur
|
|
| 44 |
To use the model in Python:
|
| 45 |
|
| 46 |
```python
|
|
|
|
| 47 |
from transformers import AutoTokenizer
|
| 48 |
from transformers import AutoModelForSequenceClassification
|
| 49 |
|
|
@@ -185,4 +188,4 @@ If you use this model or its methodology, please cite:
|
|
| 185 |
year={2025},
|
| 186 |
pages={1–17}
|
| 187 |
}
|
| 188 |
-
```
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
language:
|
| 5 |
+
- de
|
| 6 |
pipeline_tag: text-classification
|
| 7 |
tags:
|
| 8 |
+
- populism
|
| 9 |
+
- political-speech
|
| 10 |
+
- classification
|
| 11 |
+
- german
|
| 12 |
+
- Bundestag
|
| 13 |
+
- NLP
|
| 14 |
+
base_model:
|
| 15 |
+
- EuroBERT/EuroBERT-210m
|
| 16 |
---
|
| 17 |
|
| 18 |
# PopEuroBERT-210m
|
|
|
|
| 46 |
To use the model in Python:
|
| 47 |
|
| 48 |
```python
|
| 49 |
+
import torch
|
| 50 |
from transformers import AutoTokenizer
|
| 51 |
from transformers import AutoModelForSequenceClassification
|
| 52 |
|
|
|
|
| 188 |
year={2025},
|
| 189 |
pages={1–17}
|
| 190 |
}
|
| 191 |
+
```
|