cafierom commited on
Commit
645172c
·
verified ·
1 Parent(s): fa54b73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -17,11 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # bert-base-cased-finetuned-AddedTokens-HMGCR-IC50s-V1
19
 
20
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
 
 
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.7167
23
- - Accuracy: 0.7857
24
- - F1: 0.7887
25
 
26
  ## Model description
27
 
@@ -29,7 +31,10 @@ More information needed
29
 
30
  ## Intended uses & limitations
31
 
32
- More information needed
 
 
 
33
 
34
  ## Training and evaluation data
35
 
 
17
 
18
  # bert-base-cased-finetuned-AddedTokens-HMGCR-IC50s-V1
19
 
20
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on 905 HMGCR
21
+ IC50 values from bindingDB.org. Molecules with counter ions were included twice, once with and once without counter-ions.
22
+
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.7278
25
+ - Accuracy: 0.7929
26
+ - F1: 0.7931
27
 
28
  ## Model description
29
 
 
31
 
32
  ## Intended uses & limitations
33
 
34
+ Can classify HMGCR IC50 values as < 50 nM, < 500 nM, and > 500 nM. See Confusion matrix below:
35
+
36
+
37
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/679e079d375d81eb7ca4850e/VlV7AHGYSNKi2n5l62oGl.png)
38
 
39
  ## Training and evaluation data
40