ravfogs commited on
Commit
75a5235
·
1 Parent(s): a4aa9d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,7 +1,9 @@
1
  ---
2
- license: cc-by-3.0
3
  language:
4
  - en
 
 
 
5
  ---
6
 
7
  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.
 
1
  ---
 
2
  language:
3
  - en
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 Pubmed sentences. Use ```load_finetuned_model``` to load the query and sentence encoder, and ```encode_batch()``` to encode a sentence with the model.