Update README.md
Browse files
README.md
CHANGED
|
@@ -46,6 +46,11 @@ The **Qwen2-VL-OCR-2B-Instruct** model is a fine-tuned version of **Qwen/Qwen2-V
|
|
| 46 |
| `vocab.json` | 2.78 MB | Vocabulary file for tokenization. | Uploaded |
|
| 47 |
|
| 48 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
### How to Use
|
| 50 |
|
| 51 |
```python
|
|
@@ -110,13 +115,6 @@ output_text = processor.batch_decode(
|
|
| 110 |
)
|
| 111 |
print(output_text)
|
| 112 |
```
|
| 113 |
-
### Sample Inference
|
| 114 |
-
|
| 115 |
-

|
| 116 |
-
|
| 117 |
-
Demo: https://huggingface.co/prithivMLmods/Qwen2-VL-OCR-2B-Instruct/blob/main/Demo/ocrtest_qwen.ipynb
|
| 118 |
-
|
| 119 |
-
|
| 120 |
### Buf
|
| 121 |
```python
|
| 122 |
buffer = ""
|
|
|
|
| 46 |
| `vocab.json` | 2.78 MB | Vocabulary file for tokenization. | Uploaded |
|
| 47 |
|
| 48 |
---
|
| 49 |
+
### Sample Inference
|
| 50 |
+
|
| 51 |
+

|
| 52 |
+
|
| 53 |
+
Demo: https://huggingface.co/prithivMLmods/Qwen2-VL-OCR-2B-Instruct/blob/main/Demo/ocrtest_qwen.ipynb
|
| 54 |
### How to Use
|
| 55 |
|
| 56 |
```python
|
|
|
|
| 115 |
)
|
| 116 |
print(output_text)
|
| 117 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
### Buf
|
| 119 |
```python
|
| 120 |
buffer = ""
|