PyTorch
clip
custom_code
Gengzigang commited on
Commit
6ed0cdd
1 Parent(s): 5510186

add config.json

Browse files
Files changed (1) hide show
  1. config.json +100 -0
config.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": null,
3
+ "_name_or_path": "LLM2CLIP-EVA02-L-14-336",
4
+ "architectures": [
5
+ "EvaCLIPModel"
6
+ ],
7
+ "auto_map": {
8
+ "AutoConfig": "configuration_evaclip.EvaCLIPConfig",
9
+ "AutoModel": "modeling_evaclip.EvaCLIPModel"
10
+ },
11
+ "initializer_factor": 1.0,
12
+ "logit_scale_init_value": 2.659260036932778,
13
+ "model_type": "clip",
14
+ "projection_dim": 1280,
15
+ "torch_dtype": "float32",
16
+ "transformers_version": null,
17
+ "vision_config": {
18
+ "_attn_implementation_autoset": false,
19
+ "_name_or_path": "",
20
+ "add_cross_attention": false,
21
+ "architectures": null,
22
+ "attention_dropout": 0.0,
23
+ "bad_words_ids": null,
24
+ "begin_suppress_tokens": null,
25
+ "bos_token_id": null,
26
+ "chunk_size_feed_forward": 0,
27
+ "cross_attention_hidden_size": null,
28
+ "decoder_start_token_id": null,
29
+ "diversity_penalty": 0.0,
30
+ "do_sample": false,
31
+ "dropout": 0.0,
32
+ "early_stopping": false,
33
+ "encoder_no_repeat_ngram_size": 0,
34
+ "eos_token_id": null,
35
+ "exponential_decay_length_penalty": null,
36
+ "finetuning_task": null,
37
+ "forced_bos_token_id": null,
38
+ "forced_eos_token_id": null,
39
+ "hidden_act": "gelu",
40
+ "hidden_size": 1024,
41
+ "id2label": {
42
+ "0": "LABEL_0",
43
+ "1": "LABEL_1"
44
+ },
45
+ "image_size": 336,
46
+ "initializer_factor": 1.0,
47
+ "initializer_range": 0.02,
48
+ "intermediate_size": 2730,
49
+ "is_decoder": false,
50
+ "is_encoder_decoder": false,
51
+ "k_bias": false,
52
+ "label2id": {
53
+ "LABEL_0": 0,
54
+ "LABEL_1": 1
55
+ },
56
+ "layer_norm_eps": 1e-06,
57
+ "length_penalty": 1.0,
58
+ "max_length": 20,
59
+ "min_length": 0,
60
+ "model_type": "clip_vision_model",
61
+ "no_repeat_ngram_size": 0,
62
+ "num_attention_heads": 16,
63
+ "num_beam_groups": 1,
64
+ "num_beams": 1,
65
+ "num_channels": 3,
66
+ "num_hidden_layers": 24,
67
+ "num_return_sequences": 1,
68
+ "output_attentions": false,
69
+ "output_hidden_states": false,
70
+ "output_scores": false,
71
+ "pad_token_id": null,
72
+ "patch_size": 14,
73
+ "post_layernorm": true,
74
+ "prefix": null,
75
+ "problem_type": null,
76
+ "projection_dim": 1280,
77
+ "pruned_heads": {},
78
+ "q_bias": true,
79
+ "remove_invalid_values": false,
80
+ "repetition_penalty": 1.0,
81
+ "return_dict": true,
82
+ "return_dict_in_generate": false,
83
+ "sep_token_id": null,
84
+ "suppress_tokens": null,
85
+ "task_specific_params": null,
86
+ "temperature": 1.0,
87
+ "tf_legacy_loss": false,
88
+ "tie_encoder_decoder": false,
89
+ "tie_word_embeddings": true,
90
+ "tokenizer_class": null,
91
+ "top_k": 50,
92
+ "top_p": 1.0,
93
+ "torch_dtype": null,
94
+ "torchscript": false,
95
+ "transformers_version": "4.44.2",
96
+ "typical_p": 1.0,
97
+ "use_bfloat16": false,
98
+ "v_bias": true
99
+ }
100
+ }