Installation

Clone the repository and navigate to the RRPO directory:

git clone https://github.com/pritamqu/RRPO
cd RRPO

conda create -n longvu python=3.10 -y
conda activate longvu
pip install -r longvu.txt

Download weights

git clone [email protected]:pritamqu/LongVU_Qwen2_7B-RRPO-16f

Inference

conda activate longvu
WEIGHTS_ROOT="./"

## using merged weights
python inference.py \
    --base_model_name "longvu_qwen_7b" \
    --model-path ${WEIGHTS_ROOT}"/LongVU_Qwen2_7B-RRPO-16f" \
    --video_path "sample_video.mp4" \
    --question "Describe this video." \
    --model_max_length 1024
Downloads last month
2
Safetensors
Model size
7.67B params
Tensor type
FP16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for pritamqu/LongVU_Qwen2_7B-RRPO-16f

Base model

Qwen/Qwen2-7B
Finetuned
(2)
this model