Add pipeline tag
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
base_model: Dream-org/Dream-Coder-v0-Base-7B
|
| 4 |
-
tags:
|
| 5 |
-
- code
|
| 6 |
-
- code-generation
|
| 7 |
-
- diffusion
|
| 8 |
-
- masked-diffusion
|
| 9 |
-
- flexmdm
|
| 10 |
-
- any-order
|
| 11 |
language:
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# FlexMDM — Dream-Coder-7B
|
|
@@ -93,4 +94,4 @@ metrics (CBC/RUB/RUB+/OBW).
|
|
| 93 |
Apache-2.0 (derived from Dream-Coder, Apache-2.0). Research artifact — **not a
|
| 94 |
deployment-ready system**; generated code may be incorrect or insecure, so sandbox
|
| 95 |
before executing. Note the non-commercial license on part of the training data
|
| 96 |
-
(above).
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model: Dream-org/Dream-Coder-v0-Base-7B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
+
- en
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
+
tags:
|
| 8 |
+
- code
|
| 9 |
+
- code-generation
|
| 10 |
+
- diffusion
|
| 11 |
+
- masked-diffusion
|
| 12 |
+
- flexmdm
|
| 13 |
+
- any-order
|
| 14 |
---
|
| 15 |
|
| 16 |
# FlexMDM — Dream-Coder-7B
|
|
|
|
| 94 |
Apache-2.0 (derived from Dream-Coder, Apache-2.0). Research artifact — **not a
|
| 95 |
deployment-ready system**; generated code may be incorrect or insecure, so sandbox
|
| 96 |
before executing. Note the non-commercial license on part of the training data
|
| 97 |
+
(above).
|