Sidziesama
commited on
Commit
•
f3dc978
1
Parent(s):
04c3fc1
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.1304 | 0.1118 | 0.7580 | 0.8116 | 0.7839 | 0.9668 | 1 |
|
52 |
| 0.0891 | 0.1012 | 0.7698 | 0.8525 | 0.8090 | 0.9701 | 2 |
|
53 |
| 0.0699 | 0.0976 | 0.7933 | 0.8507 | 0.8210 | 0.9713 | 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.0582
|
19 |
+
- Validation Loss: 0.0980
|
20 |
+
- Train Precision: 0.7952
|
21 |
+
- Train Recall: 0.8552
|
22 |
+
- Train F1: 0.8241
|
23 |
+
- Train Accuracy: 0.9716
|
24 |
+
- Epoch: 4
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
51 |
| 0.1304 | 0.1118 | 0.7580 | 0.8116 | 0.7839 | 0.9668 | 1 |
|
52 |
| 0.0891 | 0.1012 | 0.7698 | 0.8525 | 0.8090 | 0.9701 | 2 |
|
53 |
| 0.0699 | 0.0976 | 0.7933 | 0.8507 | 0.8210 | 0.9713 | 3 |
|
54 |
+
| 0.0582 | 0.0980 | 0.7952 | 0.8552 | 0.8241 | 0.9716 | 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:70cdf7071da701d2f7b38ec030e760669a6ec3c5e866fa5535e7aa1799ecb24b
|
3 |
size 265667856
|