joe5campbell
commited on
Commit
·
e4ae043
1
Parent(s):
7011d87
add model
Browse files- README.md +7 -10
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,11 +14,11 @@ 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:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,11 +44,8 @@ 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.6862932 | 0.46875 | 0.6493578 | 0.6875 | 2 |
|
50 |
-
| 0.697248 | 0.4375 | 0.6587318 | 0.625 | 3 |
|
51 |
-
| 0.6428875 | 0.59375 | 0.66635936 | 0.59375 | 4 |
|
52 |
|
53 |
|
54 |
### 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.6892943
|
18 |
+
- Train Accuracy: 0.5
|
19 |
+
- Validation Loss: 0.6578982
|
20 |
+
- Validation Accuracy: 0.625
|
21 |
+
- Epoch: 1
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
|
45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
47 |
+
| 0.76886237 | 0.5 | 0.70852065 | 0.53125 | 0 |
|
48 |
+
| 0.6892943 | 0.5 | 0.6578982 | 0.625 | 1 |
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
### 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:34605ce567c6ae94cf3e6616cf205e8bc59476c796b997ed32fc8719d3f37ced
|
3 |
size 438223192
|