Update README.md
Browse files
README.md
CHANGED
|
@@ -2,10 +2,15 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
-
- Sentence Similarity
|
| 6 |
- feature-extraction
|
|
|
|
|
|
|
| 7 |
datasets:
|
| 8 |
- biu-nlp/abstract-sim
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
A model for mapping abstract sentence descriptions to sentences that fit the descriptions. Trained on Wikipedia. Use ```load_finetuned_model``` to load the query and sentence encoder, and ```encode_batch()``` to encode a sentence with the model.
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
tags:
|
|
|
|
| 5 |
- feature-extraction
|
| 6 |
+
- sentence-similarity
|
| 7 |
+
- sentence-transformers
|
| 8 |
datasets:
|
| 9 |
- biu-nlp/abstract-sim
|
| 10 |
+
widgets:
|
| 11 |
+
- sentence-similarity
|
| 12 |
+
- feature-extraction
|
| 13 |
+
pipeline_tag: sentence-similarity
|
| 14 |
---
|
| 15 |
|
| 16 |
A model for mapping abstract sentence descriptions to sentences that fit the descriptions. Trained on Wikipedia. Use ```load_finetuned_model``` to load the query and sentence encoder, and ```encode_batch()``` to encode a sentence with the model.
|