LorenzoAleCon29/roberta-large-ecb-hawkish-dovish
013
roberta-large - ECB hawkish/dovish/neutral classifier
Fine-tuned from roberta-large on annotated ECB communication (press conference statements, speeches and monetary-policy statements). Labels: dovish, neutral, hawkish.
Test-set performance
Usage
from transformers import pipeline
clf = pipeline("text-classification", model="LorenzoAleCon29/roberta-large-ecb-hawkish-dovish")
clf("Inflationary pressures warrant a tightening of the policy stance.")Training curves, trainer states and full reports: https://github.com/LorenzoAlessandro/BdF-Project
