Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
**The following model are obtained via supervised fine-tuning (SFT) using the ECD-10k-Images dataset (URL: https://huggingface.co/datasets/ChartFoundation/ECD-10k-Images) proposed in our ICCV 2025 paper, "Effective Training Data Synthesis for Improving MLLM Chart Understanding."**
|
| 5 |
|
|
@@ -20,4 +27,4 @@ If it is helpful to your research, please cite our paper as follows:
|
|
| 20 |
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
|
| 21 |
year={2025}
|
| 22 |
}
|
| 23 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
metrics:
|
| 4 |
+
- accuracy
|
| 5 |
+
base_model:
|
| 6 |
+
- llava-hf/llama3-llava-next-8b-hf
|
| 7 |
+
- openbmb/MiniCPM-V-2_6
|
| 8 |
+
- microsoft/Phi-3-vision-128k-instruct
|
| 9 |
+
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 10 |
---
|
| 11 |
**The following model are obtained via supervised fine-tuning (SFT) using the ECD-10k-Images dataset (URL: https://huggingface.co/datasets/ChartFoundation/ECD-10k-Images) proposed in our ICCV 2025 paper, "Effective Training Data Synthesis for Improving MLLM Chart Understanding."**
|
| 12 |
|
|
|
|
| 27 |
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
|
| 28 |
year={2025}
|
| 29 |
}
|
| 30 |
+
```
|