Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: llama3.2
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3.2
|
3 |
+
---
|
4 |
+
|
5 |
+
This is a merge of the vision adapters from [meta-llama/Llama-3.2-90B-Vision-Instruct](https://huggingface.co/meta-llama/Llama-3.2-90B-Vision-Instruct) onto [https://huggingface.co/mlabonne/Hermes-3-Llama-3.1-70B-lorablated](mlabonne/Hermes-3-Llama-3.1-70B-lorablated).
|
6 |
+
|
7 |
+
Please respect the respective licenses of Meta Llama & Nous Research.
|
8 |
+
|
9 |
+
The method I used is detailed in [this post](https://www.reddit.com/r/LocalLLaMA/comments/1fzduyx/merging_llama_32_vision_adapters_onto_31_finetunes/). I also merged the tokenizer and generation configs.
|
10 |
+
Example python code for weight merging is available in `merge_vision_example.py`.
|