File size: 432 Bytes
c828023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---

library_name: transformers
license: other
base_model: Qwen/Qwen3-4B-Base
tags:
- llama-factory
- ocr
- think
- qwen3
- merged
---


# ocr-think-merged

Merged OCR think model (Qwen3-4B).

```python

from transformers import AutoModelForCausalLM, AutoTokenizer



model = AutoModelForCausalLM.from_pretrained("modrill/ocr-think-merged")

tokenizer = AutoTokenizer.from_pretrained("modrill/ocr-think-merged")

```