mentee-embed-v1 / model_info.json
SyedSyab's picture
Upload model_info.json with huggingface_hub
8f8591a verified
Raw
History Blame Contribute Delete
556 Bytes
{
"method": "relational_distillation",
"teacher": "intfloat/multilingual-e5-base",
"encoder_config": {
"vocab_size": 50000,
"hidden": 384,
"layers": 12,
"heads": 12,
"ffn": 1536,
"dropout": 0.1,
"max_position": 512,
"pooling": "mean",
"activation": "gelu"
},
"has_proj": true,
"param_count": {
"total": 40986624,
"trainable": 40986624,
"non_trainable": 0,
"fp32_mb": 156.4,
"bf16_fp16_mb": 78.2
},
"final_eval": {
"val_rel_mse": 0.0456,
"val_acc1": 0.7897
},
"pad_id": 0
}