Image-Text-to-Text
Transformers
English
qwen2_vl
conversational
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ The detailed leaderboard is [here](https://huggingface.co/spaces/TIGER-Lab/MMEB)
27
  ## How to use VLM2Vec
28
  We have provided demo example in our [Github](https://github.com/TIGER-AI-Lab/VLM2Vec/tree/main/experiments/examples/qwen2vl).
29
 
30
- ```
31
  from src.arguments import ModelArguments, DataArguments
32
  from src.model.model import MMEBModel
33
  from src.model.processor import load_processor, QWEN2_VL, VLM_VIDEO_TOKENS
 
27
  ## How to use VLM2Vec
28
  We have provided demo example in our [Github](https://github.com/TIGER-AI-Lab/VLM2Vec/tree/main/experiments/examples/qwen2vl).
29
 
30
+ ```python
31
  from src.arguments import ModelArguments, DataArguments
32
  from src.model.model import MMEBModel
33
  from src.model.processor import load_processor, QWEN2_VL, VLM_VIDEO_TOKENS