adamchanadam
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -19,14 +19,14 @@ This model is fine-tuned from [microsoft/Florence-2-base-ft](https://huggingface
|
|
19 |
|
20 |
- Fine-tuned for answering questions about images, specifically focused on logo recognition and company information.
|
21 |
- The model uses the `<DocVQA>` prompt to indicate the task type.
|
22 |
-
- Number of unique images:
|
23 |
- Number of epochs: 15
|
24 |
- Learning rate: 5e-06
|
25 |
- Optimizer: AdamW
|
26 |
- Early stopping: Patience of 3 epochs, delta of 0.01
|
27 |
|
28 |
-
Dataset statistics: Total number of questions for fine-tuning:
|
29 |
-
logo_recognition:
|
30 |
|
31 |
## Intended use & limitations
|
32 |
|
|
|
19 |
|
20 |
- Fine-tuned for answering questions about images, specifically focused on logo recognition and company information.
|
21 |
- The model uses the `<DocVQA>` prompt to indicate the task type.
|
22 |
+
- Number of unique images: 28
|
23 |
- Number of epochs: 15
|
24 |
- Learning rate: 5e-06
|
25 |
- Optimizer: AdamW
|
26 |
- Early stopping: Patience of 3 epochs, delta of 0.01
|
27 |
|
28 |
+
Dataset statistics: Total number of questions for fine-tuning: 560.
|
29 |
+
logo_recognition: 49 (8.75%) brand_identification: 48 (8.57%) visual_elements: 65 (11.61%) text_in_logo: 57 (10.18%) industry_classification: 49 (8.75%) product_service: 55 (9.82%) company_details: 89 (15.89%) negative_sample: 148 (26.43%)
|
30 |
|
31 |
## Intended use & limitations
|
32 |
|