Upload folder using huggingface_hub
Browse files- README.md +0 -4
- adapter_config.json +1 -11
- adapter_model.safetensors +2 -2
README.md
CHANGED
|
@@ -220,10 +220,6 @@ chart understanding, complex table parsing, and document KVP extraction, supplem
|
|
| 220 |
by the general-purpose Granite Vision instruction-following dataset
|
| 221 |
([arXiv:2502.09927](https://arxiv.org/abs/2502.09927)) for broad visual understanding.
|
| 222 |
|
| 223 |
-
Chart understanding data was created through a novel code‑guided augmentation methodology that produces diverse,
|
| 224 |
-
semantically aligned chart samples containing rendering code, chart images, underlying data CSVs, and natural‑language summaries.
|
| 225 |
-
Using this pipeline, we are also releasing ChartNet (link TBD), a comprehensive million‑scale multimodal dataset enriched with real‑world,
|
| 226 |
-
human‑annotated, safety, and grounding subsets. The dataset and its methodology are detailed in our CVPR 2026 paper (link TBD).
|
| 227 |
|
| 228 |
## Model Architecture
|
| 229 |
|
|
|
|
| 220 |
by the general-purpose Granite Vision instruction-following dataset
|
| 221 |
([arXiv:2502.09927](https://arxiv.org/abs/2502.09927)) for broad visual understanding.
|
| 222 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 223 |
|
| 224 |
## Model Architecture
|
| 225 |
|
adapter_config.json
CHANGED
|
@@ -21,17 +21,7 @@
|
|
| 21 |
"lora_dropout": 0.05,
|
| 22 |
"megatron_config": null,
|
| 23 |
"megatron_core": "megatron.core",
|
| 24 |
-
"modules_to_save":
|
| 25 |
-
"model.layerwise_projectors.0",
|
| 26 |
-
"model.layerwise_projectors.1",
|
| 27 |
-
"model.layerwise_projectors.2",
|
| 28 |
-
"model.layerwise_projectors.3",
|
| 29 |
-
"model.spatial_projectors.0",
|
| 30 |
-
"model.spatial_projectors.1",
|
| 31 |
-
"model.spatial_projectors.2",
|
| 32 |
-
"model.spatial_projectors.3",
|
| 33 |
-
"model.image_newline"
|
| 34 |
-
],
|
| 35 |
"peft_type": "LORA",
|
| 36 |
"qalora_group_size": 16,
|
| 37 |
"r": 256,
|
|
|
|
| 21 |
"lora_dropout": 0.05,
|
| 22 |
"megatron_config": null,
|
| 23 |
"megatron_core": "megatron.core",
|
| 24 |
+
"modules_to_save": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
"peft_type": "LORA",
|
| 26 |
"qalora_group_size": 16,
|
| 27 |
"r": 256,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbdb5a2c20dff4b7d79c8a877f1e55b73fdc6a5634e07af4c18aedcb80aa1d2d
|
| 3 |
+
size 943793240
|