File size: 373 Bytes
e5f5205 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"architectures": [
"HiSenTrans"
],
"dropout": 0.2,
"max_doc_len": 4500,
"max_sent_len": 256,
"model_type": "hierarchical-sentence-transformer-v2",
"n_head": 8,
"num_aux_smlm_labels": 384,
"num_aux_spo_labels": 1,
"num_aux_tssp_labels": 3,
"num_layers": 2,
"num_main_labels": 0,
"torch_dtype": "float32",
"transformers_version": "4.46.0"
}
|