Upload model
Browse files- config.json +19 -0
 - model.safetensors +3 -0
 
    	
        config.json
    ADDED
    
    | 
         @@ -0,0 +1,19 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_name_or_path": "closp/closp-vl",
         
     | 
| 3 | 
         
            +
              "architectures": [
         
     | 
| 4 | 
         
            +
                "CLOSPModel"
         
     | 
| 5 | 
         
            +
              ],
         
     | 
| 6 | 
         
            +
              "location_embedding_dim": 512,
         
     | 
| 7 | 
         
            +
              "logit_scale_init_value": 1.0,
         
     | 
| 8 | 
         
            +
              "model_type": "closp",
         
     | 
| 9 | 
         
            +
              "projection_dim": 384,
         
     | 
| 10 | 
         
            +
              "s1_embedding_dim": 1024,
         
     | 
| 11 | 
         
            +
              "s1_head_dim": 0,
         
     | 
| 12 | 
         
            +
              "s2_embedding_dim": 1024,
         
     | 
| 13 | 
         
            +
              "s2_head_dim": 0,
         
     | 
| 14 | 
         
            +
              "text_model_name_or_path": "sentence-transformers/all-MiniLM-L6-v2",
         
     | 
| 15 | 
         
            +
              "torch_dtype": "float32",
         
     | 
| 16 | 
         
            +
              "transformers_version": "4.47.1",
         
     | 
| 17 | 
         
            +
              "use_location_encoder": false,
         
     | 
| 18 | 
         
            +
              "vision_model_key": "vit_large_patch16_224"
         
     | 
| 19 | 
         
            +
            }
         
     | 
    	
        model.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:7b55eafb90e44cec53bd8b3996e34838972fbcd2b2f034713aed83c6310142f1
         
     | 
| 3 | 
         
            +
            size 2529928120
         
     |