ChrisBridges commited on
Commit
b5a1511
1 Parent(s): 62951ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -24,6 +24,7 @@ Input text segments consisted of ~350 words on average.
24
 
25
  Given an input string, the model predicts probablites for 1063 keyword IDs from the VHA ontology.
26
  Typically, probabilities >= 0.5 are "True" if encoding them in a binary vector.
 
27
  Due to the small training data, the most likely predictions are usually correct but do not meet the threshold.
28
 
29
- The mapping from keyword IDs to labels will be added to the repository.
 
24
 
25
  Given an input string, the model predicts probablites for 1063 keyword IDs from the VHA ontology.
26
  Typically, probabilities >= 0.5 are "True" if encoding them in a binary vector.
27
+
28
  Due to the small training data, the most likely predictions are usually correct but do not meet the threshold.
29
 
30
+ The mapping from keyword IDs to labels will be added to the repository later.