m7mdal7aj commited on
Commit
76e5324
·
verified ·
1 Parent(s): 0c07bbe

Update README.md

Browse files

LLaMA-2 Chat model finetuned on OK-VQA dataset

Files changed (1) hide show
  1. README.md +11 -1
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
+ ---