ghazikhanihamed
commited on
Commit
·
dc3b3f5
1
Parent(s):
53ee41e
PLM-Secondary-Structure-Generation
Browse files- README.md +17 -12
- pytorch_model.bin +1 -1
- tokenizer.json +2 -2
- training_args.bin +1 -1
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 an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- Q3 Accuracy: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -36,28 +36,33 @@ More information needed
|
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 0.001
|
39 |
-
- train_batch_size:
|
40 |
-
- eval_batch_size:
|
41 |
- seed: 7
|
42 |
- distributed_type: multi-GPU
|
43 |
- num_devices: 4
|
44 |
-
- gradient_accumulation_steps:
|
45 |
- total_train_batch_size: 16
|
46 |
-
- total_eval_batch_size:
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 1000
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Q3 Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [ElnaggarLab/ankh-base](https://huggingface.co/ElnaggarLab/ankh-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.1438
|
19 |
+
- Q3 Accuracy: 0.7841
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 0.001
|
39 |
+
- train_batch_size: 1
|
40 |
+
- eval_batch_size: 1
|
41 |
- seed: 7
|
42 |
- distributed_type: multi-GPU
|
43 |
- num_devices: 4
|
44 |
+
- gradient_accumulation_steps: 4
|
45 |
- total_train_batch_size: 16
|
46 |
+
- total_eval_batch_size: 4
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 1000
|
50 |
+
- num_epochs: 10
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Q3 Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|
|
56 |
+
| 0.1995 | 1.0 | 706 | 0.1747 | 0.7530 |
|
57 |
+
| 0.1722 | 2.0 | 1413 | 0.1628 | 0.7530 |
|
58 |
+
| 0.1657 | 3.0 | 2119 | 0.1604 | 0.7530 |
|
59 |
+
| 0.164 | 4.0 | 2826 | 0.1567 | 0.7534 |
|
60 |
+
| 0.1612 | 5.0 | 3532 | 0.1538 | 0.7518 |
|
61 |
+
| 0.1554 | 6.0 | 4239 | 0.1513 | 0.7670 |
|
62 |
+
| 0.154 | 7.0 | 4945 | 0.1500 | 0.7391 |
|
63 |
+
| 0.1508 | 8.0 | 5652 | 0.1468 | 0.7778 |
|
64 |
+
| 0.1502 | 9.0 | 6358 | 0.1453 | 0.8144 |
|
65 |
+
| 0.1437 | 9.99 | 7060 | 0.1438 | 0.7841 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2946082853
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16ed0cf87c894e4bab56079191822af4ae45cada18845154369b34e5d518a8b1
|
3 |
size 2946082853
|
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": 816,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
+
"Fixed": 816
|
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 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf77b2c0dd0a914ce21ce637c1761c4fef0a933bef87294dec273d85d9ceadab
|
3 |
size 4091
|