yuanshengni nielsr HF Staff commited on
Commit
2536cdc
·
verified ·
1 Parent(s): 875c0b6

Add library name tag and pipeline tag (#1)

Browse files

- Add library name tag and pipeline tag (6e66e92f491a650639f5e30a6ea0f74df13d27e9)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,13 +1,15 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - TIGER-Lab/VisCode-200K
5
  language:
6
  - en
7
- base_model:
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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64de37ee5e192985054be575/ZTicATvYEIVRe4OCj16GV.png)
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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64de37ee5e192985054be575/ZTicATvYEIVRe4OCj16GV.png)
32