Update README.md
Browse filesLLaMA-2 Chat model finetuned on OK-VQA dataset
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- meta-llama/Llama-2-7b-chat-hf
|
7 |
+
pipeline_tag: visual-question-answering
|
8 |
+
tags:
|
9 |
+
- multimodal
|
10 |
+
- KBVQA
|
11 |
+
- VQA
|
12 |
+
- Finetuning
|
13 |
+
---
|