YorubaCNN / sent_model /config.json
Testys's picture
Streamlit code completed
451b794
raw
history blame contribute delete
253 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}
}