prithivMLmods commited on
Commit
f503f2c
·
verified ·
1 Parent(s): 1648180

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -7,7 +7,6 @@ language:
7
  pipeline_tag: image-text-to-text
8
  library_name: transformers
9
  tags:
10
- - trl
11
  - text-generation-inference
12
  - abliterated
13
  - v1.0
@@ -51,12 +50,12 @@ from qwen_vl_utils import process_vision_info
51
  import torch
52
 
53
  model = Qwen3VLForConditionalGeneration.from_pretrained(
54
- "prithivMLmods/Qwen3-VL-8B-Instruct-abliterated",
55
  torch_dtype="auto",
56
  device_map="auto"
57
  )
58
 
59
- processor = AutoProcessor.from_pretrained("prithivMLmods/Qwen3-VL-8B-Instruct-abliterated")
60
 
61
  messages = [
62
  {
 
7
  pipeline_tag: image-text-to-text
8
  library_name: transformers
9
  tags:
 
10
  - text-generation-inference
11
  - abliterated
12
  - v1.0
 
50
  import torch
51
 
52
  model = Qwen3VLForConditionalGeneration.from_pretrained(
53
+ "prithivMLmods/Qwen3-VL-8B-Instruct-abliterated-v1",
54
  torch_dtype="auto",
55
  device_map="auto"
56
  )
57
 
58
+ processor = AutoProcessor.from_pretrained("prithivMLmods/Qwen3-VL-8B-Instruct-abliterated-v1")
59
 
60
  messages = [
61
  {