Spaces:
Sleeping
Sleeping
File size: 398 Bytes
a874f18 |
1 2 3 4 5 6 7 8 |
base_model = 'mrcaelumn/yelp_restaurant_review_sentiment_analysis'
senti_map = {'LABEL_2': 'Positive', 'LABEL_0': 'Negative', 'LABEL_1': 'Neutral'}
absa_model = ("tomaarsen/setfit-absa-paraphrase-mpnet-base-v2-restaurants-aspect",
"tomaarsen/setfit-absa-paraphrase-mpnet-base-v2-restaurants-polarity")
senti_color = {'positive': 'aqua', 'neutral': 'gray', 'negative': 'orange'} |