ravfogs commited on
Commit
82507d9
·
1 Parent(s): 44703cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -7,6 +7,9 @@ tags:
7
  - sentence-transformers
8
  datasets:
9
  - biu-nlp/abstract-sim
 
 
 
10
  ---
11
 
12
  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.
 
7
  - sentence-transformers
8
  datasets:
9
  - biu-nlp/abstract-sim
10
+ widgets:
11
+ - sentence-similarity
12
+ - feature-extraction
13
  ---
14
 
15
  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.