Commit
·
6ad1ca3
1
Parent(s):
88df46c
Training in progress epoch 2
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-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 Precision: 0.
|
21 |
-
- Train Recall: 0.
|
22 |
-
- Train F1: 0.
|
23 |
-
- Train Accuracy: 0.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
50 |
| 0.3421 | 0.2973 | 0.4769 | 0.1974 | 0.2792 | 0.9335 | 0 |
|
51 |
| 0.1456 | 0.2498 | 0.6686 | 0.4055 | 0.5048 | 0.9452 | 1 |
|
|
|
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.1094
|
19 |
+
- Validation Loss: 0.2448
|
20 |
+
- Train Precision: 0.6503
|
21 |
+
- Train Recall: 0.4426
|
22 |
+
- Train F1: 0.5267
|
23 |
+
- Train Accuracy: 0.9485
|
24 |
+
- Epoch: 2
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
49 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
50 |
| 0.3421 | 0.2973 | 0.4769 | 0.1974 | 0.2792 | 0.9335 | 0 |
|
51 |
| 0.1456 | 0.2498 | 0.6686 | 0.4055 | 0.5048 | 0.9452 | 1 |
|
52 |
+
| 0.1094 | 0.2448 | 0.6503 | 0.4426 | 0.5267 | 0.9485 | 2 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265618704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1af9da04fccdad484fc8ee42aaec94cbefdbbcafd42aa0d766fef9e2ba3ce185
|
3 |
size 265618704
|