bfshi commited on
Commit
404469f
1 Parent(s): c77b804

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -4
README.md CHANGED
@@ -1,9 +1,30 @@
1
  ---
2
- library_name: peft
3
  ---
4
- ## Training procedure
5
 
6
- ### Framework versions
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
- - PEFT 0.4.0
 
1
  ---
2
+ {}
3
  ---
 
4
 
5
+ [![CODE](https://img.shields.io/badge/GitHub-Repository-<COLOR>)](https://github.com/bfshi/scaling_on_scales)
6
 
7
+ # When Do We Not Need Larger Vision Models?
8
+
9
+ ## Model
10
+
11
+ This is a LLaVA-v1.5-7b model trained with [S<sup>2</sup>-Wrapper](https://github.com/bfshi/scaling_on_scales), a simple approach to enable any vision model to perceive high-resolution images. We use image resolutions of up to 1008x1008 for this model.
12
+
13
+ ## Training
14
+
15
+ The training pipeline and dataset completely follow [LLaVA-v1.5](https://github.com/haotian-liu/LLaVA/tree/main). We use LoRA to fine-tune the model.
16
+
17
+ ## Benchmarking
18
+
19
+ | Version | Size | Schedule | Checkpoint | VQAv2 | VizWiz | TextVQA | MMMU-val | MathVista | MM-Bench | SEED | MM-Vet |
20
+ |----------|----------|-----------|-----------|---|---|---|---|---|---|---|---|
21
+ | LLaVA-1.5 | 7B | full_ft-1e | [liuhaotian/llava-v1.5-7b](https://huggingface.co/liuhaotian/llava-v1.5-7b) | 78.5 | 50.0 | 58.2 | 36.2 | 25.2 | 64.3 | 65.7 | 31.1 |
22
+ | LLaVA-1.5 | 7B | lora-1e | [liuhaotian/llava-v1.5-7b-lora](https://huggingface.co/liuhaotian/llava-v1.5-7b-lora) | 79.1 | 47.8 | 58.2 | - | - | 66.1 | - | 30.2 |
23
+ | LLaVA-1.5-S2 | 7B | lora-1e | this model | **80.0** | **50.1** | **61.0** | **37.7** | **25.3** | **66.2** | **67.9** | **32.4** |
24
+
25
+
26
+
27
+ ## License
28
+ Llama 2 is licensed under the LLAMA 2 Community License,
29
+ Copyright (c) Meta Platforms, Inc. All Rights Reserved.
30