Spaces:
Runtime error
Runtime error
Commit
·
247d4bf
1
Parent(s):
527dce0
updated app
Browse files
app.py
CHANGED
|
@@ -42,13 +42,11 @@ model.load_adapter(adapter_path)
|
|
| 42 |
processor = Qwen2VLProcessor.from_pretrained(model_id)
|
| 43 |
|
| 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
|
| 51 |
-
|
| 52 |
"""
|
| 53 |
|
| 54 |
kwargs = {}
|
|
|
|
| 42 |
processor = Qwen2VLProcessor.from_pretrained(model_id)
|
| 43 |
|
| 44 |
DESCRIPTION = """
|
|
|
|
| 45 |
# Qwen2-VL-7B-trl-sft-ChartQA Demo
|
| 46 |
|
| 47 |
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).
|
| 48 |
|
| 49 |
+
The corresponding model is located [here](https://huggingface.co/sergiopaniego/qwen2-7b-instruct-trl-sft-ChartQA)
|
|
|
|
| 50 |
"""
|
| 51 |
|
| 52 |
kwargs = {}
|