update_arxiv
Browse files
README.md
CHANGED
|
@@ -23,6 +23,8 @@ license: apache-2.0
|
|
| 23 |
|
| 24 |
**Release Blog available on [OpenTyphoon Blog](https://opentyphoon.ai/blog/en/typhoon-ocr-release)**
|
| 25 |
|
|
|
|
|
|
|
| 26 |
*Remark: This model is intended to be used with a specific prompt only; it will not work with any other prompts.
|
| 27 |
|
| 28 |
*Remark: If you want to run the model locally, we recommend using the Ollama build at https://ollama.com/scb10x. We’ve found that the GGUF files for llama.cpp or LM Studio may suffer from accuracy issues.
|
|
@@ -266,15 +268,15 @@ This is a task-specific model intended to be used only with the provided prompts
|
|
| 266 |
|
| 267 |
## **Citation**
|
| 268 |
|
| 269 |
-
- If you find
|
| 270 |
```
|
| 271 |
-
@misc{
|
| 272 |
-
title={Typhoon
|
| 273 |
-
author={
|
| 274 |
-
year={
|
| 275 |
-
eprint={
|
| 276 |
archivePrefix={arXiv},
|
| 277 |
primaryClass={cs.CL},
|
| 278 |
-
url={https://arxiv.org/abs/
|
| 279 |
}
|
| 280 |
```
|
|
|
|
| 23 |
|
| 24 |
**Release Blog available on [OpenTyphoon Blog](https://opentyphoon.ai/blog/en/typhoon-ocr-release)**
|
| 25 |
|
| 26 |
+
**Technical Report available on [Arxiv](https://arxiv.org/abs/2601.14722)**
|
| 27 |
+
|
| 28 |
*Remark: This model is intended to be used with a specific prompt only; it will not work with any other prompts.
|
| 29 |
|
| 30 |
*Remark: If you want to run the model locally, we recommend using the Ollama build at https://ollama.com/scb10x. We’ve found that the GGUF files for llama.cpp or LM Studio may suffer from accuracy issues.
|
|
|
|
| 268 |
|
| 269 |
## **Citation**
|
| 270 |
|
| 271 |
+
- If you find Typhoon OCR useful for your work, please cite it using:
|
| 272 |
```
|
| 273 |
+
@misc{nonesung2026typhoonocropenvisionlanguage,
|
| 274 |
+
title={Typhoon OCR: Open Vision-Language Model For Thai Document Extraction},
|
| 275 |
+
author={Surapon Nonesung and Natapong Nitarach and Teetouch Jaknamon and Pittawat Taveekitworachai and Kunat Pipatanakul},
|
| 276 |
+
year={2026},
|
| 277 |
+
eprint={2601.14722},
|
| 278 |
archivePrefix={arXiv},
|
| 279 |
primaryClass={cs.CL},
|
| 280 |
+
url={https://arxiv.org/abs/2601.14722},
|
| 281 |
}
|
| 282 |
```
|