ravfogs commited on
Commit
7f41f16
1 Parent(s): b1dd6ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, used in the preprint [Retrieving Texts based on Abstract Descriptions](https://arxiv.org/pdf/2305.12517.pdf). 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
 
 
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