nidhinthomas commited on
Commit
dd31c56
1 Parent(s): e1750ba

Model save

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: facebook/esm2_t12_35M_UR50D
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
+ model-index:
12
+ - name: esm2_t12_35M_qlora_glycosylation_sites_2024-02-14_21-47-37
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # esm2_t12_35M_qlora_glycosylation_sites_2024-02-14_21-47-37
20
+
21
+ This model is a fine-tuned version of [facebook/esm2_t12_35M_UR50D](https://huggingface.co/facebook/esm2_t12_35M_UR50D) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.0108
24
+ - Accuracy: 0.9990
25
+ - Precision: 0.3291
26
+ - Recall: 0.9951
27
+ - F1: 0.4946
28
+ - Auc: 0.9970
29
+ - Mcc: 0.5720
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 0.0003701568055793089
49
+ - train_batch_size: 36
50
+ - eval_batch_size: 36
51
+ - seed: 8893
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: cosine
54
+ - num_epochs: 1
55
+ - mixed_precision_training: Native AMP
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Auc | Mcc |
60
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|:------:|:------:|
61
+ | 0.0125 | 1.0 | 16521 | 0.0108 | 0.9990 | 0.3291 | 0.9951 | 0.4946 | 0.9970 | 0.5720 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.35.2
67
+ - Pytorch 2.1.0+cu121
68
+ - Datasets 2.17.0
69
+ - Tokenizers 0.15.1