Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- liuhaotian/LLaVA-7b-delta-v0
|
| 5 |
+
- huggyllama/llama-7b
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
This repository hosts full, ready-to-use LLaVA model weights that were originally released as delta weights. These models were created by applying delta updates to the original LLaMA weights in accordance with the licensing terms.
|
| 9 |
+
|
| 10 |
+
Note: While these models no longer require users to manually apply delta weights, use of these checkpoints must still comply with the original LLaMA license.
|
| 11 |
+
|
| 12 |
+
These are complete LLaVA model weights, built from:
|
| 13 |
+
|
| 14 |
+
Base: LLaMA (Meta AI)
|
| 15 |
+
|
| 16 |
+
Delta: LLaVA delta weights (e.g., liuhaotian/LLaVA-7b-delta-v0)
|
| 17 |
+
|
| 18 |
+
Tool used: llava.model.apply_delta
|
| 19 |
+
|
| 20 |
+
LLaVA Delta Example: liuhaotian/LLaVA-7b-delta-v0
|
| 21 |
+
|
| 22 |
+
GitHub: https://github.com/haotian-liu/LLaVA
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
This model incorporates original LLaMA weights and thus falls under the LLaMA model license. Please make sure you are eligible and in compliance before using these weights.
|