Add pipeline tag and library name
Browse filesThis PR adds the `pipeline_tag` and `library_name` to the metadata, ensuring that people know that this model can be used via the Transformers library and can be found at https://huggingface.co/models?pipeline_tag=text-generation.
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
datasets:
|
| 4 |
- cerebras/SlimPajama-627B
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Random Baseline Language Model (3.3B Parameters, 100B Tokens)
|
|
@@ -164,4 +166,4 @@ Please refer to the license terms of the original SlimPajama dataset and follow
|
|
| 164 |
|
| 165 |
## Contact
|
| 166 |
|
| 167 |
-
For questions or issues, please contact the authors or open an issue in the repository.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
datasets:
|
| 3 |
- cerebras/SlimPajama-627B
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
license: mit
|
| 7 |
+
pipeline_tag: text-generation
|
| 8 |
+
library_name: transformers
|
| 9 |
---
|
| 10 |
|
| 11 |
# Random Baseline Language Model (3.3B Parameters, 100B Tokens)
|
|
|
|
| 166 |
|
| 167 |
## Contact
|
| 168 |
|
| 169 |
+
For questions or issues, please contact the authors or open an issue in the repository.
|