Sidziesama
commited on
Commit
•
0a21dab
1
Parent(s):
f0bccbd
Training in progress epoch 4
Browse files- README.md +8 -7
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,13 +15,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-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 Precision: 0.
|
21 |
-
- Train Recall: 0.
|
22 |
-
- Train F1: 0.
|
23 |
-
- Train Accuracy: 0.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -51,6 +51,7 @@ The following hyperparameters were used during training:
|
|
51 |
| 0.1322 | 0.1121 | 0.8485 | 0.8725 | 0.8603 | 0.9650 | 1 |
|
52 |
| 0.0899 | 0.1020 | 0.8607 | 0.8898 | 0.8750 | 0.9683 | 2 |
|
53 |
| 0.0702 | 0.0971 | 0.8728 | 0.8965 | 0.8845 | 0.9710 | 3 |
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0598
|
19 |
+
- Validation Loss: 0.0969
|
20 |
+
- Train Precision: 0.8759
|
21 |
+
- Train Recall: 0.8969
|
22 |
+
- Train F1: 0.8863
|
23 |
+
- Train Accuracy: 0.9712
|
24 |
+
- Epoch: 4
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
51 |
| 0.1322 | 0.1121 | 0.8485 | 0.8725 | 0.8603 | 0.9650 | 1 |
|
52 |
| 0.0899 | 0.1020 | 0.8607 | 0.8898 | 0.8750 | 0.9683 | 2 |
|
53 |
| 0.0702 | 0.0971 | 0.8728 | 0.8965 | 0.8845 | 0.9710 | 3 |
|
54 |
+
| 0.0598 | 0.0969 | 0.8759 | 0.8969 | 0.8863 | 0.9712 | 4 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265667856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25007c1125fae273be2faf509cb227245edf4e134ec7be059dc8cb48a2577229
|
3 |
size 265667856
|