Upload Florence2ForConditionalGeneration
Browse files- config.json +3 -3
- generation_config.json +3 -3
config.json
CHANGED
|
@@ -7,12 +7,12 @@
|
|
| 7 |
"AutoConfig": "microsoft/Florence-2-base-ft--configuration_florence2.Florence2Config",
|
| 8 |
"AutoModelForCausalLM": "microsoft/Florence-2-base-ft--modeling_florence2.Florence2ForConditionalGeneration"
|
| 9 |
},
|
| 10 |
-
"bos_token_id":
|
| 11 |
-
"eos_token_id":
|
| 12 |
"ignore_index": -100,
|
| 13 |
"is_encoder_decoder": true,
|
| 14 |
"model_type": "florence2",
|
| 15 |
-
"pad_token_id":
|
| 16 |
"projection_dim": 768,
|
| 17 |
"text_config": {
|
| 18 |
"_name_or_path": "",
|
|
|
|
| 7 |
"AutoConfig": "microsoft/Florence-2-base-ft--configuration_florence2.Florence2Config",
|
| 8 |
"AutoModelForCausalLM": "microsoft/Florence-2-base-ft--modeling_florence2.Florence2ForConditionalGeneration"
|
| 9 |
},
|
| 10 |
+
"bos_token_id": 2,
|
| 11 |
+
"eos_token_id": 1,
|
| 12 |
"ignore_index": -100,
|
| 13 |
"is_encoder_decoder": true,
|
| 14 |
"model_type": "florence2",
|
| 15 |
+
"pad_token_id": 0,
|
| 16 |
"projection_dim": 768,
|
| 17 |
"text_config": {
|
| 18 |
"_name_or_path": "",
|
generation_config.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
-
"bos_token_id":
|
| 4 |
"decoder_start_token_id": 2,
|
| 5 |
"early_stopping": true,
|
| 6 |
-
"eos_token_id":
|
| 7 |
"forced_bos_token_id": 0,
|
| 8 |
"forced_eos_token_id": 2,
|
| 9 |
"no_repeat_ngram_size": 3,
|
| 10 |
"num_beams": 3,
|
| 11 |
-
"pad_token_id":
|
| 12 |
"transformers_version": "4.42.4"
|
| 13 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 2,
|
| 4 |
"decoder_start_token_id": 2,
|
| 5 |
"early_stopping": true,
|
| 6 |
+
"eos_token_id": 1,
|
| 7 |
"forced_bos_token_id": 0,
|
| 8 |
"forced_eos_token_id": 2,
|
| 9 |
"no_repeat_ngram_size": 3,
|
| 10 |
"num_beams": 3,
|
| 11 |
+
"pad_token_id": 0,
|
| 12 |
"transformers_version": "4.42.4"
|
| 13 |
}
|