jongjyh commited on
Commit
4d06f38
1 Parent(s): ca52245

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "_name_or_path": "/home/chenzhongzhi/save_ckpt/xlm1024-33m-cls",
3
  "architectures": [
4
- "AltCLIP"
5
  ],
6
  "direct_kd": false,
7
  "initializer_factor": 1.0,
8
  "logit_scale_init_value": 2.6592,
9
- "model_type": "clip",
10
  "num_layers": 3,
11
  "projection_dim": 768,
12
  "text_config": {
@@ -52,7 +52,7 @@
52
  "max_length": 20,
53
  "max_position_embeddings": 514,
54
  "min_length": 0,
55
- "model_type": "xlm-roberta",
56
  "no_repeat_ngram_size": 0,
57
  "num_attention_heads": 16,
58
  "num_beam_groups": 1,
@@ -141,7 +141,7 @@
141
  "length_penalty": 1.0,
142
  "max_length": 20,
143
  "min_length": 0,
144
- "model_type": "clip_vision_model",
145
  "no_repeat_ngram_size": 0,
146
  "num_attention_heads": 16,
147
  "num_beam_groups": 1,
 
1
  {
2
+ "_name_or_path": "",
3
  "architectures": [
4
+ "AltCLIPModel"
5
  ],
6
  "direct_kd": false,
7
  "initializer_factor": 1.0,
8
  "logit_scale_init_value": 2.6592,
9
+ "model_type": "altclip",
10
  "num_layers": 3,
11
  "projection_dim": 768,
12
  "text_config": {
 
52
  "max_length": 20,
53
  "max_position_embeddings": 514,
54
  "min_length": 0,
55
+ "model_type": "altclip_text_model",
56
  "no_repeat_ngram_size": 0,
57
  "num_attention_heads": 16,
58
  "num_beam_groups": 1,
 
141
  "length_penalty": 1.0,
142
  "max_length": 20,
143
  "min_length": 0,
144
+ "model_type": "altclip_vision_model",
145
  "no_repeat_ngram_size": 0,
146
  "num_attention_heads": 16,
147
  "num_beam_groups": 1,