Sentiment bug fixes
Pre-release
Pre-release
Fixed an issue with FinBERT
label ordering. Switched labels={0: "negative", 1: "neutral", 2: "positive"}
with labels={0: "neutral", 1: "positive", 2: "negative"}
to follow convention.