pfam_4class_seq
Browse files- README.md +13 -8
- config.json +2 -8
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/esm2_t33_650M_UR50D](https://huggingface.co/facebook/esm2_t33_650M_UR50D) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -45,17 +45,22 @@ The following hyperparameters were used during training:
|
|
45 |
- total_train_batch_size: 128
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
54 |
-
| No log | 0.
|
55 |
-
| No log | 1.
|
56 |
-
| No log | 2.
|
57 |
-
| No log | 3.
|
58 |
-
| No log | 4.
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/esm2_t33_650M_UR50D](https://huggingface.co/facebook/esm2_t33_650M_UR50D) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4652
|
21 |
+
- Accuracy: 0.8605
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
45 |
- total_train_batch_size: 128
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 10
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
54 |
+
| No log | 0.9846 | 4 | 1.0980 | 0.6919 |
|
55 |
+
| No log | 1.9692 | 8 | 0.9456 | 0.6919 |
|
56 |
+
| No log | 2.9538 | 12 | 0.8277 | 0.6919 |
|
57 |
+
| No log | 3.9385 | 16 | 0.7322 | 0.7267 |
|
58 |
+
| No log | 4.9231 | 20 | 0.6554 | 0.7616 |
|
59 |
+
| No log | 5.9077 | 24 | 0.5913 | 0.8198 |
|
60 |
+
| No log | 6.8923 | 28 | 0.5352 | 0.8314 |
|
61 |
+
| No log | 7.8769 | 32 | 0.4964 | 0.8314 |
|
62 |
+
| No log | 8.8615 | 36 | 0.4736 | 0.8547 |
|
63 |
+
| No log | 9.8462 | 40 | 0.4652 | 0.8605 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
config.json
CHANGED
@@ -14,10 +14,7 @@
|
|
14 |
"0": "LABEL_0",
|
15 |
"1": "LABEL_1",
|
16 |
"2": "LABEL_2",
|
17 |
-
"3": "LABEL_3"
|
18 |
-
"4": "LABEL_4",
|
19 |
-
"5": "LABEL_5",
|
20 |
-
"6": "LABEL_6"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 5120,
|
@@ -26,10 +23,7 @@
|
|
26 |
"LABEL_0": 0,
|
27 |
"LABEL_1": 1,
|
28 |
"LABEL_2": 2,
|
29 |
-
"LABEL_3": 3
|
30 |
-
"LABEL_4": 4,
|
31 |
-
"LABEL_5": 5,
|
32 |
-
"LABEL_6": 6
|
33 |
},
|
34 |
"layer_norm_eps": 1e-05,
|
35 |
"mask_token_id": 32,
|
|
|
14 |
"0": "LABEL_0",
|
15 |
"1": "LABEL_1",
|
16 |
"2": "LABEL_2",
|
17 |
+
"3": "LABEL_3"
|
|
|
|
|
|
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 5120,
|
|
|
23 |
"LABEL_0": 0,
|
24 |
"LABEL_1": 1,
|
25 |
"LABEL_2": 2,
|
26 |
+
"LABEL_3": 3
|
|
|
|
|
|
|
27 |
},
|
28 |
"layer_norm_eps": 1e-05,
|
29 |
"mask_token_id": 32,
|
model.safetensors
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:45352f29e8db86f8833877314fa26893c201973e77691de593740fcc93e9793d
|
3 |
+
size 2609508148
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:293af4590a13b511f1cf2658d27ccf823e107620ff91464899b81576ac730215
|
3 |
size 5048
|