9 lines
124 B
Python
9 lines
124 B
Python
LABELS_DICT = {'positive':0,
|
|
'negative':1}
|
|
|
|
|
|
LABELS_LIST = ['positive',
|
|
'negative']
|
|
|
|
MODEL = 'roberta-base'
|