Spaces:
Running
on
Zero
Running
on
Zero
sergiopaniego
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,8 @@ DESCRIPTION = """
|
|
14 |
This is a demo Space for a fine-tuned version of [SmolVLM](https://huggingface.co/HuggingFaceTB/SmolVLM-Instruct) trained using [rlaif-v dataset](https://huggingface.co/datasets/HuggingFaceH4/rlaif-v_formatted).
|
15 |
|
16 |
The corresponding model is located [here](https://huggingface.co/HuggingFaceTB/SmolVLM-Instruct-DPO).
|
|
|
|
|
17 |
"""
|
18 |
|
19 |
model_id = "HuggingFaceTB/SmolVLM-Instruct"
|
|
|
14 |
This is a demo Space for a fine-tuned version of [SmolVLM](https://huggingface.co/HuggingFaceTB/SmolVLM-Instruct) trained using [rlaif-v dataset](https://huggingface.co/datasets/HuggingFaceH4/rlaif-v_formatted).
|
15 |
|
16 |
The corresponding model is located [here](https://huggingface.co/HuggingFaceTB/SmolVLM-Instruct-DPO).
|
17 |
+
|
18 |
+
For a full tutorial of fine-tuning using DPO, check out [this link](https://huggingface.co/learn/cookbook/index).
|
19 |
"""
|
20 |
|
21 |
model_id = "HuggingFaceTB/SmolVLM-Instruct"
|