shambhuDATA
commited on
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
],
|
6 |
"auto_map": {
|
7 |
"AutoConfig": "configuration_florence2.Florence2Config",
|
8 |
-
"AutoModelForCausalLM": "
|
9 |
},
|
10 |
"bos_token_id": 0,
|
11 |
"eos_token_id": 2,
|
@@ -162,7 +162,7 @@
|
|
162 |
"length_penalty": 1.0,
|
163 |
"max_length": 20,
|
164 |
"min_length": 0,
|
165 |
-
"model_type": "",
|
166 |
"no_repeat_ngram_size": 0,
|
167 |
"num_beam_groups": 1,
|
168 |
"num_beams": 1,
|
|
|
5 |
],
|
6 |
"auto_map": {
|
7 |
"AutoConfig": "configuration_florence2.Florence2Config",
|
8 |
+
"AutoModelForCausalLM": "modeling_florence2.Florence2ForConditionalGeneration"
|
9 |
},
|
10 |
"bos_token_id": 0,
|
11 |
"eos_token_id": 2,
|
|
|
162 |
"length_penalty": 1.0,
|
163 |
"max_length": 20,
|
164 |
"min_length": 0,
|
165 |
+
"model_type": "davit",
|
166 |
"no_repeat_ngram_size": 0,
|
167 |
"num_beam_groups": 1,
|
168 |
"num_beams": 1,
|