Instructions to use iLearn-Lab/CVPRW26-ChartLens with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use iLearn-Lab/CVPRW26-ChartLens with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/data2/caoruping/DataMFM/models/granite-vision-4.1-4b") model = PeftModel.from_pretrained(base_model, "iLearn-Lab/CVPRW26-ChartLens") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,12 +3,6 @@ license: apache-2.0
|
|
| 3 |
library_name: pytorch
|
| 4 |
tags:
|
| 5 |
- pytorch
|
| 6 |
-
- computer-vision
|
| 7 |
-
- multimodal
|
| 8 |
-
- chart-understanding
|
| 9 |
-
- data-extraction
|
| 10 |
-
- summarization
|
| 11 |
-
- cvpr-2026
|
| 12 |
---
|
| 13 |
|
| 14 |
<a id="top"></a>
|
|
@@ -231,4 +225,4 @@ If you find this project useful for your research, please consider citing:
|
|
| 231 |
journal={arXiv preprint arXiv:2606.10640},
|
| 232 |
year={2026}
|
| 233 |
}
|
| 234 |
-
```
|
|
|
|
| 3 |
library_name: pytorch
|
| 4 |
tags:
|
| 5 |
- pytorch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
<a id="top"></a>
|
|
|
|
| 225 |
journal={arXiv preprint arXiv:2606.10640},
|
| 226 |
year={2026}
|
| 227 |
}
|
| 228 |
+
```
|