File size: 328 Bytes
edd1ff8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"config": {
"activation_function": "tanh",
"head_type": "tagging",
"label2id": {
"c": 0,
"i": 1
},
"layers": 1,
"num_labels": 2
},
"hidden_size": 768,
"model_class": "BertModelWithHeads",
"model_name": "bert-base-uncased",
"model_type": "bert",
"name": "fce_error_detection"
} |