File size: 369 Bytes
9f606aa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"architectures": [
"JinaJudge"
],
"auto_map": {
"AutoConfig": "modeling_jina_judge.JinaJudgeConfig",
"AutoModel": "modeling_jina_judge.JinaJudge"
},
"dropout_prob": 0.2,
"hidden_dim": 512,
"model_type": "jina-judge",
"n_classes": 3,
"nhead": 8,
"num_decoder_layers": 5,
"torch_dtype": "float32",
"transformers_version": "4.45.1"
}
|