How to get the Dominance score?
#1
by
truongnguyenxuanvinh
- opened
Hi
I am using this
pip = pipeline("text-classification", model="hplisiecki/word2affect_english", return_all_scores=True)
to get the valence and arousal scores.
But, how can we get the dominance score as well?
Cheers.
I am pretty sure you can't just plug this model into the huggingface pipelines. Use it as per the model card if you want to. Otherwise I can't help you.
If you have any issues with the instruction already present in the model card let me know.