Update README.md
Browse files
README.md
CHANGED
@@ -98,7 +98,7 @@ The model weights above are *delta* weights. The usage of LLaVA-Med checkpoints
|
|
98 |
|
99 |
Instructions:
|
100 |
|
101 |
-
1. Download the delta weights
|
102 |
1. Get the original LLaMA weights in the huggingface format by following the instructions [here](https://huggingface.co/docs/transformers/main/model_doc/llama).
|
103 |
1. Use the following scripts to get LLaVA-Med weights by applying our delta. In the script below, set the --delta argument to the path of the unzipped `llava_med_in_text_60k_delta` directory. It can be adapted for other delta weights by changing the `--delta` argument (and base/target accordingly).
|
104 |
|
|
|
98 |
|
99 |
Instructions:
|
100 |
|
101 |
+
1. Download the delta weights.
|
102 |
1. Get the original LLaMA weights in the huggingface format by following the instructions [here](https://huggingface.co/docs/transformers/main/model_doc/llama).
|
103 |
1. Use the following scripts to get LLaVA-Med weights by applying our delta. In the script below, set the --delta argument to the path of the unzipped `llava_med_in_text_60k_delta` directory. It can be adapted for other delta weights by changing the `--delta` argument (and base/target accordingly).
|
104 |
|