Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,41 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# ChemFIE-DTP (DrugTargetPrediction - 221 Classes)
|
|
|
1 |
---
|
2 |
+
model-index:
|
3 |
+
- name: gbyuvd/drugtargetpred-chemselfies
|
4 |
+
results:
|
5 |
+
- task:
|
6 |
+
type: text-classification
|
7 |
+
dataset:
|
8 |
+
name: test
|
9 |
+
type: custom
|
10 |
+
metrics:
|
11 |
+
- name: Accuracy
|
12 |
+
type: Accuracy
|
13 |
+
value: 0.6199
|
14 |
+
- name: Macro F1
|
15 |
+
type: F1
|
16 |
+
value: 0.6127
|
17 |
+
- name: Weighted F1
|
18 |
+
type: F1
|
19 |
+
value: 0.6127
|
20 |
+
- name: Macro Precision
|
21 |
+
type: Precision
|
22 |
+
value: 0.6142
|
23 |
+
- name: Macro Recall
|
24 |
+
type: Recall
|
25 |
+
value: 0.6199
|
26 |
license: cc-by-nc-sa-4.0
|
27 |
+
metrics:
|
28 |
+
- accuracy
|
29 |
+
- f1
|
30 |
+
- recall
|
31 |
+
- precision
|
32 |
+
library_name: transformers
|
33 |
+
tags:
|
34 |
+
- chemistry
|
35 |
+
- biology
|
36 |
+
- drug-discovery
|
37 |
+
- drug-target
|
38 |
+
- chembl34
|
39 |
---
|
40 |
|
41 |
# ChemFIE-DTP (DrugTargetPrediction - 221 Classes)
|