Add library_name and pipeline_tag
Browse filesThis PR makes sure the `library_name` is correctly set and adds the relevant `pipeline_tag` to the model card.
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
datasets:
|
4 |
- cerebras/SlimPajama-627B
|
5 |
- bigcode/starcoderdata
|
@@ -8,7 +7,11 @@ datasets:
|
|
8 |
language:
|
9 |
- fi
|
10 |
- en
|
|
|
|
|
|
|
11 |
---
|
|
|
12 |
<div align="center">
|
13 |
<img src="./poro-logo.png" width="200px">
|
14 |
</div>
|
@@ -136,4 +139,4 @@ Pyysalo},
|
|
136 |
archivePrefix={arXiv},
|
137 |
primaryClass={cs.CL}
|
138 |
}
|
139 |
-
```
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- cerebras/SlimPajama-627B
|
4 |
- bigcode/starcoderdata
|
|
|
7 |
language:
|
8 |
- fi
|
9 |
- en
|
10 |
+
license: apache-2.0
|
11 |
+
library_name: transformers
|
12 |
+
pipeline_tag: text-generation
|
13 |
---
|
14 |
+
|
15 |
<div align="center">
|
16 |
<img src="./poro-logo.png" width="200px">
|
17 |
</div>
|
|
|
139 |
archivePrefix={arXiv},
|
140 |
primaryClass={cs.CL}
|
141 |
}
|
142 |
+
```
|