Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
527dce0
1
Parent(s):
70459d7
Updated app
Browse files
app.py
CHANGED
@@ -44,8 +44,10 @@ processor = Qwen2VLProcessor.from_pretrained(model_id)
|
|
44 |
DESCRIPTION = """
|
45 |
|
46 |
# Qwen2-VL-7B-trl-sft-ChartQA Demo
|
47 |
-
|
48 |
-
[Qwen2-VL-7B
|
|
|
|
|
49 |
|
50 |
"""
|
51 |
|
|
|
44 |
DESCRIPTION = """
|
45 |
|
46 |
# Qwen2-VL-7B-trl-sft-ChartQA Demo
|
47 |
+
|
48 |
+
This is a demo Space for a fine-tuned version of [Qwen2-VL-7B](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct) trained using [ChatQA dataset](https://huggingface.co/datasets/HuggingFaceM4/ChartQA).
|
49 |
+
|
50 |
+
The corresponding mode is located [here](sergiopaniego/qwen2-7b-instruct-trl-sft-ChartQA)
|
51 |
|
52 |
"""
|
53 |
|