estyle commited on
Commit
d4d5978
1 Parent(s): 3a797b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -37
README.md CHANGED
@@ -1,37 +1,38 @@
1
- ---
2
- language: en
3
- license: mit
4
- ---
5
- # Kosmos-2.5
6
-
7
- [Microsoft Document AI](https://www.microsoft.com/en-us/research/project/document-ai/) | [GitHub](https://github.com/microsoft/unilm/tree/master/kosmos-2.5)
8
-
9
- ## Model description
10
-
11
- Kosmos-2.5 is a multimodal literate model for machine reading of text-intensive images. Pre-trained on large-scale text-intensive images, Kosmos-2.5 excels in two distinct yet cooperative transcription tasks: (1) generating spatially-aware text blocks, where each block of text is assigned its spatial coordinates within the image, and (2) producing structured text output that captures styles and structures into the markdown format. This unified multimodal literate capability is achieved through a shared decoder-only auto-regressive Transformer architecture, task-specific prompts, and flexible text representations. We evaluate Kosmos-2.5 on end-to-end document-level text recognition and image-to-markdown text generation. Furthermore, the model can be readily adapted for any text-intensive image understanding task with different prompts through supervised fine-tuning, making it a general-purpose tool for real-world applications involving text-rich images. This work also paves the way for the future scaling of multimodal large language models.
12
-
13
- [Kosmos-2.5: A Multimodal Literate Model](https://arxiv.org/abs/2309.11419)
14
-
15
- ## NOTE:
16
- Since this is a generative model, there is a risk of **hallucination** during the generation process, and it **CAN NOT** guarantee the accuracy of all OCR/Markdown results in the images.
17
-
18
- ## Inference
19
- **Document Understanding Task:** For usage instructions, please refer to [chat.py](chat.py).
20
-
21
- ## Citation
22
-
23
- If you find Kosmos-2.5-chat useful in your research, please cite the following paper:
24
-
25
- ```
26
- @article{lv2023kosmos,
27
- title={Kosmos-2.5: A multimodal literate model},
28
- author={Lv, Tengchao and Huang, Yupan and Chen, Jingye and Cui, Lei and Ma, Shuming and Chang, Yaoyao and Huang, Shaohan and Wang, Wenhui and Dong, Li and Luo, Weiyao and others},
29
- journal={arXiv preprint arXiv:2309.11419},
30
- year={2023}
31
- }
32
- ```
33
-
34
- ## License
35
- The content of this project itself is licensed under the [MIT](https://github.com/microsoft/unilm/blob/master/kosmos-2.5/LICENSE)
36
-
37
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct)
 
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ ---
5
+ # Kosmos-2.5-chat
6
+
7
+ [Microsoft Document AI](https://www.microsoft.com/en-us/research/project/document-ai/) | [GitHub](https://github.com/microsoft/unilm/tree/master/kosmos-2.5)
8
+
9
+ ## Model description
10
+ Kosmos-2.5 is a multimodal literate model for machine reading of text-intensive images. Pre-trained on large-scale text-intensive images, Kosmos-2.5 excels in two distinct yet cooperative transcription tasks: (1) generating spatially-aware text blocks, where each block of text is assigned its spatial coordinates within the image, and (2) producing structured text output that captures styles and structures into the markdown format. This unified multimodal literate capability is achieved through a shared decoder-only auto-regressive Transformer architecture, task-specific prompts, and flexible text representations. We evaluate Kosmos-2.5 on end-to-end document-level text recognition and image-to-markdown text generation. Furthermore, the model can be readily adapted for any text-intensive image understanding task with different prompts through supervised fine-tuning, making it a general-purpose tool for real-world applications involving text-rich images. This work also paves the way for the future scaling of multimodal large language models.
11
+
12
+ Kosmos-2.5-chat is a model specifically trained for Visual Question Answering (VQA) tasks, based on further training of Kosmos-2.5. For more details about Kosmos-2.5-chat, please refer to the paper.
13
+
14
+ [Kosmos-2.5: A Multimodal Literate Model](https://arxiv.org/abs/2309.11419)
15
+
16
+ ## NOTE:
17
+ Since this is a generative model, there is a risk of **hallucination** during the generation process, and it **CAN NOT** guarantee the accuracy of all results in the images.
18
+
19
+ ## Inference
20
+ **Document Understanding Task:** For usage instructions, please refer to [chat.py](chat.py).
21
+
22
+ ## Citation
23
+
24
+ If you find Kosmos-2.5-chat useful in your research, please cite the following paper:
25
+
26
+ ```
27
+ @article{lv2023kosmos,
28
+ title={Kosmos-2.5: A multimodal literate model},
29
+ author={Lv, Tengchao and Huang, Yupan and Chen, Jingye and Cui, Lei and Ma, Shuming and Chang, Yaoyao and Huang, Shaohan and Wang, Wenhui and Dong, Li and Luo, Weiyao and others},
30
+ journal={arXiv preprint arXiv:2309.11419},
31
+ year={2023}
32
+ }
33
+ ```
34
+
35
+ ## License
36
+ The content of this project itself is licensed under the [MIT](https://github.com/microsoft/unilm/blob/master/kosmos-2.5/LICENSE)
37
+
38
+ [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct)