update model card README.md
Browse files
README.md
CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [nepp1d0/prot_bert-finetuned-smiles-bindingDB](https://huggingface.co/nepp1d0/prot_bert-finetuned-smiles-bindingDB) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -55,14 +55,14 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
-
| Training Loss | Epoch | Step
|
59 |
-
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [nepp1d0/prot_bert-finetuned-smiles-bindingDB](https://huggingface.co/nepp1d0/prot_bert-finetuned-smiles-bindingDB) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.6797
|
22 |
+
- Accuracy: 0.53
|
23 |
+
- F1: 0.2540
|
24 |
+
- Precision: 0.6154
|
25 |
+
- Recall: 0.16
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
59 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
60 |
+
| 0.6902 | 1.0 | 25 | 0.6897 | 0.53 | 0.1455 | 0.8 | 0.08 |
|
61 |
+
| 0.6717 | 2.0 | 50 | 0.6867 | 0.54 | 0.1786 | 0.8333 | 0.1 |
|
62 |
+
| 0.6803 | 3.0 | 75 | 0.6846 | 0.55 | 0.2373 | 0.7778 | 0.14 |
|
63 |
+
| 0.6911 | 4.0 | 100 | 0.6792 | 0.52 | 0.2258 | 0.5833 | 0.14 |
|
64 |
+
| 0.6447 | 5.0 | 125 | 0.6799 | 0.53 | 0.2540 | 0.6154 | 0.16 |
|
65 |
+
| 0.6287 | 6.0 | 150 | 0.6797 | 0.53 | 0.2540 | 0.6154 | 0.16 |
|
66 |
|
67 |
|
68 |
### Framework versions
|