twitter140-sentiment-analysis/roberta_year_text_only_day/config.py

9 lines
124 B
Python
Raw Normal View History

2021-11-04 16:46:35 +01:00
LABELS_DICT = {'positive':0,
'negative':1}
LABELS_LIST = ['positive',
'negative']
MODEL = 'roberta-base'