twitter140-sentiment-analysis/roberta_year_as_token_better_finetunning/config.py

9 lines
124 B
Python
Raw Normal View History

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