Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ We investigate domain adaptation of MLLMs through post-training, focusing on dat
|
|
27 |
To synthesize an "instruction-informative response-precise response" triplet based on the following image-caption pair.
|
28 |
|
29 |
<p align='left'>
|
30 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/650801ced5578ef7e20b33d4/mgI_Ayj12_Q_kviWvfAVb.jpeg" width="
|
31 |
</p>
|
32 |
|
33 |
```python
|
@@ -47,7 +47,6 @@ caption = "Dish: Strawberry Waffles\n\nSteps to prepare:\na). Preheat and grease
|
|
47 |
# Path to synthesizer
|
48 |
model_path = "AdaptLLM/visual-instruction-synthesizer"
|
49 |
|
50 |
-
|
51 |
# =========================== Do NOT need to modify the following ===============================
|
52 |
|
53 |
# Prompt Hints
|
@@ -172,16 +171,4 @@ AdaMLLM
|
|
172 |
journal={arXiv preprint arXiv:2406.14491},
|
173 |
year={2024}
|
174 |
}
|
175 |
-
```
|
176 |
-
|
177 |
-
[Adapt LLM to Domains](https://huggingface.co/papers/2309.09530) (ICLR 2024)
|
178 |
-
```bibtex
|
179 |
-
@inproceedings{
|
180 |
-
cheng2024adapting,
|
181 |
-
title={Adapting Large Language Models via Reading Comprehension},
|
182 |
-
author={Daixuan Cheng and Shaohan Huang and Furu Wei},
|
183 |
-
booktitle={The Twelfth International Conference on Learning Representations},
|
184 |
-
year={2024},
|
185 |
-
url={https://openreview.net/forum?id=y886UXPEZ0}
|
186 |
-
}
|
187 |
```
|
|
|
27 |
To synthesize an "instruction-informative response-precise response" triplet based on the following image-caption pair.
|
28 |
|
29 |
<p align='left'>
|
30 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/650801ced5578ef7e20b33d4/mgI_Ayj12_Q_kviWvfAVb.jpeg" width="200">
|
31 |
</p>
|
32 |
|
33 |
```python
|
|
|
47 |
# Path to synthesizer
|
48 |
model_path = "AdaptLLM/visual-instruction-synthesizer"
|
49 |
|
|
|
50 |
# =========================== Do NOT need to modify the following ===============================
|
51 |
|
52 |
# Prompt Hints
|
|
|
171 |
journal={arXiv preprint arXiv:2406.14491},
|
172 |
year={2024}
|
173 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
```
|