File size: 774 Bytes
4368c9c
 
d8ae31c
4368c9c
d8ae31c
4368c9c
d8ae31c
4368c9c
 
 
 
d8ae31c
4368c9c
d8ae31c
 
4368c9c
d8ae31c
4368c9c
 
d8ae31c
4368c9c
 
d8ae31c
 
 
4368c9c
d8ae31c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
license: apache-2.0
base_model: infly/Infinity-Parser2-Flash
library_name: transformers
pipeline_tag: image-text-to-text
tags:
  - qwen3_5
  - document-parsing
  - infinity-parser
---

# Infinity-Parser2-Flash (vLLM / Transformers 4.x tokenizer)

Server-side copy of [`infly/Infinity-Parser2-Flash`](https://huggingface.co/infly/Infinity-Parser2-Flash) at
`cfddc4106b0abc4706f05575a164f7dd35d09c46`.

The only change is in `tokenizer_config.json`:

```
tokenizer_class: TokenizersBackend -> Qwen2Tokenizer
```

`tokenizer.json` and the weights are unchanged. Use this repo when a serving
runtime cannot rewrite the snapshot (vLLM 0.17.x / Transformers 4.x cannot
import `TokenizersBackend`).

Do not swap in `Qwen/Qwen3.5-2B` as the model. Point `--model` at this repo.