lingua / config.json
rudaoshi's picture
Upload folder using huggingface_hub
975e186 verified
Raw
History Blame Contribute Delete
235 Bytes
{
"bert_model_name": "bert-base-cased",
"bert_hidden_size": 768,
"label_num": 37,
"arc_hidden_size": 512,
"rel_hidden_size": 256,
"node_hidden_size": 256,
"dropout": 0.1,
"word_pooling": "mean",
"num_node_types": 15
}