YorubaCNN / sent_model /config.json
Testys's picture
Commiting for the Changes made for config.json and main.py
b8cf6ae
raw
history blame
245 Bytes
{"model_type": "CNNForSentimentAnalysis", "num_classes": 2, "max_length": 128, "pretrained_model_name": "Davlan/naija-twitter-sentiment-afriberta-large", "id2label": {"0": "negative", "1": "positive"}, "label2id": {"negative": 0, "positive": 1}}