firqaaa commited on
Commit
73f1d4a
1 Parent(s): 9749c29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -36,6 +36,9 @@ The model was trained on April the 11th 2024
36
 
37
  ## How to use
38
 
 
 
 
39
  ```python
40
  from peft import PeftModel, PeftConfig
41
  import torch
 
36
 
37
  ## How to use
38
 
39
+ The model supports multi-image and multi-prompt generation. Meaning that you can pass multiple images in your prompt.
40
+ Make sure also to follow the correct prompt template (USER: xxx\nASSISTANT:) and add the token <image> to the location where you want to query images:
41
+
42
  ```python
43
  from peft import PeftModel, PeftConfig
44
  import torch