sentiment-pt-pl20-0 / sentiment /head_config.json
apwic's picture
Model save
cd62d0d verified
raw
history blame contribute delete
No virus
426 Bytes
{
"config": {
"activation_function": "tanh",
"bias": true,
"dropout_prob": null,
"head_type": "classification",
"label2id": {
"0": 0,
"1": 1
},
"layers": 2,
"num_labels": 2,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "BertAdapterModel",
"model_name": "indolem/indobert-base-uncased",
"model_type": "bert",
"name": "sentiment",
"version": "0.2.0"
}