Commit ·
4e81753
1
Parent(s): feef391
PLM-Secondary-Structure-Generation
Browse files- README.md +30 -22
- pytorch_model.bin +2 -2
- tokenizer.json +2 -2
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [ElnaggarLab/ankh-base](https://huggingface.co/ElnaggarLab/ankh-base) on the None dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Loss: 0.
|
| 19 |
-
- Q3 Accuracy: 0.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -35,36 +35,44 @@ More information needed
|
|
| 35 |
### Training hyperparameters
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
-
- learning_rate: 0.
|
| 39 |
- train_batch_size: 1
|
| 40 |
- eval_batch_size: 8
|
| 41 |
- seed: 42
|
| 42 |
-
-
|
| 43 |
-
-
|
| 44 |
-
- gradient_accumulation_steps: 4
|
| 45 |
-
- total_train_batch_size: 16
|
| 46 |
-
- total_eval_batch_size: 32
|
| 47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 48 |
- lr_scheduler_type: linear
|
| 49 |
-
- lr_scheduler_warmup_ratio: 0.
|
| 50 |
-
- num_epochs:
|
| 51 |
|
| 52 |
### Training results
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Q3 Accuracy |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
|
|
| 60 |
-
|
|
| 61 |
-
|
|
| 62 |
-
|
|
| 63 |
-
|
|
| 64 |
-
|
|
| 65 |
-
|
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [ElnaggarLab/ankh-base](https://huggingface.co/ElnaggarLab/ankh-base) on the None dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 0.2497
|
| 19 |
+
- Q3 Accuracy: 0.3837
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 35 |
### Training hyperparameters
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
+
- learning_rate: 0.00043
|
| 39 |
- train_batch_size: 1
|
| 40 |
- eval_batch_size: 8
|
| 41 |
- seed: 42
|
| 42 |
+
- gradient_accumulation_steps: 2
|
| 43 |
+
- total_train_batch_size: 2
|
|
|
|
|
|
|
|
|
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
+
- lr_scheduler_warmup_ratio: 0.4
|
| 47 |
+
- num_epochs: 10
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Q3 Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|
|
| 53 |
+
| 7.2902 | 0.01 | 50 | 6.9889 | 0.0256 |
|
| 54 |
+
| 5.3162 | 0.02 | 100 | 4.3754 | 0.0189 |
|
| 55 |
+
| 3.1825 | 0.03 | 150 | 2.8131 | 0.0226 |
|
| 56 |
+
| 2.3638 | 0.04 | 200 | 2.2350 | 0.0292 |
|
| 57 |
+
| 1.7805 | 0.05 | 250 | 1.9359 | 0.0337 |
|
| 58 |
+
| 1.809 | 0.06 | 300 | 1.7340 | 0.0272 |
|
| 59 |
+
| 1.4045 | 0.06 | 350 | 1.5957 | 0.0201 |
|
| 60 |
+
| 1.3332 | 0.07 | 400 | 1.4751 | 0.0256 |
|
| 61 |
+
| 1.3069 | 0.08 | 450 | 1.3454 | 0.0323 |
|
| 62 |
+
| 1.1402 | 0.09 | 500 | 1.1687 | 0.0628 |
|
| 63 |
+
| 0.9261 | 0.1 | 550 | 0.9721 | 0.0807 |
|
| 64 |
+
| 0.7871 | 0.11 | 600 | 0.8113 | 0.3194 |
|
| 65 |
+
| 0.6571 | 0.12 | 650 | 0.6875 | 0.3076 |
|
| 66 |
+
| 0.5671 | 0.13 | 700 | 0.5642 | 0.3395 |
|
| 67 |
+
| 0.5278 | 0.14 | 750 | 0.4711 | 0.3233 |
|
| 68 |
+
| 0.4502 | 0.15 | 800 | 0.4269 | 0.3471 |
|
| 69 |
+
| 0.4006 | 0.16 | 850 | 0.3827 | 0.3495 |
|
| 70 |
+
| 0.3446 | 0.17 | 900 | 0.3413 | 0.3303 |
|
| 71 |
+
| 0.3375 | 0.18 | 950 | 0.3217 | 0.3433 |
|
| 72 |
+
| 0.3065 | 0.19 | 1000 | 0.3054 | 0.3459 |
|
| 73 |
+
| 0.2858 | 0.19 | 1050 | 0.3106 | 0.3519 |
|
| 74 |
+
| 0.2861 | 0.2 | 1100 | 0.2863 | 0.3696 |
|
| 75 |
+
| 0.2258 | 0.21 | 1150 | 0.2497 | 0.3837 |
|
| 76 |
|
| 77 |
|
| 78 |
### Framework versions
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c19569f3482c43061d22a1bde94cdf837d26c1e97e82e6d8e58f0b10664e05b
|
| 3 |
+
size 2946083298
|
tokenizer.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
-
"Fixed":
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 809,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
+
"Fixed": 809
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:524d4852fa44265f2af5909b950bc6c223e873d0dcd65e962de4dd34e964148d
|
| 3 |
+
size 4536
|