Training in progress epoch 2
Browse files- README.md +6 -5
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,11 +15,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation Accuracy: 0.
|
22 |
-
- Epoch:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -47,6 +47,7 @@ The following hyperparameters were used during training:
|
|
47 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
48 |
| 0.5592 | 0.7268 | 0.3760 | 0.8554 | 0 |
|
49 |
| 0.2979 | 0.8754 | 0.3127 | 0.8578 | 1 |
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0886
|
19 |
+
- Train Accuracy: 0.9673
|
20 |
+
- Validation Loss: 0.4091
|
21 |
+
- Validation Accuracy: 0.875
|
22 |
+
- Epoch: 2
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
47 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
48 |
| 0.5592 | 0.7268 | 0.3760 | 0.8554 | 0 |
|
49 |
| 0.2979 | 0.8754 | 0.3127 | 0.8578 | 1 |
|
50 |
+
| 0.0886 | 0.9673 | 0.4091 | 0.875 | 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 438223128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be977be4ba7d604eac99d383682a06137b4110b5fa260b2044132d1d33ddf3b4
|
3 |
size 438223128
|