Update README.md
Browse files
README.md
CHANGED
@@ -94,11 +94,11 @@ print(generated_texts[0])
|
|
94 |
|
95 |
### Training Data
|
96 |
|
97 |
-
[
|
98 |
|
99 |
### Training Procedure
|
100 |
|
101 |
-
See detailed blog on preference tuning VLLMs [here](https://huggingface.co/blog/dpo_vlm).
|
102 |
|
103 |
```bash
|
104 |
accelerate launch --config_file examples/accelerate_configs/multi_gpu.yaml \
|
|
|
94 |
|
95 |
### Training Data
|
96 |
|
97 |
+
[HuggingFaceH4/rlaif-v_formatted](https://huggingface.co/datasets/HuggingFaceH4/rlaif-v_formatted)
|
98 |
|
99 |
### Training Procedure
|
100 |
|
101 |
+
See the detailed blog on preference tuning VLLMs [here](https://huggingface.co/blog/dpo_vlm).
|
102 |
|
103 |
```bash
|
104 |
accelerate launch --config_file examples/accelerate_configs/multi_gpu.yaml \
|