File size: 1,124 Bytes
7002f4e
 
 
 
 
 
 
2ca760b
7002f4e
 
 
2ca760b
7002f4e
 
2ca760b
 
 
 
 
 
 
 
 
 
 
 
 
 
7002f4e
2ca760b
7002f4e
 
 
 
 
 
 
2ca760b
 
 
 
7002f4e
 
2ca760b
7002f4e
 
 
 
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
{
  "model_name": "RemoteCLIP",
  "model_type": "remoteclip",
  "architectures": [
    "RemoteCLIP"
  ],
  "framework": "PyTorch",
  "domain": "earth-observation",
  "task": "remote-sensing-image-text-retrieval",
  "implementation": {
    "entry_point": "model/remoteclip.py",
    "scope": "CLIP-compatible vision and text dual encoders with multi-positive symmetric contrastive learning"
  },
  "architecture": {
    "family": "vision transformer and causal text transformer dual encoder",
    "image_shape": [
      3,
      224,
      224
    ],
    "patch_size": 32,
    "context_length": 77,
    "vocabulary_size": 49408,
    "embed_dim": 64,
    "vision_width": 64,
    "vision_layers": 2,
    "vision_heads": 4,
    "text_width": 64,
    "text_layers": 2,
    "text_heads": 4
  },
  "data": {
    "datasets": [
      "RSITMD",
      "RSICD",
      "UCM-Captions"
    ],
    "protocol": "remoteclip_rgb_bpe_pairs_v1",
    "input_format": "image_text_npz",
    "train_samples": 8,
    "test_samples": 4
  },
  "configuration_sources": [
    "configuration.json",
    "conf/config.yaml",
    "model/remoteclip.py"
  ]
}