innocent-charles
commited on
Commit
•
6abafc6
1
Parent(s):
d487e05
Update config.json
Browse files- config.json +25 -25
config.json
CHANGED
@@ -8,24 +8,24 @@
|
|
8 |
"model_type": "clip",
|
9 |
"projection_dim": 512,
|
10 |
"text_config": {
|
11 |
-
"_name_or_path": "",
|
12 |
"add_cross_attention": false,
|
13 |
"architectures": null,
|
14 |
"attention_dropout": 0.0,
|
15 |
-
"bad_words_ids":
|
16 |
"bos_token_id": 0,
|
17 |
"chunk_size_feed_forward": 0,
|
18 |
-
"cross_attention_hidden_size":
|
19 |
-
"decoder_start_token_id":
|
20 |
"diversity_penalty": 0.0,
|
21 |
"do_sample": false,
|
22 |
"dropout": 0.0,
|
23 |
"early_stopping": false,
|
24 |
"encoder_no_repeat_ngram_size": 0,
|
25 |
"eos_token_id": 2,
|
26 |
-
"finetuning_task":
|
27 |
-
"forced_bos_token_id":
|
28 |
-
"forced_eos_token_id":
|
29 |
"hidden_act": "quick_gelu",
|
30 |
"hidden_size": 512,
|
31 |
"id2label": {
|
@@ -57,49 +57,49 @@
|
|
57 |
"output_hidden_states": false,
|
58 |
"output_scores": false,
|
59 |
"pad_token_id": 1,
|
60 |
-
"prefix":
|
61 |
"projection_dim": 512,
|
62 |
-
"problem_type":
|
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":
|
69 |
-
"task_specific_params":
|
70 |
"temperature": 1.0,
|
71 |
"tie_encoder_decoder": false,
|
72 |
"tie_word_embeddings": true,
|
73 |
-
"tokenizer_class":
|
74 |
"top_k": 50,
|
75 |
"top_p": 1.0,
|
76 |
-
"torch_dtype":
|
77 |
"torchscript": false,
|
78 |
"transformers_version": "4.16.0.dev0",
|
79 |
"use_bfloat16": false,
|
80 |
"vocab_size": 49408
|
81 |
},
|
82 |
-
"text_config_dict":
|
83 |
-
"transformers_version":
|
84 |
"vision_config": {
|
85 |
"_name_or_path": "",
|
86 |
"add_cross_attention": false,
|
87 |
-
"architectures":
|
88 |
"attention_dropout": 0.0,
|
89 |
-
"bad_words_ids":
|
90 |
-
"bos_token_id":
|
91 |
"chunk_size_feed_forward": 0,
|
92 |
-
"cross_attention_hidden_size":
|
93 |
-
"decoder_start_token_id":
|
94 |
"diversity_penalty": 0.0,
|
95 |
"do_sample": false,
|
96 |
"dropout": 0.0,
|
97 |
"early_stopping": false,
|
98 |
"encoder_no_repeat_ngram_size": 0,
|
99 |
-
"eos_token_id":
|
100 |
-
"finetuning_task":
|
101 |
-
"forced_bos_token_id":
|
102 |
-
"forced_eos_token_id":
|
103 |
"hidden_act": "quick_gelu",
|
104 |
"hidden_size": 768,
|
105 |
"id2label": {
|
@@ -130,7 +130,7 @@
|
|
130 |
"output_attentions": false,
|
131 |
"output_hidden_states": false,
|
132 |
"output_scores": false,
|
133 |
-
"pad_token_id":
|
134 |
"patch_size": 32,
|
135 |
"prefix": null,
|
136 |
"projection_dim" : 512,
|
|
|
8 |
"model_type": "clip",
|
9 |
"projection_dim": 512,
|
10 |
"text_config": {
|
11 |
+
"_name_or_path": "sartifyllc/AViLaMa",
|
12 |
"add_cross_attention": false,
|
13 |
"architectures": null,
|
14 |
"attention_dropout": 0.0,
|
15 |
+
"bad_words_ids": 1,
|
16 |
"bos_token_id": 0,
|
17 |
"chunk_size_feed_forward": 0,
|
18 |
+
"cross_attention_hidden_size": 1,
|
19 |
+
"decoder_start_token_id": 1,
|
20 |
"diversity_penalty": 0.0,
|
21 |
"do_sample": false,
|
22 |
"dropout": 0.0,
|
23 |
"early_stopping": false,
|
24 |
"encoder_no_repeat_ngram_size": 0,
|
25 |
"eos_token_id": 2,
|
26 |
+
"finetuning_task": 1,
|
27 |
+
"forced_bos_token_id": 1,
|
28 |
+
"forced_eos_token_id": 1,
|
29 |
"hidden_act": "quick_gelu",
|
30 |
"hidden_size": 512,
|
31 |
"id2label": {
|
|
|
57 |
"output_hidden_states": false,
|
58 |
"output_scores": false,
|
59 |
"pad_token_id": 1,
|
60 |
+
"prefix": 1,
|
61 |
"projection_dim": 512,
|
62 |
+
"problem_type": 1,
|
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": 1,
|
69 |
+
"task_specific_params": 1,
|
70 |
"temperature": 1.0,
|
71 |
"tie_encoder_decoder": false,
|
72 |
"tie_word_embeddings": true,
|
73 |
+
"tokenizer_class": 1,
|
74 |
"top_k": 50,
|
75 |
"top_p": 1.0,
|
76 |
+
"torch_dtype": 1,
|
77 |
"torchscript": false,
|
78 |
"transformers_version": "4.16.0.dev0",
|
79 |
"use_bfloat16": false,
|
80 |
"vocab_size": 49408
|
81 |
},
|
82 |
+
"text_config_dict": 1,
|
83 |
+
"transformers_version": 1,
|
84 |
"vision_config": {
|
85 |
"_name_or_path": "",
|
86 |
"add_cross_attention": false,
|
87 |
+
"architectures": 1,
|
88 |
"attention_dropout": 0.0,
|
89 |
+
"bad_words_ids": 1,
|
90 |
+
"bos_token_id": 1,
|
91 |
"chunk_size_feed_forward": 0,
|
92 |
+
"cross_attention_hidden_size": 1,
|
93 |
+
"decoder_start_token_id": 1,
|
94 |
"diversity_penalty": 0.0,
|
95 |
"do_sample": false,
|
96 |
"dropout": 0.0,
|
97 |
"early_stopping": false,
|
98 |
"encoder_no_repeat_ngram_size": 0,
|
99 |
+
"eos_token_id": 1,
|
100 |
+
"finetuning_task": 1,
|
101 |
+
"forced_bos_token_id": 1,
|
102 |
+
"forced_eos_token_id": 1,
|
103 |
"hidden_act": "quick_gelu",
|
104 |
"hidden_size": 768,
|
105 |
"id2label": {
|
|
|
130 |
"output_attentions": false,
|
131 |
"output_hidden_states": false,
|
132 |
"output_scores": false,
|
133 |
+
"pad_token_id": 1,
|
134 |
"patch_size": 32,
|
135 |
"prefix": null,
|
136 |
"projection_dim" : 512,
|