Instructions to use schlenker/parl-german-mope with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use schlenker/parl-german-mope with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="schlenker/parl-german-mope")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("schlenker/parl-german-mope") model = AutoModelForTokenClassification.from_pretrained("schlenker/parl-german-mope") - Notebooks
- Google Colab
- Kaggle
Annotation Layer: MoPE
This model is part of GePaDeU, which equips parliamentary debates of the German Bundestag with rich semantic and pragmatic information across multiple annotation layers.
parl-german-mope is trained on parliamentary speeches to tag a sequence with Mentions of the People and the Elite (MoPE).
π Model Overview
- Task Type: Token classification
- Base Model: GBERT base
- Fine-tuning method: full fine-tuning
- Language: German
π Dataset
Models were trained and evaluated on 267 manually annotated parliamentary speeches from the German Bundestag, ranging from 2017-2021, resulting in 9,297 annotated mentions.
ποΈ Model Training
π Evaluation
π How to Use
Please, refer to our GitHub repo for detailed instructions on the required input format and how to run the model.
β οΈ Limitations
- Downloads last month
- 1
Model tree for schlenker/parl-german-mope
Base model
google-bert/bert-base-german-cased