Add library name tag and pipeline tag
Browse filesThis PR improves the model card by:
- Ensuring Transformers is properly recognized as the library used for this model.
- Adding a pipeline tag, which makes sure that the model can be found through browsing.
README.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- TIGER-Lab/VisCode-200K
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
-
|
| 8 |
-
- Qwen/Qwen2.5-Coder-3B-Instruct
|
| 9 |
tags:
|
| 10 |
- code
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# VisCoder-3B
|
|
@@ -24,7 +26,7 @@ We propose a **self-debug evaluation protocol** that simulates real-world develo
|
|
| 24 |
|
| 25 |
## 📊 Main Results on PandasPlotBench
|
| 26 |
|
| 27 |
-
We evaluate VisCoder-3B on [**PandasPlotBench**](https://github.com/TIGER-AI-Lab/VisCoder/tree/main/eval), which tests executable visualization code generation across **Matplotlib**, **Seaborn**, and **Plotly**. Evaluation includes both standard generation and **multi-turn self-debugging
|
| 28 |
|
| 29 |

|
| 30 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen2.5-Coder-3B-Instruct
|
| 4 |
datasets:
|
| 5 |
- TIGER-Lab/VisCode-200K
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
+
license: apache-2.0
|
|
|
|
| 9 |
tags:
|
| 10 |
- code
|
| 11 |
+
library_name: transformers
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
---
|
| 14 |
|
| 15 |
# VisCoder-3B
|
|
|
|
| 26 |
|
| 27 |
## 📊 Main Results on PandasPlotBench
|
| 28 |
|
| 29 |
+
We evaluate VisCoder-3B on [**PandasPlotBench**](https://github.com/TIGER-AI-Lab/VisCoder/tree/main/eval), which tests executable visualization code generation across **Matplotlib**, **Seaborn**, and **Plotly**. Evaluation includes both standard generation and **multi-turn self-debugging**
|
| 30 |
|
| 31 |

|
| 32 |
|