BBBBCHAN commited on
Commit
ad64fea
·
verified ·
1 Parent(s): c521a26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ datasets:
4
+ - THUdyh/Oryx-SFT-Data
5
+ language:
6
+ - en
7
+ - zh
8
+ metrics:
9
+ - accuracy
10
+ base_model:
11
+ - google/siglip-so400m-patch14-384
12
+ - Qwen/Qwen2.5-0.5B-Instruct
13
+ library_name: transformers
14
+ ---
15
+ # LLaVA-Scissor-baseline-0.5B
16
+
17
+ ## Model Summary
18
+ This repository contains the baseline model used in LLaVA-Scissor.
19
+ This model is an enhanced version of [LLaVA-OneVision](https://huggingface.co/lmms-lab/llava-onevision-qwen2-0.5b-ov) model with [SIGLIP](https://huggingface.co/google/siglip-so400m-patch14-384) vision encoder and [Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) large language model and is finetuned with [Oryx](https://huggingface.co/datasets/THUdyh/Oryx-SFT-Data) data.