grimulkan commited on
Commit
c9618e4
·
verified ·
1 Parent(s): 76ca0b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,4 +9,4 @@ Please respect the respective licenses of Meta Llama & Nous Research.
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](https://huggingface.co/grimulkan/Llama-3.2-90B-Vision-Hermes-3-lorablated-merge/blob/main/merge_vision_example.py), which works for both 11B and 90B.
11
 
12
- An 1B version of this merge is [available here](https://huggingface.co/grimulkan/meta-llama-Llama-3.2-11B-Vision-Instruct-Hermes-3-lorablated).
 
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](https://huggingface.co/grimulkan/Llama-3.2-90B-Vision-Hermes-3-lorablated-merge/blob/main/merge_vision_example.py), which works for both 11B and 90B.
11
 
12
+ An 11B version of this merge is [available here](https://huggingface.co/grimulkan/meta-llama-Llama-3.2-11B-Vision-Instruct-Hermes-3-lorablated).