Thamer Smadi
commited on
Commit
·
b70beb1
1
Parent(s):
890b63d
Training in progress epoch 1
Browse files- README.md +7 -6
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,12 +15,12 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train Binary Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation Binary Accuracy: 0.
|
22 |
-
- Train Accuracy: 0.
|
23 |
-
- Epoch:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -47,6 +47,7 @@ The following hyperparameters were used during training:
|
|
47 |
| Train Loss | Train Binary Accuracy | Validation Loss | Validation Binary Accuracy | Train Accuracy | Epoch |
|
48 |
|:----------:|:---------------------:|:---------------:|:--------------------------:|:--------------:|:-----:|
|
49 |
| 0.6987 | 0.5410 | 0.6446 | 0.6835 | 0.5333 | 0 |
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.6976
|
19 |
+
- Train Binary Accuracy: 0.5642
|
20 |
+
- Validation Loss: 0.6981
|
21 |
+
- Validation Binary Accuracy: 0.5092
|
22 |
+
- Train Accuracy: 0.4908
|
23 |
+
- Epoch: 1
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
47 |
| Train Loss | Train Binary Accuracy | Validation Loss | Validation Binary Accuracy | Train Accuracy | Epoch |
|
48 |
|:----------:|:---------------------:|:---------------:|:--------------------------:|:--------------:|:-----:|
|
49 |
| 0.6987 | 0.5410 | 0.6446 | 0.6835 | 0.5333 | 0 |
|
50 |
+
| 0.6976 | 0.5642 | 0.6981 | 0.5092 | 0.4908 | 1 |
|
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 46781688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81a9e3f713ae5ebeeaae6fc99897b06bbf7bee5dc7032610290801b543fc1f69
|
3 |
size 46781688
|