Add pipeline tag and library name (#1)
Browse files- Add pipeline tag and library name (ab7848db0d3a6fe14472511eaf93993cdb3c1e15)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- TIGER-Lab/VisCode-Multi-679K
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
-
|
| 8 |
-
- Qwen/Qwen2.5-Coder-32B-Instruct
|
| 9 |
tags:
|
| 10 |
- code
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# VisCoder2-32B
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen2.5-Coder-32B-Instruct
|
| 4 |
datasets:
|
| 5 |
- TIGER-Lab/VisCode-Multi-679K
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
+
license: apache-2.0
|
|
|
|
| 9 |
tags:
|
| 10 |
- code
|
| 11 |
+
pipeline_tag: image-text-to-text
|
| 12 |
+
library_name: transformers
|
| 13 |
---
|
| 14 |
|
| 15 |
# VisCoder2-32B
|