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 |
|
17 |
**Note**: the method uses a dual encoder architecture. This is the **query encoder**; it should be used alongside the [**sentence encoder**](https://huggingface.co/biu-nlp/abstract-sim-sentence).
|
|
|
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 |
|
17 |
**Note**: the method uses a dual encoder architecture. This is the **query encoder**; it should be used alongside the [**sentence encoder**](https://huggingface.co/biu-nlp/abstract-sim-sentence).
|