Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ language:
|
|
4 |
- en
|
5 |
---
|
6 |
|
7 |
-
|
8 |
|
9 |
```python
|
10 |
|
|
|
4 |
- en
|
5 |
---
|
6 |
|
7 |
+
A model for mapping abstract sentence descriptions to sentences that fit the descriptions. Use ```load_finetuned_model``` to load the query and sentence encoder, and ```encode_batch()``` to encode a sentence with the model.
|
8 |
|
9 |
```python
|
10 |
|