smokxy commited on
Commit
ad41fdb
1 Parent(s): 5885fa6

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +6 -0
  2. config.json +2 -2
  3. generation_config.json +2 -11
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+
2
+
3
+ ## Fine-tuning Information
4
+
5
+ This model is a fine-tuned version of Florence-2 for entity extraction tasks.
6
+ It was trained on [brief description of your dataset].
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/Florence-2-base-ft",
3
  "architectures": [
4
  "Florence2ForConditionalGeneration"
5
  ],
@@ -234,4 +234,4 @@
234
  "window_size": 12
235
  },
236
  "vocab_size": 51289
237
- }
 
1
  {
2
+ "_name_or_path": "fine_tuned_florence2",
3
  "architectures": [
4
  "Florence2ForConditionalGeneration"
5
  ],
 
234
  "window_size": 12
235
  },
236
  "vocab_size": 51289
237
+ }
generation_config.json CHANGED
@@ -1,13 +1,4 @@
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.44.2"
13
- }
 
1
  {
2
  "_from_model_config": true,
3
+ "transformers_version": "4.29.0"
4
+ }