florentgbelidji HF staff commited on
Commit
6400500
1 Parent(s): 322e090

Remove vision config

Browse files
Files changed (1) hide show
  1. config.json +0 -75
config.json CHANGED
@@ -82,79 +82,4 @@
82
  },
83
  "text_config_dict": null,
84
  "torch_dtype": "float32",
85
- "transformers_version": null,
86
- "vision_config": {
87
- "_name_or_path": "",
88
- "add_cross_attention": false,
89
- "architectures": null,
90
- "attention_dropout": 0.0,
91
- "bad_words_ids": null,
92
- "bos_token_id": null,
93
- "chunk_size_feed_forward": 0,
94
- "cross_attention_hidden_size": null,
95
- "decoder_start_token_id": null,
96
- "diversity_penalty": 0.0,
97
- "do_sample": false,
98
- "dropout": 0.0,
99
- "early_stopping": false,
100
- "encoder_no_repeat_ngram_size": 0,
101
- "eos_token_id": null,
102
- "exponential_decay_length_penalty": null,
103
- "finetuning_task": null,
104
- "forced_bos_token_id": null,
105
- "forced_eos_token_id": null,
106
- "hidden_act": "quick_gelu",
107
- "hidden_size": 768,
108
- "id2label": {
109
- "0": "LABEL_0",
110
- "1": "LABEL_1"
111
- },
112
- "image_size": 224,
113
- "initializer_factor": 1.0,
114
- "initializer_range": 0.02,
115
- "intermediate_size": 3072,
116
- "is_decoder": false,
117
- "is_encoder_decoder": false,
118
- "label2id": {
119
- "LABEL_0": 0,
120
- "LABEL_1": 1
121
- },
122
- "layer_norm_eps": 1e-05,
123
- "length_penalty": 1.0,
124
- "max_length": 20,
125
- "min_length": 0,
126
- "model_type": "clip_vision_model",
127
- "no_repeat_ngram_size": 0,
128
- "num_attention_heads": 12,
129
- "num_beam_groups": 1,
130
- "num_beams": 1,
131
- "num_hidden_layers": 12,
132
- "num_return_sequences": 1,
133
- "output_attentions": false,
134
- "output_hidden_states": false,
135
- "output_scores": false,
136
- "pad_token_id": null,
137
- "patch_size": 32,
138
- "prefix": null,
139
- "problem_type": null,
140
- "pruned_heads": {},
141
- "remove_invalid_values": false,
142
- "repetition_penalty": 1.0,
143
- "return_dict": true,
144
- "return_dict_in_generate": false,
145
- "sep_token_id": null,
146
- "task_specific_params": null,
147
- "temperature": 1.0,
148
- "tie_encoder_decoder": false,
149
- "tie_word_embeddings": true,
150
- "tokenizer_class": null,
151
- "top_k": 50,
152
- "top_p": 1.0,
153
- "torch_dtype": null,
154
- "torchscript": false,
155
- "transformers_version": "4.19.2",
156
- "typical_p": 1.0,
157
- "use_bfloat16": false
158
- },
159
- "vision_config_dict": null
160
  }
 
82
  },
83
  "text_config_dict": null,
84
  "torch_dtype": "float32",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  }