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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -7,4 +7,6 @@ widget:
7
  example_title: "Example 2"
8
  ---
9
 
10
- The following is a fine-tuning of the BioBert models on the GAD dataset.
 
 
 
7
  example_title: "Example 2"
8
  ---
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.