innocent-charles commited on
Commit
50be7ea
1 Parent(s): 9286f1d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. avilama_config.json +27 -12
avilama_config.json CHANGED
@@ -1,20 +1,35 @@
1
  {
2
  "model_cfg": {
3
- "embed_dim": 1280,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  "vision_cfg": {
5
- "image_size": 224,
6
- "layers": 48,
7
- "width": 1664,
8
- "head_width": 104,
9
- "mlp_ratio": 4.9231,
10
- "patch_size": 14
11
  },
12
  "text_cfg": {
13
- "context_length": 77,
14
- "vocab_size": 49408,
15
- "width": 1280,
16
- "heads": 20,
17
- "layers": 32
 
18
  }
19
  },
20
  "preprocess_cfg": {
 
1
  {
2
  "model_cfg": {
3
+ "embed_dim": 256,
4
+ "seed": 42,
5
+ "max_length": 200,
6
+ "flip_ratio": 0.5,
7
+ "tensor_ratio": 1.0,
8
+ "batch_size": 4,
9
+ "num_workers": 4,
10
+ "num_projection_layers": 1,
11
+ "dropout": 0.1,
12
+ "temperature": 1.0,
13
+ "head_lr": 0.001,
14
+ "weight_decay": 0.001,
15
+ "patience": 1,
16
+ "factor": 0.8,
17
+ "epochs": 2,
18
  "vision_cfg": {
19
+ "image_size": 336,
20
+ "patch_size": 14,
21
+ "image_embedding": 1024,
22
+ "image_encoder": "vit_large_patch14_clip_336",
23
+ "image_encoder_lr": 0.0001,
24
+ "imgs_pixels": 255.0
25
  },
26
  "text_cfg": {
27
+ "context_length": 512,
28
+ "vocab_size": 501153,
29
+ "text_embedding": 768,
30
+ "text_encoder": "sartifyllc/AviLaBSE",
31
+ "text_encoder_lr": 1e-05,
32
+ "text_tokenizer": "sartifyllc/AviLaBSE"
33
  }
34
  },
35
  "preprocess_cfg": {