AdaptLLM commited on
Commit
9fe7b86
1 Parent(s): fb1b9f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ We investigate domain adaptation of MLLMs through post-training, focusing on dat
40
 
41
  ## 1. To Chat with AdaMLLM
42
 
43
- Our model architecture aligns with the base model: Llama-3.2-Vision-Instruct. We provide a usage example below, and you may refer to the official [Llama-3.2-Vision-Instruct Repository](https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct) for more advanced usage instructions,
44
 
45
  **Note:** For AdaMLLM, always place the image at the beginning of the input instruction in the messages.
46
 
 
40
 
41
  ## 1. To Chat with AdaMLLM
42
 
43
+ Our model architecture aligns with the base model: Llama-3.2-Vision-Instruct. We provide a usage example below, and you may refer to the official [Llama-3.2-Vision-Instruct Repository](https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct) for more advanced usage instructions.
44
 
45
  **Note:** For AdaMLLM, always place the image at the beginning of the input instruction in the messages.
46