Add pipeline tag and library name (#1)
Browse files- Add pipeline tag and library name (6bb55fe56342b3a31ccfebfcd7f778d4a4961d5b)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
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-7B-Instruct
|
9 |
tags:
|
10 |
- code
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# VisCoder-7B
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen2.5-Coder-7B-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-7B
|