perfectmind's picture
Update config.json
d4971a4 verified
{
"_name_or_path": "Deep_Learning_Twitter_Sentiment_Analysis_Model",
"activation": "sigmoid",
"architectures": [
"TFBertModel"
],
"dim": 128,
"label2id": {
"negative": 0,
"neutral": 0.5,
"positive": 1
},
"dropout": 0.5,
"hidden_dim": 64,
"model_type": "roberta",
"initializer_range": 0.02,
"max_position_embeddings": 537000,
"n_heads": 8,
"n_layers": 2,
"pad_token_id": 0,
"qa_dropout": 0.1,
"max_length ": 40,
"tie_weights_": true,
"vocab_size": 512711
}