huihui-ai commited on
Commit
fa935a7
·
verified ·
1 Parent(s): 32916f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -20,6 +20,13 @@ This is an uncensored version of [Qwen/Qwen2.5-VL-7B-Instruct](https://huggingfa
20
 
21
  It was only the text part that was processed, not the image part.
22
 
 
 
 
 
 
 
 
23
  ## Usage
24
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
25
 
 
20
 
21
  It was only the text part that was processed, not the image part.
22
 
23
+ ## ollama
24
+
25
+ You can use [huihui_ai/qwen2.5-vl-abliterated:7b](https://ollama.com/huihui_ai/qwen2.5-vl-abliterated:7b) directly,
26
+ ```
27
+ ollama run huihui_ai/qwen2.5-vl-abliterated:7b
28
+ ```
29
+
30
  ## Usage
31
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
32