Model Description
roberta-base-wechsel-german_cimt-transport is a fine-tuned RoBERTa model that is built to predict modes of transport.
Specifically, this model is a benjamin/roberta-base-wechsel-german that was fine-tuned on two datasets of public participation for urban planning.
Background
This work is based on research in the project CIMT, which investigates the chances and challenges of involving citizens in political decisions in the context of sustainable mobility transitions. (for more information, visit https://www.cimt-hhu.de/en/)
Details & Evaluation Results
tba
Usage
from transformers import AutoModelForSequenceClassification, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("juliaromberg/roberta-base-wechsel-german_cimt-transport")
model = AutoModelForSequenceClassification.from_pretrained("juliaromberg/roberta-base-wechsel-german_cimt-transport")
Citation
tba
- Downloads last month
- 110
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.