Suraponn commited on
Commit
29568c4
·
verified ·
1 Parent(s): cf92d30

update_arxiv

Browse files
Files changed (1) hide show
  1. README.md +9 -7
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 Typhoon2 useful for your work, please cite it using:
270
  ```
271
- @misc{typhoon2,
272
- title={Typhoon 2: A Family of Open Text and Multimodal Thai Large Language Models},
273
- author={Kunat Pipatanakul and Potsawee Manakul and Natapong Nitarach and Warit Sirichotedumrong and Surapon Nonesung and Teetouch Jaknamon and Parinthapat Pengpun and Pittawat Taveekitworachai and Adisai Na-Thalang and Sittipong Sripaisarnmongkol and Krisanapong Jirayoot and Kasima Tharnpipitchai},
274
- year={2024},
275
- eprint={2412.13702},
276
  archivePrefix={arXiv},
277
  primaryClass={cs.CL},
278
- url={https://arxiv.org/abs/2412.13702},
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
  ```