Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ language:
|
|
6 |
- en
|
7 |
base_model:
|
8 |
- microsoft/Phi-3-vision-128k-instruct
|
9 |
-
library_name:
|
10 |
---
|
11 |
# VDocRAG: Retrieval-Augmented Generation over Visually-Rich Documents
|
12 |
**VDocRAG** is a new RAG framework that can directly understand diverse real-world documents purely from visual features. It was introduced in the paper [VDocRAG: Retrieval-Augmented Generation over Visually-Rich Documents](http://arxiv.org/abs/2504.09795) by Tanaka et al. and first released in [this repository](https://github.com/nttmdlab-nlp/VDocRAG).
|
@@ -80,5 +80,4 @@ The models and weights of VDocRAG in this repo are released under the [NTT Licen
|
|
80 |
booktitle = {CVPR},
|
81 |
year = {2025}
|
82 |
}
|
83 |
-
```
|
84 |
-
|
|
|
6 |
- en
|
7 |
base_model:
|
8 |
- microsoft/Phi-3-vision-128k-instruct
|
9 |
+
library_name: peft
|
10 |
---
|
11 |
# VDocRAG: Retrieval-Augmented Generation over Visually-Rich Documents
|
12 |
**VDocRAG** is a new RAG framework that can directly understand diverse real-world documents purely from visual features. It was introduced in the paper [VDocRAG: Retrieval-Augmented Generation over Visually-Rich Documents](http://arxiv.org/abs/2504.09795) by Tanaka et al. and first released in [this repository](https://github.com/nttmdlab-nlp/VDocRAG).
|
|
|
80 |
booktitle = {CVPR},
|
81 |
year = {2025}
|
82 |
}
|
83 |
+
```
|
|