Training in progress epoch 0
Browse files- README.md +8 -10
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,13 +14,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Validation Loss: 0.
|
19 |
-
- Train Precision: 0.
|
20 |
-
- Train Recall: 0.
|
21 |
-
- Train F1: 0.
|
22 |
-
- Train Accuracy: 0.
|
23 |
-
- Epoch:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -46,9 +46,7 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
|
48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
49 |
-
| 0.
|
50 |
-
| 0.1563 | 0.2596 | 0.5726 | 0.4055 | 0.4748 | 0.9449 | 1 |
|
51 |
-
| 0.1138 | 0.2493 | 0.5828 | 0.4629 | 0.516 | 0.9485 | 2 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.3513
|
18 |
+
- Validation Loss: 0.3180
|
19 |
+
- Train Precision: 0.3947
|
20 |
+
- Train Recall: 0.0718
|
21 |
+
- Train F1: 0.1215
|
22 |
+
- Train Accuracy: 0.9260
|
23 |
+
- Epoch: 0
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
46 |
|
47 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
|
48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
49 |
+
| 0.3513 | 0.3180 | 0.3947 | 0.0718 | 0.1215 | 0.9260 | 0 |
|
|
|
|
|
50 |
|
51 |
|
52 |
### 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:8e1a1d3f0a7eabb2c38cbbd5cf09df2245e4771a875b5a6bfca8ad9dea6d23f6
|
3 |
size 265618704
|