File size: 1,124 Bytes
071945c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
{
"_name_or_path": "./lycorp/clyp-eva02-b-16",
"architectures": [
"CLYPModel"
],
"auto_map": {
"AutoConfig": "configuration_clyp.CLYPConfig",
"AutoModel": "modeling_clyp.CLYPModel"
},
"itc_loss_config": null,
"learn_temperature": true,
"model_type": "clyp",
"temperature_init": 0.07,
"temperature_max": 1000.0,
"temperature_min": 0.01,
"text_encoder_config": {
"backbone_config": {
"model_name": "rinna/japanese-clip-vit-b-16"
},
"neck_config": {
"bias": false,
"in_channels": 768,
"out_channels": 512
},
"pooler_config": {
"input_type": "huggingface",
"return_patch_features": false
}
},
"torch_dtype": "float32",
"transformers_version": "4.39.1",
"vision_encoder_config": {
"backbone_config": {
"extra_kwargs": {},
"model_name": "eva02_base_patch16_clip_224.merged2b",
"pretrained": true
},
"neck_config": {
"bias": false,
"in_channels": 768,
"out_channels": 512
},
"pooler_config": {
"input_type": "timm",
"return_patch_features": false
}
}
}
|