Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,8 @@ language:
|
|
16 |
metrics:
|
17 |
- accuracy
|
18 |
pipeline_tag: visual-question-answering
|
|
|
|
|
19 |
---
|
20 |
|
21 |
|
@@ -135,4 +137,4 @@ If you find VideoLLaMA useful for your research and applications, please cite us
|
|
135 |
year = {2023},
|
136 |
url = {https://arxiv.org/abs/2306.02858}
|
137 |
}
|
138 |
-
```
|
|
|
16 |
metrics:
|
17 |
- accuracy
|
18 |
pipeline_tag: visual-question-answering
|
19 |
+
base_model:
|
20 |
+
- Qwen/Qwen2.5-1.5B-Instruct
|
21 |
---
|
22 |
|
23 |
|
|
|
137 |
year = {2023},
|
138 |
url = {https://arxiv.org/abs/2306.02858}
|
139 |
}
|
140 |
+
```
|