Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,10 @@
|
|
2 |
license: llama3.2
|
3 |
datasets:
|
4 |
- osunlp/Multimodal-Mind2Web
|
|
|
|
|
5 |
---
|
6 |
|
7 |
-
This is a finetuned Llama
|
8 |
|
9 |
Step by step guide: https://github.com/roywei/llama-3-2-vision-finetune
|
|
|
2 |
license: llama3.2
|
3 |
datasets:
|
4 |
- osunlp/Multimodal-Mind2Web
|
5 |
+
base_model:
|
6 |
+
- meta-llama/Llama-3.2-11B-Vision-Instruct
|
7 |
---
|
8 |
|
9 |
+
This is a finetuned Llama-3.2-11B-Vision-Instruct model, the dataset used is Multimodal-Mind2Web dataset.
|
10 |
|
11 |
Step by step guide: https://github.com/roywei/llama-3-2-vision-finetune
|