Add pipeline tag and library_name to model card (#1)
Browse files- Add pipeline tag and library_name to model card (81298eee81365bf03942a88684d2dfdcb3a170c4)
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">
|