Commit
·
099c79e
1
Parent(s):
95f8e31
Training in progress epoch 0
Browse files- README.md +14 -10
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,10 +15,17 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
-
|
20 |
-
- Train
|
21 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -42,12 +49,9 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
-
| Train Loss | Validation Loss |
|
46 |
-
|
47 |
-
| 0.
|
48 |
-
| 0.1923 | 0.2342 | 0.9083 | 1 |
|
49 |
-
| 0.1188 | 0.2038 | 0.9228 | 2 |
|
50 |
-
| 0.0741 | 0.2302 | 0.9255 | 3 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.3612
|
19 |
+
- Train Accuracy: 0.8415
|
20 |
+
- Train F1 M: 0.5169
|
21 |
+
- Train Precision M: 0.3925
|
22 |
+
- Train Recall M: 0.8303
|
23 |
+
- Validation Loss: 0.2233
|
24 |
+
- Validation Accuracy: 0.9169
|
25 |
+
- Validation F1 M: 0.5623
|
26 |
+
- Validation Precision M: 0.4054
|
27 |
+
- Validation Recall M: 0.9621
|
28 |
+
- Epoch: 0
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Train Loss | Train Accuracy | Train F1 M | Train Precision M | Train Recall M | Validation Loss | Validation Accuracy | Validation F1 M | Validation Precision M | Validation Recall M | Epoch |
|
53 |
+
|:----------:|:--------------:|:----------:|:-----------------:|:--------------:|:---------------:|:-------------------:|:---------------:|:----------------------:|:-------------------:|:-----:|
|
54 |
+
| 0.3612 | 0.8415 | 0.5169 | 0.3925 | 0.8303 | 0.2233 | 0.9169 | 0.5623 | 0.4054 | 0.9621 | 0 |
|
|
|
|
|
|
|
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 1341127728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e06fa17946b5c26cb0f247006ea3a6e3e34b047cc3d851f40ad2556a0fa465a
|
3 |
size 1341127728
|