Add pipeline tag, library name and license
Browse filesThis PR adds the `pipeline_tag` and `library_name` tags to improve discoverability. It also adds the license, ensuring compliance and transparency.
README.md
CHANGED
|
@@ -3,7 +3,11 @@ datasets:
|
|
| 3 |
- HuggingFaceTB/smollm-corpus
|
| 4 |
language:
|
| 5 |
- en
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
|
|
|
| 7 |
# Outlier-Safe Pre-Training
|
| 8 |
|
| 9 |
[](https://arxiv.org/abs/2506.19697)
|
|
|
|
| 3 |
- HuggingFaceTB/smollm-corpus
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
library_name: transformers
|
| 8 |
+
pipeline_tag: text-generation
|
| 9 |
---
|
| 10 |
+
|
| 11 |
# Outlier-Safe Pre-Training
|
| 12 |
|
| 13 |
[](https://arxiv.org/abs/2506.19697)
|