Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- llamafactory/pokemon-gpt4o-captions
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- zh
|
8 |
+
base_model: Qwen/Qwen2-VL-7B-Instruct
|
9 |
+
pipeline_tag: visual-question-answering
|
10 |
+
library_name: peft
|
11 |
+
---
|
12 |
+
|
13 |
+
# Qwen2-VL-7B-Pokemon
|
14 |
+
|
15 |
+
This model is fine-tuned from [Qwen2-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct) on [pokemon-gpt4o-captions](https://huggingface.co/datasets/llamafactory/pokemon-gpt4o-captions) dataset.
|