nielsr HF Staff commited on
Commit
5c5e7b9
·
verified ·
1 Parent(s): d929943

Add pipeline tag, library name and license

Browse files

This PR adds the `pipeline_tag` and `library_name` tags to improve discoverability. It also adds the license, ensuring compliance and transparency.

Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -3,7 +3,11 @@ datasets:
3
  - HuggingFaceTB/smollm-corpus
4
  language:
5
  - en
 
 
 
6
  ---
 
7
  # Outlier-Safe Pre-Training
8
 
9
  [![arXiv](https://img.shields.io/badge/arXiv-2506.19697-b31b1b?style=flat-square)](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
  [![arXiv](https://img.shields.io/badge/arXiv-2506.19697-b31b1b?style=flat-square)](https://arxiv.org/abs/2506.19697)