Visual Document Retrieval
PEFT
Safetensors
ArvinZhuang commited on
Commit
1159ba9
·
verified ·
1 Parent(s): 37eb4a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
48
 
49
  processor = AutoProcessor.from_pretrained("Qwen/Qwen2.5-Omni-7B")
50
  model = Qwen2_5OmniThinkerForConditionalGeneration.from_pretrained(
51
- 'ArvinZhuang/OmniEmbed-test',
52
  attn_implementation="flash_attention_2",
53
  torch_dtype=torch.bfloat16
54
  ).to(device).eval()
 
48
 
49
  processor = AutoProcessor.from_pretrained("Qwen/Qwen2.5-Omni-7B")
50
  model = Qwen2_5OmniThinkerForConditionalGeneration.from_pretrained(
51
+ 'Tevatron/OmniEmbed-v0.1',
52
  attn_implementation="flash_attention_2",
53
  torch_dtype=torch.bfloat16
54
  ).to(device).eval()