File size: 426 Bytes
00cedaf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"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"
} |