prithivMLmods
commited on
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 |
-
![demo](https://huggingface.co/prithivMLmods/Qwen2-VL-OCR-2B-Instruct/resolve/main/Sample_Inference/123.png)
|
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 |
+
![123.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/TlsmcTqoQMvaBhwo8tGeU.png)
|
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 = ""
|