lovegemini63
commited on
Commit
•
b9df689
1
Parent(s):
c9c03de
Upload TFEsmForTokenClassification
Browse files- README.md +7 -7
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/esm2_t12_35M_UR50D](https://huggingface.co/facebook/esm2_t12_35M_UR50D) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train Masked Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation Masked Accuracy: 0.
|
22 |
- Epoch: 2
|
23 |
|
24 |
## Model description
|
@@ -45,9 +45,9 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Train Loss | Train Masked Accuracy | Validation Loss | Validation Masked Accuracy | Epoch |
|
47 |
|:----------:|:---------------------:|:---------------:|:--------------------------:|:-----:|
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/esm2_t12_35M_UR50D](https://huggingface.co/facebook/esm2_t12_35M_UR50D) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0031
|
19 |
+
- Train Masked Accuracy: 0.9993
|
20 |
+
- Validation Loss: 0.0036
|
21 |
+
- Validation Masked Accuracy: 0.9991
|
22 |
- Epoch: 2
|
23 |
|
24 |
## Model description
|
|
|
45 |
|
46 |
| Train Loss | Train Masked Accuracy | Validation Loss | Validation Masked Accuracy | Epoch |
|
47 |
|:----------:|:---------------------:|:---------------:|:--------------------------:|:-----:|
|
48 |
+
| 0.0665 | 0.9819 | 0.0121 | 0.9981 | 0 |
|
49 |
+
| 0.0055 | 0.9988 | 0.0034 | 0.9993 | 1 |
|
50 |
+
| 0.0031 | 0.9993 | 0.0036 | 0.9991 | 2 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 133389968
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68790fb9405e2cf443fca89eb50235c599d1787d5ee6273650b14c1dc1a7f2cf
|
3 |
size 133389968
|