End of training
Browse files- README.md +11 -11
- all_results.json +14 -14
- eval_results.json +7 -7
- f1_scores.png +0 -0
- losses.png +0 -0
- model.safetensors +1 -1
- test_results.json +7 -7
README.md
CHANGED
@@ -19,10 +19,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -54,13 +54,13 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.6607
|
23 |
+
- Precision: 0.6098
|
24 |
+
- Recall: 0.9752
|
25 |
+
- F1: 0.7504
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
57 |
+
| 0.6843 | 1.0 | 193 | 0.6676 | 0.6044 | 0.9860 | 0.7494 |
|
58 |
+
| 0.6629 | 2.0 | 386 | 0.6607 | 0.6098 | 0.9752 | 0.7504 |
|
59 |
+
| 0.6563 | 3.0 | 579 | 0.6551 | 0.6186 | 0.9386 | 0.7457 |
|
60 |
+
| 0.6515 | 4.0 | 772 | 0.6532 | 0.6281 | 0.9116 | 0.7437 |
|
61 |
+
| 0.649 | 5.0 | 965 | 0.6516 | 0.6445 | 0.8578 | 0.7360 |
|
62 |
+
| 0.6444 | 6.0 | 1158 | 0.6512 | 0.6479 | 0.8567 | 0.7378 |
|
63 |
+
| 0.6434 | 7.0 | 1351 | 0.6511 | 0.6551 | 0.8556 | 0.7421 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
all_results.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
{
|
2 |
"epoch": 7.0,
|
3 |
-
"eval_f1": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_precision": 0.
|
6 |
-
"eval_recall": 0.
|
7 |
-
"eval_runtime": 8.
|
8 |
-
"eval_samples_per_second":
|
9 |
-
"eval_steps_per_second":
|
10 |
-
"test_f1": 0.
|
11 |
-
"test_loss": 0.
|
12 |
-
"test_precision": 0.
|
13 |
-
"test_recall": 0.
|
14 |
-
"test_runtime": 8.
|
15 |
-
"test_samples_per_second":
|
16 |
-
"test_steps_per_second":
|
17 |
}
|
|
|
1 |
{
|
2 |
"epoch": 7.0,
|
3 |
+
"eval_f1": 0.7504145936981758,
|
4 |
+
"eval_loss": 0.6606962084770203,
|
5 |
+
"eval_precision": 0.6098382749326146,
|
6 |
+
"eval_recall": 0.9752155172413793,
|
7 |
+
"eval_runtime": 8.855,
|
8 |
+
"eval_samples_per_second": 174.253,
|
9 |
+
"eval_steps_per_second": 2.823,
|
10 |
+
"test_f1": 0.754950495049505,
|
11 |
+
"test_loss": 0.6538258790969849,
|
12 |
+
"test_precision": 0.613682092555332,
|
13 |
+
"test_recall": 0.9807073954983923,
|
14 |
+
"test_runtime": 8.5906,
|
15 |
+
"test_samples_per_second": 179.73,
|
16 |
+
"test_steps_per_second": 2.91
|
17 |
}
|
eval_results.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 7.0,
|
3 |
-
"eval_f1": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_precision": 0.
|
6 |
-
"eval_recall": 0.
|
7 |
-
"eval_runtime": 8.
|
8 |
-
"eval_samples_per_second":
|
9 |
-
"eval_steps_per_second":
|
10 |
}
|
|
|
1 |
{
|
2 |
"epoch": 7.0,
|
3 |
+
"eval_f1": 0.7504145936981758,
|
4 |
+
"eval_loss": 0.6606962084770203,
|
5 |
+
"eval_precision": 0.6098382749326146,
|
6 |
+
"eval_recall": 0.9752155172413793,
|
7 |
+
"eval_runtime": 8.855,
|
8 |
+
"eval_samples_per_second": 174.253,
|
9 |
+
"eval_steps_per_second": 2.823
|
10 |
}
|
f1_scores.png
CHANGED
losses.png
CHANGED
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 243126200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18036c1c4a52e015323cbb4f163e7797ded19b381703c8ddfe5251f508b2983b
|
3 |
size 243126200
|
test_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"test_f1": 0.
|
3 |
-
"test_loss": 0.
|
4 |
-
"test_precision": 0.
|
5 |
-
"test_recall": 0.
|
6 |
-
"test_runtime": 8.
|
7 |
-
"test_samples_per_second":
|
8 |
-
"test_steps_per_second":
|
9 |
}
|
|
|
1 |
{
|
2 |
+
"test_f1": 0.754950495049505,
|
3 |
+
"test_loss": 0.6538258790969849,
|
4 |
+
"test_precision": 0.613682092555332,
|
5 |
+
"test_recall": 0.9807073954983923,
|
6 |
+
"test_runtime": 8.5906,
|
7 |
+
"test_samples_per_second": 179.73,
|
8 |
+
"test_steps_per_second": 2.91
|
9 |
}
|