ghazikhanihamed
commited on
Commit
·
feef391
1
Parent(s):
26b21c2
PLM-Secondary-Structure-Generation
Browse files- README.md +21 -12
- pytorch_model.bin +1 -1
- tokenizer.json +16 -2
- tokenizer_config.json +2 -1
- 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 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,27 +35,36 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- learning_rate:
|
39 |
- train_batch_size: 1
|
40 |
- eval_batch_size: 8
|
41 |
-
- seed:
|
42 |
- distributed_type: multi-GPU
|
43 |
-
- num_devices:
|
44 |
-
- gradient_accumulation_steps:
|
45 |
-
- total_train_batch_size:
|
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_ratio: 0.3
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Q3 Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### 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.1649
|
19 |
+
- Q3 Accuracy: 0.5470
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.001
|
39 |
- train_batch_size: 1
|
40 |
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
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: 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.3
|
50 |
+
- num_epochs: 1
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Q3 Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|
|
56 |
+
| 1.0993 | 0.08 | 50 | 0.3957 | 0.4526 |
|
57 |
+
| 0.4077 | 0.16 | 100 | 0.3564 | 0.5574 |
|
58 |
+
| 0.3475 | 0.24 | 150 | 0.3082 | 0.4327 |
|
59 |
+
| 0.2474 | 0.31 | 200 | 0.2171 | 0.5477 |
|
60 |
+
| 0.2567 | 0.39 | 250 | 0.3058 | 0.4924 |
|
61 |
+
| 0.2948 | 0.47 | 300 | 0.1828 | 0.5470 |
|
62 |
+
| 0.2148 | 0.55 | 350 | 0.1873 | 0.5470 |
|
63 |
+
| 0.209 | 0.63 | 400 | 0.1832 | 0.5470 |
|
64 |
+
| 0.1761 | 0.71 | 450 | 0.1791 | 0.5103 |
|
65 |
+
| 0.1791 | 0.79 | 500 | 0.1700 | 0.5470 |
|
66 |
+
| 0.1641 | 0.87 | 550 | 0.1684 | 0.5470 |
|
67 |
+
| 0.1653 | 0.94 | 600 | 0.1649 | 0.5470 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2946957610
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18fdf824df75a1a0b4b3b77df233d6eb7d72ba594951b3071eda50b2b6bbd0b0
|
3 |
size 2946957610
|
tokenizer.json
CHANGED
@@ -1,7 +1,21 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 825,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 825
|
12 |
+
},
|
13 |
+
"direction": "Right",
|
14 |
+
"pad_to_multiple_of": null,
|
15 |
+
"pad_id": 0,
|
16 |
+
"pad_type_id": 0,
|
17 |
+
"pad_token": "<pad>"
|
18 |
+
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
tokenizer_config.json
CHANGED
@@ -1078,5 +1078,6 @@
|
|
1078 |
"model_max_length": 1000000000000000019884624838656,
|
1079 |
"pad_token": "<pad>",
|
1080 |
"tokenizer_class": "T5Tokenizer",
|
1081 |
-
"unk_token": "<unk>"
|
|
|
1082 |
}
|
|
|
1078 |
"model_max_length": 1000000000000000019884624838656,
|
1079 |
"pad_token": "<pad>",
|
1080 |
"tokenizer_class": "T5Tokenizer",
|
1081 |
+
"unk_token": "<unk>",
|
1082 |
+
"use_fast": true
|
1083 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52c0ad81e3b3de1651910d8e6ca794e1eef1803026e9e4eb120b48685a1838ff
|
3 |
size 5880
|