robinGiri's picture
Upload NEPSE Sentiment Analyzer (97.66% accuracy) - Clean essential files only
19f5e13
{
"architectures": [
"BiLSTM-CNN"
],
"model_type": "text-classification",
"num_labels": 5,
"id2label": {
"0": "Very Negative",
"1": "Negative",
"2": "Neutral",
"3": "Positive",
"4": "Very Positive"
},
"label2id": {
"Very Negative": 0,
"Negative": 1,
"Neutral": 2,
"Positive": 3,
"Very Positive": 4
},
"max_length": 100,
"vocab_size": 10000,
"embedding_dim": 100,
"lstm_units": 64,
"cnn_filters": 128,
"kernel_size": 3
}