prithivMLmods commited on
Commit
f74c657
·
verified ·
1 Parent(s): cadcdaa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -10,6 +10,7 @@ library_name: transformers
10
  tags:
11
  - trl
12
  - Document
 
13
  - KIE
14
  - OCR
15
  - VL
@@ -51,7 +52,7 @@ This model shows significant improvements in [LaTeX rendering and Markdown rende
51
 
52
  * **Visually-Grounded Device Interaction**: Enables mobile/robotic device operation via visual inputs and text-based instructions using contextual understanding and decision-making logic.
53
 
54
- # Quick Start with Transformers🤗
55
 
56
  ```python
57
  from transformers import Qwen2_5_VLForConditionalGeneration, AutoTokenizer, AutoProcessor
 
10
  tags:
11
  - trl
12
  - Document
13
+ - VLM
14
  - KIE
15
  - OCR
16
  - VL
 
52
 
53
  * **Visually-Grounded Device Interaction**: Enables mobile/robotic device operation via visual inputs and text-based instructions using contextual understanding and decision-making logic.
54
 
55
+ # Quick Start with Transformers
56
 
57
  ```python
58
  from transformers import Qwen2_5_VLForConditionalGeneration, AutoTokenizer, AutoProcessor