JasperGrant
commited on
Commit
•
1b2d0b9
1
Parent(s):
2ee5519
Upload TFBertForMaskedLM
Browse files- README.md +12 -12
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,8 +14,8 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [microsoft/codebert-base-mlm](https://huggingface.co/microsoft/codebert-base-mlm) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Train Accuracy: 0.
|
19 |
- Epoch: 9
|
20 |
|
21 |
## Model description
|
@@ -42,16 +42,16 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
| Train Loss | Train Accuracy | Epoch |
|
44 |
|:----------:|:--------------:|:-----:|
|
45 |
-
|
|
46 |
-
| 0.
|
47 |
-
| 0.
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [microsoft/codebert-base-mlm](https://huggingface.co/microsoft/codebert-base-mlm) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.1751
|
18 |
+
- Train Accuracy: 0.9639
|
19 |
- Epoch: 9
|
20 |
|
21 |
## Model description
|
|
|
42 |
|
43 |
| Train Loss | Train Accuracy | Epoch |
|
44 |
|:----------:|:--------------:|:-----:|
|
45 |
+
| 1.0543 | 0.8955 | 0 |
|
46 |
+
| 0.5551 | 0.9292 | 1 |
|
47 |
+
| 0.5051 | 0.9299 | 2 |
|
48 |
+
| 0.4762 | 0.9317 | 3 |
|
49 |
+
| 0.4408 | 0.9340 | 4 |
|
50 |
+
| 0.3965 | 0.9372 | 5 |
|
51 |
+
| 0.3451 | 0.9416 | 6 |
|
52 |
+
| 0.2883 | 0.9473 | 7 |
|
53 |
+
| 0.2303 | 0.9548 | 8 |
|
54 |
+
| 0.1751 | 0.9639 | 9 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 655073724
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd147ddf444408189279bf13e0588cebf24445022935d67c630250d616a24f71
|
3 |
size 655073724
|