JacopoBandoni commited on
Commit
c220177
1 Parent(s): 88bdae1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -9,4 +9,7 @@ widget:
9
 
10
  The following is a fine-tuning of the BioBert models on the GAD dataset.
11
 
12
- The model works by masking the gene string with "@GENE$" and the disease string with "@DISEASE$". The output is a text classification that can either be "LABEL0" if there is no relation or "LABEL1" if there is a relation.
 
 
 
 
9
 
10
  The following is a fine-tuning of the BioBert models on the GAD dataset.
11
 
12
+ The model works by masking the gene string with "@GENE$" and the disease string with "@DISEASE$".
13
+ The output is a text classification that can either be:
14
+ - "LABEL0" if there is no relation
15
+ - "LABEL1" if there is a relation.