End of training
Browse files- README.md +13 -4
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,9 +14,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss:
|
18 |
-
- Validation Loss: 1.
|
19 |
-
- Epoch:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -42,7 +42,16 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
-
| 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 1.9523
|
18 |
+
- Validation Loss: 1.5258
|
19 |
+
- Epoch: 9
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
+
| 2.0652 | 1.5747 | 0 |
|
46 |
+
| 2.0464 | 1.5772 | 1 |
|
47 |
+
| 1.9953 | 1.5825 | 2 |
|
48 |
+
| 1.9823 | 1.5736 | 3 |
|
49 |
+
| 1.9486 | 1.5394 | 4 |
|
50 |
+
| 1.9523 | 1.4926 | 5 |
|
51 |
+
| 1.9576 | 1.5078 | 6 |
|
52 |
+
| 1.9525 | 1.5267 | 7 |
|
53 |
+
| 1.9501 | 1.5067 | 8 |
|
54 |
+
| 1.9523 | 1.5258 | 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 533687680
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d788fa3259e25acaf1a37b29ca7298a4104043c2b4b3f06f6f7075fd5a0d5a6
|
3 |
size 533687680
|