End of training
Browse files- README.md +21 -0
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -4,6 +4,10 @@ library_name: peft
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
base_model: facebook/esm2_t6_8M_UR50D
|
|
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: esm2-t6-8M-lora-256-remote-homology-filtered
|
9 |
results: []
|
@@ -15,6 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# esm2-t6-8M-lora-256-remote-homology-filtered
|
16 |
|
17 |
This model is a fine-tuned version of [facebook/esm2_t6_8M_UR50D](https://huggingface.co/facebook/esm2_t6_8M_UR50D) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -43,6 +53,17 @@ The following hyperparameters were used during training:
|
|
43 |
- num_epochs: 5
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
### Framework versions
|
47 |
|
48 |
- PEFT 0.11.1
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
base_model: facebook/esm2_t6_8M_UR50D
|
7 |
+
metrics:
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- accuracy
|
11 |
model-index:
|
12 |
- name: esm2-t6-8M-lora-256-remote-homology-filtered
|
13 |
results: []
|
|
|
19 |
# esm2-t6-8M-lora-256-remote-homology-filtered
|
20 |
|
21 |
This model is a fine-tuned version of [facebook/esm2_t6_8M_UR50D](https://huggingface.co/facebook/esm2_t6_8M_UR50D) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.5982
|
24 |
+
- Precision: 0.6901
|
25 |
+
- Recall: 0.6529
|
26 |
+
- F1-score: 0.6709
|
27 |
+
- Accuracy: 0.6788
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
53 |
- num_epochs: 5
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
+
### Training results
|
57 |
+
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1-score | Accuracy |
|
59 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:--------:|:--------:|
|
60 |
+
| 0.6365 | 1.0 | 7969 | 0.6357 | 0.6218 | 0.7071 | 0.6617 | 0.6374 |
|
61 |
+
| 0.6046 | 2.0 | 15938 | 0.6102 | 0.6864 | 0.6149 | 0.6487 | 0.6660 |
|
62 |
+
| 0.6134 | 3.0 | 23907 | 0.6017 | 0.6887 | 0.6469 | 0.6672 | 0.6763 |
|
63 |
+
| 0.6108 | 4.0 | 31876 | 0.5986 | 0.6920 | 0.6468 | 0.6687 | 0.6785 |
|
64 |
+
| 0.5831 | 5.0 | 39845 | 0.5982 | 0.6901 | 0.6529 | 0.6709 | 0.6788 |
|
65 |
+
|
66 |
+
|
67 |
### Framework versions
|
68 |
|
69 |
- PEFT 0.11.1
|
adapter_config.json
CHANGED
@@ -24,8 +24,8 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"query",
|
27 |
-
"
|
28 |
-
"
|
29 |
],
|
30 |
"task_type": "SEQ_CLS",
|
31 |
"use_dora": false,
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"query",
|
27 |
+
"key",
|
28 |
+
"value"
|
29 |
],
|
30 |
"task_type": "SEQ_CLS",
|
31 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 12310716
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c1c497ae8d47ec47501fac643e4dbac4a8dfd93f6ff7ea62c92bc02f4ebf5f7
|
3 |
size 12310716
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd4362dcc9cdb1d29c88d77a487f56e575ce691667329f1ab3ae5a802603c87b
|
3 |
size 4984
|