tudorgroza commited on
Commit
675fef4
·
verified ·
1 Parent(s): 302dec7

Added initial model card.

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - abhinand/MedEmbed-large-v0.1
7
+ - UFNLP/gatortron-base
8
+ pipeline_tag: sentence-similarity
9
+ tags:
10
+ - feature-extraction
11
+ - biomedical
12
+ - clinical
13
+ - rare-disease
14
+ - phenotype
15
+ - hpo
16
+ - gene-prioritization
17
+ - retrieval
18
+ - embeddings
19
+ metrics:
20
+ - recall
21
+ ---