Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
## Installation
|
6 |
|
7 |
Clone the repository and navigate to the RRPO directory:
|
@@ -15,6 +23,16 @@ conda activate videochat2
|
|
15 |
pip install -r videochat2.txt
|
16 |
```
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
## Inference
|
19 |
|
20 |
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- OpenGVLab/VideoChat2_stage3_Mistral_7B
|
5 |
---
|
6 |
|
7 |
+
<a href='https://arxiv.org/abs/2504.12083'><img src='https://img.shields.io/badge/arXiv-paper-red'></a>
|
8 |
+
<a href='https://pritamqu.github.io/RRPO/'><img src='https://img.shields.io/badge/project-RRPO-blue'></a>
|
9 |
+
<a href='https://huggingface.co/datasets/pritamqu/self-alignment'><img src='https://img.shields.io/badge/huggingface-datasets-green'></a>
|
10 |
+
<a href='https://huggingface.co/collections/pritamqu/rrpo-67fbc8c048b298a5fdfb167b'><img src='https://img.shields.io/badge/model-checkpoints-yellow'></a>
|
11 |
+
</a><a href='https://github.com/pritamqu/RRPO'><img src='https://img.shields.io/badge/github-repository-purple'></a>
|
12 |
+
|
13 |
## Installation
|
14 |
|
15 |
Clone the repository and navigate to the RRPO directory:
|
|
|
23 |
pip install -r videochat2.txt
|
24 |
```
|
25 |
|
26 |
+
|
27 |
+
## Download weights
|
28 |
+
|
29 |
+
```
|
30 |
+
# base model
|
31 |
+
git clone [email protected]:OpenGVLab/VideoChat2_stage3_Mistral_7B
|
32 |
+
# RRPO weights
|
33 |
+
git clone [email protected]:pritamqu/VideoChat2_stage3_Mistral_7B-RRPO-16f-LORA
|
34 |
+
```
|
35 |
+
|
36 |
## Inference
|
37 |
|
38 |
```
|