kataragi commited on
Commit
b0d2fdb
·
verified ·
1 Parent(s): d8e24e8

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -179
config.json DELETED
@@ -1,179 +0,0 @@
1
- {
2
- "architectures": [
3
- "CLIPModel"
4
- ],
5
- "initializer_factor": 1.0,
6
- "logit_scale_init_value": 2.6592,
7
- "model_type": "clip",
8
- "projection_dim": 1024,
9
- "text_config": {
10
- "_name_or_path": "",
11
- "add_cross_attention": false,
12
- "architectures": null,
13
- "attention_dropout": 0.0,
14
- "bad_words_ids": null,
15
- "bos_token_id": 0,
16
- "chunk_size_feed_forward": 0,
17
- "cross_attention_hidden_size": null,
18
- "decoder_start_token_id": null,
19
- "diversity_penalty": 0.0,
20
- "do_sample": false,
21
- "dropout": 0.0,
22
- "early_stopping": false,
23
- "encoder_no_repeat_ngram_size": 0,
24
- "eos_token_id": 2,
25
- "exponential_decay_length_penalty": null,
26
- "finetuning_task": null,
27
- "forced_bos_token_id": null,
28
- "forced_eos_token_id": null,
29
- "hidden_act": "gelu",
30
- "hidden_size": 1024,
31
- "id2label": {
32
- "0": "LABEL_0",
33
- "1": "LABEL_1"
34
- },
35
- "initializer_factor": 1.0,
36
- "initializer_range": 0.02,
37
- "intermediate_size": 4096,
38
- "is_decoder": false,
39
- "is_encoder_decoder": false,
40
- "label2id": {
41
- "LABEL_0": 0,
42
- "LABEL_1": 1
43
- },
44
- "layer_norm_eps": 1e-05,
45
- "length_penalty": 1.0,
46
- "max_length": 20,
47
- "max_position_embeddings": 77,
48
- "min_length": 0,
49
- "model_type": "clip_text_model",
50
- "no_repeat_ngram_size": 0,
51
- "num_attention_heads": 16,
52
- "num_beam_groups": 1,
53
- "num_beams": 1,
54
- "num_hidden_layers": 24,
55
- "num_return_sequences": 1,
56
- "output_attentions": false,
57
- "output_hidden_states": false,
58
- "output_scores": false,
59
- "pad_token_id": 1,
60
- "prefix": null,
61
- "problem_type": null,
62
- "projection_dim": 1024,
63
- "pruned_heads": {},
64
- "remove_invalid_values": false,
65
- "repetition_penalty": 1.0,
66
- "return_dict": true,
67
- "return_dict_in_generate": false,
68
- "sep_token_id": null,
69
- "task_specific_params": null,
70
- "temperature": 1.0,
71
- "tf_legacy_loss": false,
72
- "tie_encoder_decoder": false,
73
- "tie_word_embeddings": true,
74
- "tokenizer_class": null,
75
- "top_k": 50,
76
- "top_p": 1.0,
77
- "torch_dtype": null,
78
- "torchscript": false,
79
- "transformers_version": "4.21.3",
80
- "typical_p": 1.0,
81
- "use_bfloat16": false,
82
- "vocab_size": 49408
83
- },
84
- "text_config_dict": {
85
- "hidden_act": "gelu",
86
- "hidden_size": 1024,
87
- "intermediate_size": 4096,
88
- "num_attention_heads": 16,
89
- "num_hidden_layers": 24,
90
- "projection_dim": 1024
91
- },
92
- "torch_dtype": "float32",
93
- "transformers_version": null,
94
- "vision_config": {
95
- "_name_or_path": "",
96
- "add_cross_attention": false,
97
- "architectures": null,
98
- "attention_dropout": 0.0,
99
- "bad_words_ids": null,
100
- "bos_token_id": null,
101
- "chunk_size_feed_forward": 0,
102
- "cross_attention_hidden_size": null,
103
- "decoder_start_token_id": null,
104
- "diversity_penalty": 0.0,
105
- "do_sample": false,
106
- "dropout": 0.0,
107
- "early_stopping": false,
108
- "encoder_no_repeat_ngram_size": 0,
109
- "eos_token_id": null,
110
- "exponential_decay_length_penalty": null,
111
- "finetuning_task": null,
112
- "forced_bos_token_id": null,
113
- "forced_eos_token_id": null,
114
- "hidden_act": "gelu",
115
- "hidden_size": 1280,
116
- "id2label": {
117
- "0": "LABEL_0",
118
- "1": "LABEL_1"
119
- },
120
- "image_size": 224,
121
- "initializer_factor": 1.0,
122
- "initializer_range": 0.02,
123
- "intermediate_size": 5120,
124
- "is_decoder": false,
125
- "is_encoder_decoder": false,
126
- "label2id": {
127
- "LABEL_0": 0,
128
- "LABEL_1": 1
129
- },
130
- "layer_norm_eps": 1e-05,
131
- "length_penalty": 1.0,
132
- "max_length": 20,
133
- "min_length": 0,
134
- "model_type": "clip_vision_model",
135
- "no_repeat_ngram_size": 0,
136
- "num_attention_heads": 16,
137
- "num_beam_groups": 1,
138
- "num_beams": 1,
139
- "num_channels": 3,
140
- "num_hidden_layers": 32,
141
- "num_return_sequences": 1,
142
- "output_attentions": false,
143
- "output_hidden_states": false,
144
- "output_scores": false,
145
- "pad_token_id": null,
146
- "patch_size": 14,
147
- "prefix": null,
148
- "problem_type": null,
149
- "projection_dim": 1024,
150
- "pruned_heads": {},
151
- "remove_invalid_values": false,
152
- "repetition_penalty": 1.0,
153
- "return_dict": true,
154
- "return_dict_in_generate": false,
155
- "sep_token_id": null,
156
- "task_specific_params": null,
157
- "temperature": 1.0,
158
- "tf_legacy_loss": false,
159
- "tie_encoder_decoder": false,
160
- "tie_word_embeddings": true,
161
- "tokenizer_class": null,
162
- "top_k": 50,
163
- "top_p": 1.0,
164
- "torch_dtype": null,
165
- "torchscript": false,
166
- "transformers_version": "4.21.3",
167
- "typical_p": 1.0,
168
- "use_bfloat16": false
169
- },
170
- "vision_config_dict": {
171
- "hidden_act": "gelu",
172
- "hidden_size": 1280,
173
- "intermediate_size": 5120,
174
- "num_attention_heads": 16,
175
- "num_hidden_layers": 32,
176
- "patch_size": 14,
177
- "projection_dim": 1024
178
- }
179
- }