SkinMap / weights /embedding_pipeline_config.json
FabianGroeger's picture
SkinMap: 12-teacher ensemble + predict_meta (validated release)
4fc0ad6
Raw
History Blame Contribute Delete
2.05 kB
{
"version": 1,
"output_dir": null,
"skinmap_root": null,
"models": [
{
"source": "clip_teachers/clip_vit-large-patch14_1of4",
"type": "clip",
"is_local": true
},
{
"source": "clip_teachers/clip_vit-large-patch14_2of4",
"type": "clip",
"is_local": true
},
{
"source": "clip_teachers/clip_vit-large-patch14_3of4",
"type": "clip",
"is_local": true
},
{
"source": "clip_teachers/clip_vit-large-patch14_4of4",
"type": "clip",
"is_local": true
},
{
"source": "clip_teachers/siglip_vit-large-patch14_1of3",
"type": "clip",
"is_local": true
},
{
"source": "clip_teachers/siglip_vit-large-patch14_2of3",
"type": "clip",
"is_local": true
},
{
"source": "clip_teachers/siglip_vit-large-patch14_3of3",
"type": "clip",
"is_local": true
},
{
"source": "clip_teachers/clip_vit-base-patch32",
"type": "clip",
"is_local": true
},
{
"source": "clip_teachers/siglip_vit-base-patch32",
"type": "clip",
"is_local": true
},
{
"source": "ssl_teachers/dino_vit-base-patch16.pth",
"type": "ssl",
"is_local": true
},
{
"source": "ssl_teachers/ibot_vit-base-patch16.pth",
"type": "ssl",
"is_local": true
},
{
"source": "ssl_teachers/mae_vit-base-patch16.pth",
"type": "ssl",
"is_local": true
}
],
"svd": {
"image": null,
"text": null,
"components": null
},
"artifacts": {
"embeddings_npz": null,
"dataframe_csv": null,
"atlas_parquet": null,
"faiss_index": null
},
"vector": {
"dimension": 1024,
"column": "embedding",
"stored_in_atlas": true
},
"projector": {
"model": "projector/projector_model.pth",
"whitening_stats": "projector/whitening_stats.npz",
"config": "projector/projector_config.json",
"used": true
},
"umap": {
"model": null
},
"hybrid_retrieval": null
}