Add metadata and link to paper
Browse filesThis PR ensures your model shows up at https://huggingface.co/papers/2505.05446.
README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
- HanXiao1999/DocMark-Pile
|
|
|
|
|
|
|
| 4 |
base_model:
|
| 5 |
- OpenGVLab/InternVL2-2B
|
| 6 |
-
---
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
- HanXiao1999/DocMark-Pile
|
| 4 |
+
library_name: transformers
|
| 5 |
+
pipeline_tag: image-text-to-text
|
| 6 |
base_model:
|
| 7 |
- OpenGVLab/InternVL2-2B
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
This repository contains the model presented in [DocMark: Adaptive Markup Language Generation for Contextually-Grounded Visual Document Understanding](https://huggingface.co/papers/2505.05446).
|