tahaman commited on
Commit
dc85477
1 Parent(s): cb25355

Upload Florence2ForConditionalGeneration

Browse files
Files changed (3) hide show
  1. config.json +6 -6
  2. generation_config.json +3 -3
  3. model.safetensors +1 -1
config.json CHANGED
@@ -1,18 +1,18 @@
1
  {
2
- "_name_or_path": "microsoft/Florence-2-base-ft",
3
  "architectures": [
4
  "Florence2ForConditionalGeneration"
5
  ],
6
  "auto_map": {
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": "",
 
1
  {
2
+ "_name_or_path": "microsoft/Florence-2-base",
3
  "architectures": [
4
  "Florence2ForConditionalGeneration"
5
  ],
6
  "auto_map": {
7
+ "AutoConfig": "microsoft/Florence-2-base--configuration_florence2.Florence2Config",
8
+ "AutoModelForCausalLM": "microsoft/Florence-2-base--modeling_florence2.Florence2ForConditionalGeneration"
9
  },
10
+ "bos_token_id": 0,
11
+ "eos_token_id": 2,
12
  "ignore_index": -100,
13
  "is_encoder_decoder": true,
14
  "model_type": "florence2",
15
+ "pad_token_id": 1,
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": 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.41.2"
13
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "bos_token_id": 0,
4
  "decoder_start_token_id": 2,
5
  "early_stopping": true,
6
+ "eos_token_id": 2,
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": 1,
12
  "transformers_version": "4.41.2"
13
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:85f8cad8a47cfb546c414958860c2b1a1251306107472eb7921c4b80b7fb75e5
3
  size 1083916964
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc0536d2d3106b0c3a9c4d9c4618b6778ab2f4c34a86c7459522c63652e17064
3
  size 1083916964