ravfogs commited on
Commit
7671b2d
1 Parent(s): 8e4a671

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -5,6 +5,8 @@ tags:
5
  - Sentence Similarity
6
  - feature-extraction
7
  - pubmed
 
 
8
  ---
9
 
10
  A model for mapping abstract sentence descriptions to sentences that fit the descriptions. Trained on Pubmed sentences. Use ```load_finetuned_model``` to load the query and sentence encoder, and ```encode_batch()``` to encode a sentence with the model.
 
5
  - Sentence Similarity
6
  - feature-extraction
7
  - pubmed
8
+ datasets:
9
+ - biu-nlp/abstract-sim-pubmed
10
  ---
11
 
12
  A model for mapping abstract sentence descriptions to sentences that fit the descriptions. Trained on Pubmed sentences. Use ```load_finetuned_model``` to load the query and sentence encoder, and ```encode_batch()``` to encode a sentence with the model.