| { |
| "architectures": [ |
| "TheiaModel" |
| ], |
| "auto_map": { |
| "AutoConfig": "theia_model.TheiaConfig", |
| "AutoModel": "theia_model.TheiaModel" |
| }, |
| "backbone": "facebook/deit-base-patch16-224", |
| "feature_neck": false, |
| "feature_neck_hidden_dim": 256, |
| "feature_neck_nonlinearity": "relu", |
| "feature_reduce_method": null, |
| "forward_neck": false, |
| "image_size": 224, |
| "num_reg_tokens": 0, |
| "pretrained": false, |
| "target_feature_sizes": { |
| "facebook/dinov2-large": [ |
| 1024, |
| 16, |
| 16 |
| ], |
| "google/vit-huge-patch14-224-in21k": [ |
| 1280, |
| 16, |
| 16 |
| ], |
| "openai/clip-vit-large-patch14": [ |
| 1024, |
| 16, |
| 16 |
| ] |
| }, |
| "target_loss_weights": null, |
| "torch_dtype": "float32", |
| "transformers_version": "4.41.2", |
| "translator_hidden_size_factor": 1.0, |
| "translator_type": "lconv" |
| } |
|
|