TPIPS-Embed-Qwen3VL-8B / config.json
sywang's picture
Add TPIPS backbone family metadata
86a1493 verified
Raw
History Blame Contribute Delete
323 Bytes
{
"model": {
"type": "embedding",
"name": "Qwen/Qwen3-VL-Embedding-8B",
"torch_dtype": "bfloat16",
"use_lora": true,
"lora_r": 16,
"lora_alpha": 32,
"lora_dropout": 0.05,
"similarity_pooling": "last_token",
"similarity_temperature": 0.05,
"backbone_family": "qwen3_vl_embed"
}
}