Training in progress epoch 0
Browse files
README.md
CHANGED
@@ -17,11 +17,11 @@ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingf
|
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Train Loss: nan
|
19 |
- Validation Loss: nan
|
20 |
-
- Train Precision: 0.
|
21 |
-
- Train Recall: 0.
|
22 |
-
- Train F1: 0.
|
23 |
-
- Train Accuracy: 0.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -47,9 +47,7 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
|
49 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
50 |
-
| nan | nan | 0.
|
51 |
-
| nan | nan | 0.0185 | 0.0384 | 0.0250 | 0.0354 | 1 |
|
52 |
-
| nan | nan | 0.0185 | 0.0384 | 0.0250 | 0.0354 | 2 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Train Loss: nan
|
19 |
- Validation Loss: nan
|
20 |
+
- Train Precision: 0.0864
|
21 |
+
- Train Recall: 0.2258
|
22 |
+
- Train F1: 0.1249
|
23 |
+
- Train Accuracy: 0.1781
|
24 |
+
- Epoch: 0
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
47 |
|
48 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
|
49 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
50 |
+
| nan | nan | 0.0864 | 0.2258 | 0.1249 | 0.1781 | 0 |
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
logs/train/events.out.tfevents.1717504271.6d311f2f2542.2455.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63425b3a59774ffc180b23ac9b74f0af91faf891ced4d3cd7be92944a013dc4e
|
3 |
+
size 1626713
|
logs/validation/events.out.tfevents.1717504510.6d311f2f2542.2455.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfdea75c81e38c56050d0fd51188754e8a1f1b48c75533dfae012695a70fa0ee
|
3 |
+
size 232
|