File tree Expand file tree Collapse file tree 3 files changed +614
-0
lines changed
configs/sparsification/methods/FastVID
llmc/compression/token_reduction Expand file tree Collapse file tree 3 files changed +614
-0
lines changed Original file line number Diff line number Diff line change 1+ base :
2+ seed : &seed 42
3+ model :
4+ type : Llava OneVision
5+ path : model path
6+ torch_dtype : auto
7+ eval :
8+ eval_pos : [pretrain, transformed]
9+ type : vqa
10+ name : [mme]
11+ download : False
12+ path : MME dataset path
13+ bs : 1
14+ inference_per_block : False
15+ sparse :
16+ method : TokenReduction
17+ special :
18+ method : FastVID
19+ retention_ratio : 0.10
20+ DySeg_c : 8
21+ DySeg_tau : 0.9
22+ STPrune_d : 0.4
23+ DTM_p : 4
24+ DTM_alpha : 0.6
25+ save :
26+ save_trans : False
27+ save_fake : False
28+ save_path : /path/to/save/
Original file line number Diff line number Diff line change 22from .dycoke import DyCoke
33from .fastervlm import FasterVLM
44from .fastv import FastV
5+ from .fastvid import FastVID
56from .prunevid import PruneVid
67from .pyramiddrop import PyramidDrop
78from .sparsevlm import SparseVLM
You can’t perform that action at this time.
0 commit comments