Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model: microsoft/Phi-3-vision-128k-instruct
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
# Phi3-Vision-128k-Instruct-Checkpoint-35710-Post
|
| 9 |
+
|
| 10 |
+
This model is based on Phi3-Vision and self-trained by EvoChart method for chart understanding.
|
| 11 |
+
|
| 12 |
+
## Usage
|
| 13 |
+
|
| 14 |
+
For usage instructions, please refer to the original Phi3-Vision-Instruct documentation.
|
| 15 |
+
|
| 16 |
+
## Resources
|
| 17 |
+
|
| 18 |
+
* **GitHub:** https://github.com/MuyeHuang/EvoChart
|
| 19 |
+
* **Arxiv:** https://arxiv.org/abs/2409.01577
|
| 20 |
+
|
| 21 |
+
## Citation
|
| 22 |
+
|
| 23 |
+
If you use this model in your research, please cite the following paper:
|
| 24 |
+
|
| 25 |
+
```bibtex
|
| 26 |
+
@misc{huang2024evochartbenchmarkselftrainingapproach,
|
| 27 |
+
title={EvoChart: A Benchmark and a Self-Training Approach Towards Real-World Chart Understanding},
|
| 28 |
+
author={Muye Huang and Lai Han and Xinyu Zhang and Wenjun Wu and Jie Ma and Lingling Zhang and Jun Liu},
|
| 29 |
+
year={2024},
|
| 30 |
+
eprint={2409.01577},
|
| 31 |
+
archivePrefix={arXiv},
|
| 32 |
+
primaryClass={cs.CV},
|
| 33 |
+
url={https://arxiv.org/abs/2409.01577},
|
| 34 |
+
}
|