chenlin
commited on
Commit
•
a973da7
1
Parent(s):
157be44
update usage
Browse files
README.md
CHANGED
@@ -17,6 +17,9 @@ ShareGPT4V-7B was trained in Nov 2023.
|
|
17 |
**Paper or resources for more information:**
|
18 |
[[Project](https://ShareGPT4V.github.io/)] [[Paper](https://huggingface.co/papers/2311.12793)] [[Code](https://github.com/InternLM/InternLM-XComposer/tree/main/projects/ShareGPT4V)]
|
19 |
|
|
|
|
|
|
|
20 |
## License
|
21 |
Llama 2 is licensed under the LLAMA 2 Community License,
|
22 |
Copyright (c) Meta Platforms, Inc. All Rights Reserved.
|
|
|
17 |
**Paper or resources for more information:**
|
18 |
[[Project](https://ShareGPT4V.github.io/)] [[Paper](https://huggingface.co/papers/2311.12793)] [[Code](https://github.com/InternLM/InternLM-XComposer/tree/main/projects/ShareGPT4V)]
|
19 |
|
20 |
+
## Usage
|
21 |
+
You can directly utilize this model as we provide in our [[repository](https://github.com/InternLM/InternLM-XComposer/tree/main/projects/ShareGPT4V)]. Moreover, you can modify the architecture name from "Share4VLlamaForCausalLM" to "LLaVALlamaForCausalLM" and the model_type keyword from "share4v" to "llava" in our config file and seamlessly load our model in the [[LLaVA repository](https://github.com/haotian-liu/LLaVA)].
|
22 |
+
|
23 |
## License
|
24 |
Llama 2 is licensed under the LLAMA 2 Community License,
|
25 |
Copyright (c) Meta Platforms, Inc. All Rights Reserved.
|