Update README.md
Browse files
README.md
CHANGED
@@ -74,4 +74,10 @@ model-index:
|
|
74 |
value: 40.55
|
75 |
name: accuracy
|
76 |
verified: true
|
77 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
value: 40.55
|
75 |
name: accuracy
|
76 |
verified: true
|
77 |
+
---
|
78 |
+
|
79 |
+
# LLaVA-Scissor-baseline-7B
|
80 |
+
|
81 |
+
## Model Summary
|
82 |
+
This repository contains the baseline model used in LLaVA-Scissor.
|
83 |
+
This model is an enhanced version of [LLaVA-OneVision](https://huggingface.co/lmms-lab/llava-onevision-qwen2-7b-ov) model with [SIGLIP](https://huggingface.co/google/siglip-so400m-patch14-384) vision encoder and [Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) large language model and is finetuned with [Oryx](https://huggingface.co/datasets/THUdyh/Oryx-SFT-Data) data.
|