ravfogs commited on
Commit
550983f
1 Parent(s): b9e2c6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -4,6 +4,8 @@ language:
4
  tags:
5
  - Sentence Similarity
6
  - feature-extraction
 
 
7
  ---
8
 
9
  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.
 
4
  tags:
5
  - Sentence Similarity
6
  - feature-extraction
7
+ datasets:
8
+ - biu-nlp/abstract-sim
9
  ---
10
 
11
  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.