Narsil HF staff commited on
Commit
62fc6e2
1 Parent(s): 08ec750

Update README.md

Browse files

Adding pipeline tags for inference.

Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # Sentence Embeddings Models trained on Paraphrases
2
  This model is from the [sentence-transformers](https://github.com/UKPLab/sentence-transformers)-repository. It was trained on SNLI + MultiNLI and on STS benchmark dataset. Further details on SBERT can be found in the paper: [Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks](https://arxiv.org/abs/1908.10084)
3
 
 
1
+ ---
2
+ tags:
3
+ - sentence-transformers
4
+ pipeline_tag:
5
+ - feature-extraction
6
+ ---
7
  # Sentence Embeddings Models trained on Paraphrases
8
  This model is from the [sentence-transformers](https://github.com/UKPLab/sentence-transformers)-repository. It was trained on SNLI + MultiNLI and on STS benchmark dataset. Further details on SBERT can be found in the paper: [Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks](https://arxiv.org/abs/1908.10084)
9