CoolFace
Modelpublic

LorenzoAleCon29/roberta-large-dapt-fomc-hawkish-dovish

sourceHugging Faceupdated 2mo agoView on Hugging Face
1likes141downloads
Model Card

roberta-large-dapt - ECB hawkish/dovish/neutral classifier

Fine-tuned from LorenzoAleCon29/roberta-large-ECB-dapt on annotated ECB communication (press conference statements, speeches and monetary-policy statements). Labels: dovish, neutral, hawkish.

Test-set performance

lossaccuracyf1 macrof1 weighted
2.15460.62640.62740.6331

Usage

python
from transformers import pipeline
clf = pipeline("text-classification", model="LorenzoAleCon29/roberta-large-dapt-fomc-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