Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
"direct_kd": false,
|
7 |
"initializer_factor": 1.0,
|
8 |
"logit_scale_init_value": 2.6592,
|
9 |
-
"model_type": "
|
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": "
|
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": "
|
145 |
"no_repeat_ngram_size": 0,
|
146 |
"num_attention_heads": 16,
|
147 |
"num_beam_groups": 1,
|
|
|
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,
|