vadams2327
commited on
Commit
•
cda68bb
1
Parent(s):
262af57
Model save
Browse files- README.md +8 -10
- model.safetensors +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:
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,19 +43,17 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 1.0 | 35 | 0.
|
53 |
-
| No log | 2.0 | 70 | 0.
|
54 |
-
| No log | 3.0 | 105 | 0.
|
55 |
-
| No log | 4.0 | 140 | 0.
|
56 |
-
| No log | 5.0 | 175 | 0.
|
57 |
-
| No log | 6.0 | 210 | 1.1805 | 0.7429 |
|
58 |
-
| No log | 7.0 | 245 | 1.2770 | 0.7143 |
|
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.4879
|
21 |
+
- Accuracy: 0.8571
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 5
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 35 | 0.8073 | 0.3143 |
|
53 |
+
| No log | 2.0 | 70 | 0.5859 | 0.8286 |
|
54 |
+
| No log | 3.0 | 105 | 0.4817 | 0.8 |
|
55 |
+
| No log | 4.0 | 140 | 0.4902 | 0.8 |
|
56 |
+
| No log | 5.0 | 175 | 0.4879 | 0.8571 |
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2609518396
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aa178305ccc35cf0a49f1945a5c314742e118e9482bd30c9d40b4a90d5b3358
|
3 |
size 2609518396
|