Update README.md
Browse files
README.md
CHANGED
|
@@ -115,6 +115,9 @@ response, history = model.chat(tokenizer, pixel_values, question, generation_con
|
|
| 115 |
print(question, response)
|
| 116 |
```
|
| 117 |
|
|
|
|
|
|
|
|
|
|
| 118 |
|
| 119 |
## Citation
|
| 120 |
|
|
@@ -134,7 +137,3 @@ If you find this project useful in your research, please consider citing:
|
|
| 134 |
year={2024}
|
| 135 |
}
|
| 136 |
```
|
| 137 |
-
|
| 138 |
-
## License
|
| 139 |
-
|
| 140 |
-
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.
|
|
|
|
| 115 |
print(question, response)
|
| 116 |
```
|
| 117 |
|
| 118 |
+
## License
|
| 119 |
+
|
| 120 |
+
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.
|
| 121 |
|
| 122 |
## Citation
|
| 123 |
|
|
|
|
| 137 |
year={2024}
|
| 138 |
}
|
| 139 |
```
|
|
|
|
|
|
|
|
|
|
|
|