Hayloo9838 commited on
Commit
e213716
·
verified ·
1 Parent(s): a629adc

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +123 -0
config.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "clip-vit-large-patch14/",
3
+ "architectures": [
4
+ "CLIPVisionModel"
5
+ ],
6
+ "model_type": "clip_vision_model",
7
+ "initializer_factor": 1.0,
8
+ "logit_scale_init_value": 2.6592,
9
+ "projection_dim": 768,
10
+ "torch_dtype": "float32",
11
+ "transformers_version": null,
12
+
13
+ "vision_config": {
14
+ "_name_or_path": "",
15
+ "add_cross_attention": false,
16
+ "architectures": null,
17
+ "attention_dropout": 0.0,
18
+ "bad_words_ids": null,
19
+ "bos_token_id": null,
20
+ "chunk_size_feed_forward": 0,
21
+ "cross_attention_hidden_size": null,
22
+ "decoder_start_token_id": null,
23
+ "diversity_penalty": 0.0,
24
+ "do_sample": false,
25
+ "dropout": 0.0,
26
+ "early_stopping": false,
27
+ "encoder_no_repeat_ngram_size": 0,
28
+ "eos_token_id": null,
29
+ "finetuning_task": null,
30
+ "forced_bos_token_id": null,
31
+ "forced_eos_token_id": null,
32
+ "hidden_act": "quick_gelu",
33
+ "hidden_size": 1024,
34
+ "id2label": {
35
+ "0": "0",
36
+ "1": "1",
37
+ "2": "2",
38
+ "3": "3",
39
+ "4": "4",
40
+ "5": "5",
41
+ "6": "6",
42
+ "7": "7",
43
+ "8": "8",
44
+ "9": "9",
45
+ "10": "draw_four",
46
+ "11": "draw_two",
47
+ "12": "reverse",
48
+ "13": "skip",
49
+ "14": "wild",
50
+ "15": "wild_draw_four",
51
+ "16": "NO_CARD"
52
+ },
53
+ "image_size": 224,
54
+ "initializer_factor": 1.0,
55
+ "initializer_range": 0.02,
56
+ "intermediate_size": 4096,
57
+ "is_decoder": false,
58
+ "is_encoder_decoder": false,
59
+ "label2id": {
60
+ "0": 0,
61
+ "1": 1,
62
+ "2": 2,
63
+ "3": 3,
64
+ "4": 4,
65
+ "5": 5,
66
+ "6": 6,
67
+ "7": 7,
68
+ "8": 8,
69
+ "9": 9,
70
+ "draw_four": 10,
71
+ "draw_two": 11,
72
+ "reverse": 12,
73
+ "skip": 13,
74
+ "wild": 14,
75
+ "wild_draw_four": 15,
76
+ "NO_CARD": 16
77
+ },
78
+ "layer_norm_eps": 1e-05,
79
+ "length_penalty": 1.0,
80
+ "max_length": 20,
81
+ "min_length": 0,
82
+ "model_type": "clip_vision_model",
83
+ "no_repeat_ngram_size": 0,
84
+ "num_attention_heads": 16,
85
+ "num_beam_groups": 1,
86
+ "num_beams": 1,
87
+ "num_hidden_layers": 24,
88
+ "num_return_sequences": 1,
89
+ "output_attentions": false,
90
+ "output_hidden_states": false,
91
+ "output_scores": false,
92
+ "pad_token_id": null,
93
+ "patch_size": 14,
94
+ "prefix": null,
95
+ "problem_type": "single_label_classification",
96
+ "projection_dim" : 768,
97
+ "pruned_heads": {},
98
+ "remove_invalid_values": false,
99
+ "repetition_penalty": 1.0,
100
+ "return_dict": true,
101
+ "return_dict_in_generate": false,
102
+ "sep_token_id": null,
103
+ "task_specific_params": null,
104
+ "temperature": 1.0,
105
+ "tie_encoder_decoder": false,
106
+ "tie_word_embeddings": true,
107
+ "tokenizer_class": null,
108
+ "top_k": 50,
109
+ "top_p": 1.0,
110
+ "torch_dtype": null,
111
+ "torchscript": false,
112
+ "transformers_version": "4.16.0.dev0",
113
+ "use_bfloat16": false
114
+ },
115
+ "vision_config_dict": {
116
+ "hidden_size": 1024,
117
+ "intermediate_size": 4096,
118
+ "num_attention_heads": 16,
119
+ "num_hidden_layers": 24,
120
+ "patch_size": 14,
121
+ "projection_dim": 768
122
+ }
123
+ }