czczup commited on
Commit
932b6de
1 Parent(s): 450aed5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -136,6 +136,10 @@ response, history = model.chat(tokenizer, pixel_values, question, generation_con
136
  print(question, response)
137
  ```
138
 
 
 
 
 
139
  ## Citation
140
 
141
  If you find this project useful in your research, please consider citing:
@@ -154,7 +158,3 @@ If you find this project useful in your research, please consider citing:
154
  year={2024}
155
  }
156
  ```
157
-
158
- ## License
159
-
160
- This project is released under the MIT license. Parts of this project contain code and models (e.g., LLaMA2) from other sources, which are subject to their respective licenses.
 
136
  print(question, response)
137
  ```
138
 
139
+ ## License
140
+
141
+ This project is released under the MIT license. Parts of this project contain code and models (e.g., LLaMA2) from other sources, which are subject to their respective licenses.
142
+
143
  ## Citation
144
 
145
  If you find this project useful in your research, please consider citing:
 
158
  year={2024}
159
  }
160
  ```