tahaman commited on
Commit
e86087c
·
verified ·
1 Parent(s): 58b9e6d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +92 -4
config.json CHANGED
@@ -15,11 +15,99 @@
15
  "pad_token_id": 1,
16
  "projection_dim": 768,
17
  "text_config": {
18
- ...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  },
20
  "torch_dtype": "float32",
21
  "transformers_version": "4.41.2",
22
  "vision_config": {
 
23
  "_name_or_path": "",
24
  "add_cross_attention": false,
25
  "architectures": null,
@@ -63,7 +151,7 @@
63
  "image_pos_embed": {
64
  "max_pos_embeddings": 50,
65
  "type": "learned_abs_2d"
66
- ],
67
  "is_decoder": false,
68
  "is_encoder_decoder": false,
69
  "label2id": {
@@ -73,7 +161,7 @@
73
  "length_penalty": 1.0,
74
  "max_length": 20,
75
  "min_length": 0,
76
- "model_type": "davit",
77
  "no_repeat_ngram_size": 0,
78
  "num_beam_groups": 1,
79
  "num_beams": 1,
@@ -147,4 +235,4 @@
147
  "window_size": 12
148
  },
149
  "vocab_size": 51289
150
- }
 
15
  "pad_token_id": 1,
16
  "projection_dim": 768,
17
  "text_config": {
18
+ "_name_or_path": "",
19
+ "activation_dropout": 0.1,
20
+ "activation_function": "gelu",
21
+ "add_bias_logits": false,
22
+ "add_cross_attention": false,
23
+ "add_final_layer_norm": false,
24
+ "architectures": null,
25
+ "attention_dropout": 0.1,
26
+ "bad_words_ids": null,
27
+ "begin_suppress_tokens": null,
28
+ "bos_token_id": 0,
29
+ "chunk_size_feed_forward": 0,
30
+ "classif_dropout": 0.1,
31
+ "classifier_dropout": 0.0,
32
+ "cross_attention_hidden_size": null,
33
+ "d_model": 768,
34
+ "decoder_attention_heads": 12,
35
+ "decoder_ffn_dim": 3072,
36
+ "decoder_layerdrop": 0.0,
37
+ "decoder_layers": 6,
38
+ "decoder_start_token_id": 2,
39
+ "diversity_penalty": 0.0,
40
+ "do_sample": false,
41
+ "dropout": 0.1,
42
+ "early_stopping": true,
43
+ "encoder_attention_heads": 12,
44
+ "encoder_ffn_dim": 3072,
45
+ "encoder_layerdrop": 0.0,
46
+ "encoder_layers": 6,
47
+ "encoder_no_repeat_ngram_size": 0,
48
+ "eos_token_id": 2,
49
+ "exponential_decay_length_penalty": null,
50
+ "finetuning_task": null,
51
+ "forced_bos_token_id": 0,
52
+ "forced_eos_token_id": 2,
53
+ "gradient_checkpointing": false,
54
+ "id2label": {
55
+ "0": "LABEL_0",
56
+ "1": "LABEL_1",
57
+ "2": "LABEL_2"
58
+ },
59
+ "init_std": 0.02,
60
+ "is_decoder": false,
61
+ "is_encoder_decoder": true,
62
+ "label2id": {
63
+ "LABEL_0": 0,
64
+ "LABEL_1": 1,
65
+ "LABEL_2": 2
66
+ },
67
+ "length_penalty": 1.0,
68
+ "max_length": 20,
69
+ "max_position_embeddings": 1024,
70
+ "min_length": 0,
71
+ "model_type": "florence2_language",
72
+ "no_repeat_ngram_size": 3,
73
+ "normalize_before": false,
74
+ "num_beam_groups": 1,
75
+ "num_beams": 3,
76
+ "num_hidden_layers": 6,
77
+ "num_return_sequences": 1,
78
+ "output_attentions": false,
79
+ "output_hidden_states": false,
80
+ "output_scores": false,
81
+ "pad_token_id": 1,
82
+ "prefix": null,
83
+ "problem_type": null,
84
+ "pruned_heads": {},
85
+ "remove_invalid_values": false,
86
+ "repetition_penalty": 1.0,
87
+ "return_dict": true,
88
+ "return_dict_in_generate": false,
89
+ "scale_embedding": false,
90
+ "sep_token_id": null,
91
+ "suppress_tokens": null,
92
+ "task_specific_params": null,
93
+ "temperature": 1.0,
94
+ "tf_legacy_loss": false,
95
+ "tie_encoder_decoder": false,
96
+ "tie_word_embeddings": true,
97
+ "tokenizer_class": null,
98
+ "top_k": 50,
99
+ "top_p": 1.0,
100
+ "torch_dtype": null,
101
+ "torchscript": false,
102
+ "typical_p": 1.0,
103
+ "use_bfloat16": false,
104
+ "use_cache": true,
105
+ "vocab_size": 51289
106
  },
107
  "torch_dtype": "float32",
108
  "transformers_version": "4.41.2",
109
  "vision_config": {
110
+ "model_type": "davit",
111
  "_name_or_path": "",
112
  "add_cross_attention": false,
113
  "architectures": null,
 
151
  "image_pos_embed": {
152
  "max_pos_embeddings": 50,
153
  "type": "learned_abs_2d"
154
+ },
155
  "is_decoder": false,
156
  "is_encoder_decoder": false,
157
  "label2id": {
 
161
  "length_penalty": 1.0,
162
  "max_length": 20,
163
  "min_length": 0,
164
+ "model_type": "",
165
  "no_repeat_ngram_size": 0,
166
  "num_beam_groups": 1,
167
  "num_beams": 1,
 
235
  "window_size": 12
236
  },
237
  "vocab_size": 51289
238
+ }