Add pipeline tag and library_name to model card (#1)
Browse files- Add pipeline tag and library_name to model card (82cab210f01514e7e15e4c67452b37a3e87a346a)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
| 6 |
## Alignment with Fill-In-the-Middle for Enhancing Code Generation
|
| 7 |
|
| 8 |
<p align="center">
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
library_name: transformers
|
| 7 |
---
|
| 8 |
+
|
| 9 |
## Alignment with Fill-In-the-Middle for Enhancing Code Generation
|
| 10 |
|
| 11 |
<p align="center">
|