Training in progress epoch 2
Browse files- README.md +9 -8
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,14 +15,14 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation Accuracy: 0.
|
22 |
-
- Train Precision: 0.
|
23 |
-
- Train Recall: 0.
|
24 |
-
- Train F1: 0.
|
25 |
-
- Epoch:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -50,6 +50,7 @@ The following hyperparameters were used during training:
|
|
50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
51 |
| 0.4729 | 0.928 | 0.2098 | 0.9280 | 0.9292 | 0.928 | 0.9275 | 0 |
|
52 |
| 0.1705 | 0.94 | 0.1964 | 0.9400 | 0.9434 | 0.94 | 0.9395 | 1 |
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.1366
|
19 |
+
- Train Accuracy: 0.942
|
20 |
+
- Validation Loss: 0.1600
|
21 |
+
- Validation Accuracy: 0.9420
|
22 |
+
- Train Precision: 0.9442
|
23 |
+
- Train Recall: 0.942
|
24 |
+
- Train F1: 0.9417
|
25 |
+
- Epoch: 2
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
51 |
| 0.4729 | 0.928 | 0.2098 | 0.9280 | 0.9292 | 0.928 | 0.9275 | 0 |
|
52 |
| 0.1705 | 0.94 | 0.1964 | 0.9400 | 0.9434 | 0.94 | 0.9395 | 1 |
|
53 |
+
| 0.1366 | 0.942 | 0.1600 | 0.9420 | 0.9442 | 0.942 | 0.9417 | 2 |
|
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 328641624
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d275ddee488feb089922bd2816e058c8626e135cd33b1e72cc52fc9a2fb60cd7
|
3 |
size 328641624
|