felixshier
commited on
Commit
•
2c66764
1
Parent(s):
15fddf0
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.1644
|
19 |
+
- Validation Loss: 0.7249
|
20 |
+
- Train F1: 0.7388
|
21 |
+
- Epoch: 5
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train F1 | Epoch |
|
46 |
|:----------:|:---------------:|:--------:|:-----:|
|
47 |
+
| 0.6653 | 0.5726 | 0.7255 | 0 |
|
48 |
+
| 0.5481 | 0.5550 | 0.7296 | 1 |
|
49 |
+
| 0.4503 | 0.5308 | 0.7469 | 2 |
|
50 |
+
| 0.3473 | 0.5723 | 0.7359 | 3 |
|
51 |
+
| 0.2440 | 0.6400 | 0.7355 | 4 |
|
52 |
+
| 0.1644 | 0.7249 | 0.7388 | 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 438223128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eed93917e20886209fd54839d62281794f51957bd8943db4c462dbf81caf3163
|
3 |
size 438223128
|