davanstrien HF Staff commited on
Commit
8b15dba
·
verified ·
1 Parent(s): 8f5ddf2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -15,7 +15,12 @@ license: mit
15
  <img src="https://cdn-uploads.huggingface.co/production/uploads/60107b385ac3e86b3ea4fc34/dD9vx3VOPB0Tf6C_ZjJT2.png" alt="Model visualization" width="200"/>
16
  </div>
17
 
18
- This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-360M](https://huggingface.co/HuggingFaceTB/SmolLM2-360M) specialized for generating concise, one-sentence summaries of model and dataset cards from the Hugging Face Hub. It was trained using supervised fine-tuning (SFT) with [TRL](https://github.com/huggingface/trl).
 
 
 
 
 
19
 
20
  ## Intended Use
21
 
 
15
  <img src="https://cdn-uploads.huggingface.co/production/uploads/60107b385ac3e86b3ea4fc34/dD9vx3VOPB0Tf6C_ZjJT2.png" alt="Model visualization" width="200"/>
16
  </div>
17
 
18
+ This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-360M](https://huggingface.co/HuggingFaceTB/SmolLM2-360M). The model is focused on generating concise, one-sentence summaries of model and dataset cards from the Hugging Face Hub. These summaries are intended to be used for:
19
+
20
+ - creating useful tl;dr descriptions that can give you a quick sense of what a dataset or model is for
21
+ - as input text for creating embeddings for semantic search. You can see a demo of this in [librarian-bots/huggingface-datasets-semantic-search](https://huggingface.co/spaces/librarian-bots/huggingface-datasets-semantic-search).
22
+
23
+ The model was trained using supervised fine-tuning (SFT) with [TRL](https://github.com/huggingface/trl).
24
 
25
  ## Intended Use
26