felixshier
commited on
Commit
•
dcfbc1e
1
Parent(s):
7651782
Upload TFBertForSequenceClassification
Browse files- README.md +10 -9
- 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 [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 |
-
- Validation Loss: 0.
|
20 |
-
- Train F1: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,11 +44,12 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train F1 | Epoch |
|
46 |
|:----------:|:---------------:|:--------:|:-----:|
|
47 |
-
| 0.
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
|
|
52 |
|
53 |
|
54 |
### 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.0665
|
19 |
+
- Validation Loss: 0.5903
|
20 |
+
- Train F1: 0.8329
|
21 |
+
- Epoch: 5
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train F1 | Epoch |
|
46 |
|:----------:|:---------------:|:--------:|:-----:|
|
47 |
+
| 0.6321 | 0.4654 | 0.8258 | 0 |
|
48 |
+
| 0.4053 | 0.4943 | 0.8241 | 1 |
|
49 |
+
| 0.2884 | 0.4143 | 0.8596 | 2 |
|
50 |
+
| 0.1851 | 0.4852 | 0.8469 | 3 |
|
51 |
+
| 0.1185 | 0.5479 | 0.8424 | 4 |
|
52 |
+
| 0.0665 | 0.5903 | 0.8329 | 5 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438226204
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26f62d62222ec0a63542ae151f6892ca6b67b010ccbcc63fda9ff5a3d8ab5b43
|
3 |
size 438226204
|