vedantjumle
commited on
Commit
•
e99eb68
1
Parent(s):
fec4e5c
Training in progress epoch 6
Browse files- README.md +6 -4
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/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 Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,6 +49,8 @@ The following hyperparameters were used during training:
|
|
49 |
| 0.4078 | 0.5878 | 0.8536 | 2 |
|
50 |
| 0.2534 | 0.5710 | 0.8585 | 3 |
|
51 |
| 0.1591 | 0.6002 | 0.8592 | 4 |
|
|
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0736
|
19 |
+
- Validation Loss: 0.6388
|
20 |
+
- Train Accuracy: 0.8622
|
21 |
+
- Epoch: 6
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
| 0.4078 | 0.5878 | 0.8536 | 2 |
|
50 |
| 0.2534 | 0.5710 | 0.8585 | 3 |
|
51 |
| 0.1591 | 0.6002 | 0.8592 | 4 |
|
52 |
+
| 0.1124 | 0.6188 | 0.8585 | 5 |
|
53 |
+
| 0.0736 | 0.6388 | 0.8622 | 6 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 268129984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb241458a0bc7303be1a5cdc56aa39d152147df8f312f8e11d174e59eab33fe8
|
3 |
size 268129984
|