theminji commited on
Commit
9d49c45
·
verified ·
1 Parent(s): eb2f779

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -16,7 +16,7 @@ datasets:
16
 
17
  This model adds image multimodal capabilties, as well as an expanded dataset for training.
18
 
19
- `Sample code to run with transformers pipeline`
20
 
21
  ```py
22
  from transformers import pipeline
@@ -36,6 +36,6 @@ print(pipe(text=messages))
36
 
37
  > test
38
 
39
- ## Shortcomings
40
 
41
- This model was trained on English only dataset, expanding on the base model Qwen3.5 language capabilities, so it may or may not work properly in other langauges.
 
16
 
17
  This model adds image multimodal capabilties, as well as an expanded dataset for training.
18
 
19
+ `Sample code to run with transformers pipeline` (make sure transformers is updated `pip install -U transformers`)
20
 
21
  ```py
22
  from transformers import pipeline
 
36
 
37
  > test
38
 
39
+ ## Limitations
40
 
41
+ This model was trained on English only dataset, expanding on the base model Qwen3.5 language capabilities, so it may or may not work properly in other langauges. I will try it once I get quants out.