joe5campbell
commited on
Commit
·
b456adf
1
Parent(s):
3dc3e11
add model
Browse files- README.md +8 -8
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,10 +14,10 @@ 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: 0.
|
18 |
-
- Train Accuracy: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
-
- Validation Accuracy: 0.
|
21 |
- Epoch: 3
|
22 |
|
23 |
## Model description
|
@@ -44,10 +44,10 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
47 |
-
| 0.
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
|
52 |
|
53 |
### 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: 0.6803332
|
18 |
+
- Train Accuracy: 0.57187504
|
19 |
+
- Validation Loss: 0.6883397
|
20 |
+
- Validation Accuracy: 0.54375
|
21 |
- Epoch: 3
|
22 |
|
23 |
## Model description
|
|
|
44 |
|
45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
47 |
+
| 0.70931095 | 0.5078125 | 0.81717503 | 0.528125 | 0 |
|
48 |
+
| 0.77384466 | 0.5296875 | 0.68696874 | 0.51875 | 1 |
|
49 |
+
| 0.68944424 | 0.53125 | 0.6837756 | 0.53125 | 2 |
|
50 |
+
| 0.6803332 | 0.57187504 | 0.6883397 | 0.54375 | 3 |
|
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 438223192
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b843e7a51d7357828123ad8f61a23e2ea679ec40fe93f2be57e9efa0dd19e7fd
|
3 |
size 438223192
|