Improve model card: Add pipeline tag, library name and license
Browse filesThis PR improves the model card by adding the `pipeline_tag`, `library_name` and `license` metadata. This improves discoverability and clarifies the model's capabilities and usage.
README.md
CHANGED
|
@@ -3,7 +3,11 @@ datasets:
|
|
| 3 |
- EleutherAI/pile
|
| 4 |
language:
|
| 5 |
- en
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
|
|
|
| 7 |
# Model Card
|
| 8 |
|
| 9 |
This model is pretrained Based model. Based is strong at recalling information provided in context, despite using a fixed amount of memory during inference.
|
|
@@ -40,4 +44,4 @@ Please consider citing this paper if you use our work:
|
|
| 40 |
}
|
| 41 |
```
|
| 42 |
|
| 43 |
-
Please reach out to [email protected], [email protected], and [email protected] with questions.
|
|
|
|
| 3 |
- EleutherAI/pile
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
+
library_name: transformers
|
| 8 |
+
license: mit
|
| 9 |
---
|
| 10 |
+
|
| 11 |
# Model Card
|
| 12 |
|
| 13 |
This model is pretrained Based model. Based is strong at recalling information provided in context, despite using a fixed amount of memory during inference.
|
|
|
|
| 44 |
}
|
| 45 |
```
|
| 46 |
|
| 47 |
+
Please reach out to [email protected], [email protected], and [email protected] with questions.
|