Add metadata in the model card
Browse files
README.md
CHANGED
|
@@ -1,7 +1,17 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
-
tasks:
|
| 4 |
- code-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
# Model Card for CodeFuse-CodeLlama-34B
|
| 7 |

|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
+
tasks:
|
| 4 |
- code-generation
|
| 5 |
+
datasets:
|
| 6 |
+
- codefuse-ai/CodeExercise-Python-27k
|
| 7 |
+
- codefuse-ai/Evol-instruction-66k
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
- zh
|
| 11 |
+
pipeline_tag: text-generation
|
| 12 |
+
library_name: transformers
|
| 13 |
+
tags:
|
| 14 |
+
- code
|
| 15 |
---
|
| 16 |
# Model Card for CodeFuse-CodeLlama-34B
|
| 17 |

|