Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ widgets:
|
|
| 11 |
- feature-extraction
|
| 12 |
---
|
| 13 |
|
| 14 |
-
A model for mapping abstract sentence descriptions to sentences that fit the descriptions
|
| 15 |
|
| 16 |
**Note**: the method uses a dual encoder architecture. This is the **sentence encoder**; it should be used alongside the [**Query encoder**](https://huggingface.co/biu-nlp/abstract-sim-query).
|
| 17 |
|
|
|
|
| 11 |
- feature-extraction
|
| 12 |
---
|
| 13 |
|
| 14 |
+
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.
|
| 15 |
|
| 16 |
**Note**: the method uses a dual encoder architecture. This is the **sentence encoder**; it should be used alongside the [**Query encoder**](https://huggingface.co/biu-nlp/abstract-sim-query).
|
| 17 |
|