Add metadata
Browse filesThis PR adds the `base_model` and `datasets` attributes so that people can find this model from those artifacts.
README.md
CHANGED
@@ -4,6 +4,12 @@ language:
|
|
4 |
- en
|
5 |
pipeline_tag: image-text-to-text
|
6 |
arxiv: 2503.02597
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# AKI Model Card
|
|
|
4 |
- en
|
5 |
pipeline_tag: image-text-to-text
|
6 |
arxiv: 2503.02597
|
7 |
+
base_model:
|
8 |
+
- google/siglip-so400m-patch14-384
|
9 |
+
- microsoft/Phi-3.5-mini-instruct
|
10 |
+
datasets:
|
11 |
+
- Salesforce/blip3-kale
|
12 |
+
- Salesforce/blip3-ocr-200m
|
13 |
---
|
14 |
|
15 |
# AKI Model Card
|