twitter140-sentiment-analysis/roberta_year_text/config.py
2021-11-03 11:41:28 +01:00

9 lines
124 B
Python

LABELS_DICT = {'positive':0,
'negative':1}
LABELS_LIST = ['positive',
'negative']
MODEL = 'roberta-base'