nepp1d0 commited on
Commit
52b7ef2
1 Parent(s): 8920c93

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ - f1
7
+ - precision
8
+ - recall
9
+ model-index:
10
+ - name: prot_bert_classification_finetuned_karolina_es_10e
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # prot_bert_classification_finetuned_karolina_es_10e
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.6840
22
+ - Accuracy: 0.88
23
+ - F1: 0.9362
24
+ - Precision: 1.0
25
+ - Recall: 0.88
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 1e-06
45
+ - train_batch_size: 32
46
+ - eval_batch_size: 32
47
+ - seed: 3
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_steps: 100
51
+ - num_epochs: 10
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
57
+ | No log | 1.0 | 4 | 0.7082 | 0.02 | 0.0392 | 1.0 | 0.02 |
58
+ | No log | 2.0 | 8 | 0.7073 | 0.04 | 0.0769 | 1.0 | 0.04 |
59
+ | No log | 3.0 | 12 | 0.7060 | 0.04 | 0.0769 | 1.0 | 0.04 |
60
+ | No log | 4.0 | 16 | 0.7047 | 0.04 | 0.0769 | 1.0 | 0.04 |
61
+ | No log | 5.0 | 20 | 0.7034 | 0.08 | 0.1481 | 1.0 | 0.08 |
62
+ | No log | 6.0 | 24 | 0.7008 | 0.22 | 0.3607 | 1.0 | 0.22 |
63
+ | No log | 7.0 | 28 | 0.6976 | 0.22 | 0.3607 | 1.0 | 0.22 |
64
+ | No log | 8.0 | 32 | 0.6933 | 0.3 | 0.4615 | 1.0 | 0.3 |
65
+ | No log | 9.0 | 36 | 0.6893 | 0.6 | 0.7500 | 1.0 | 0.6 |
66
+ | No log | 10.0 | 40 | 0.6840 | 0.88 | 0.9362 | 1.0 | 0.88 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.23.1
72
+ - Pytorch 1.11.0
73
+ - Datasets 2.6.1
74
+ - Tokenizers 0.13.1