End of training
Browse files- README.md +32 -3
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,9 +14,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 1.
|
18 |
-
- Validation Loss: 0.
|
19 |
-
- Epoch:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -43,6 +43,35 @@ The following hyperparameters were used during training:
|
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
| 1.9622 | 0.8875 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 1.1165
|
18 |
+
- Validation Loss: 0.4609
|
19 |
+
- Epoch: 29
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
| 1.9622 | 0.8875 | 0 |
|
46 |
+
| 1.9276 | 0.8601 | 1 |
|
47 |
+
| 1.8301 | 0.8342 | 2 |
|
48 |
+
| 1.7776 | 0.8104 | 3 |
|
49 |
+
| 1.7345 | 0.7878 | 4 |
|
50 |
+
| 1.7733 | 0.7660 | 5 |
|
51 |
+
| 1.5626 | 0.7448 | 6 |
|
52 |
+
| 1.6111 | 0.7245 | 7 |
|
53 |
+
| 1.6754 | 0.7050 | 8 |
|
54 |
+
| 1.5030 | 0.6867 | 9 |
|
55 |
+
| 1.5101 | 0.6696 | 10 |
|
56 |
+
| 1.4328 | 0.6536 | 11 |
|
57 |
+
| 1.4311 | 0.6383 | 12 |
|
58 |
+
| 1.3917 | 0.6232 | 13 |
|
59 |
+
| 1.4102 | 0.6071 | 14 |
|
60 |
+
| 1.3732 | 0.5948 | 15 |
|
61 |
+
| 1.3468 | 0.5828 | 16 |
|
62 |
+
| 1.2817 | 0.5712 | 17 |
|
63 |
+
| 1.2920 | 0.5600 | 18 |
|
64 |
+
| 1.2696 | 0.5491 | 19 |
|
65 |
+
| 1.2552 | 0.5385 | 20 |
|
66 |
+
| 1.1859 | 0.5285 | 21 |
|
67 |
+
| 1.1995 | 0.5188 | 22 |
|
68 |
+
| 1.1690 | 0.5094 | 23 |
|
69 |
+
| 1.1678 | 0.5003 | 24 |
|
70 |
+
| 1.1420 | 0.4916 | 25 |
|
71 |
+
| 1.0959 | 0.4830 | 26 |
|
72 |
+
| 1.0848 | 0.4750 | 27 |
|
73 |
+
| 1.1248 | 0.4677 | 28 |
|
74 |
+
| 1.1165 | 0.4609 | 29 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242301848
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d27bc5d1343aea62f4e3c55bc7e4d1fe30a2429fabe159c1f279962191018a7c
|
3 |
size 242301848
|