Commit
·
643fa3e
1
Parent(s):
e8ee896
Training in progress epoch 8
Browse files- README.md +9 -8
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,14 +14,14 @@ 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: 3.
|
18 |
-
- Validation Loss: 2.
|
19 |
-
- Train Rouge1:
|
20 |
-
- Train Rouge2: 5.
|
21 |
-
- Train Rougel: 18.
|
22 |
-
- Train Rougelsum: 18.
|
23 |
-
- Train Gen Len: 18.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -55,6 +55,7 @@ The following hyperparameters were used during training:
|
|
55 |
| 3.1899 | 2.9920 | 22.7903 | 5.3026 | 17.8844 | 17.8651 | 18.58 | 5 |
|
56 |
| 3.1514 | 2.9775 | 23.0533 | 5.3456 | 18.4312 | 18.3636 | 18.52 | 6 |
|
57 |
| 3.1050 | 2.9686 | 23.0767 | 5.1264 | 18.4552 | 18.3503 | 18.54 | 7 |
|
|
|
58 |
|
59 |
|
60 |
### 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: 3.0688
|
18 |
+
- Validation Loss: 2.9609
|
19 |
+
- Train Rouge1: 22.9985
|
20 |
+
- Train Rouge2: 5.0413
|
21 |
+
- Train Rougel: 18.1856
|
22 |
+
- Train Rougelsum: 18.0816
|
23 |
+
- Train Gen Len: 18.67
|
24 |
+
- Epoch: 8
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
55 |
| 3.1899 | 2.9920 | 22.7903 | 5.3026 | 17.8844 | 17.8651 | 18.58 | 5 |
|
56 |
| 3.1514 | 2.9775 | 23.0533 | 5.3456 | 18.4312 | 18.3636 | 18.52 | 6 |
|
57 |
| 3.1050 | 2.9686 | 23.0767 | 5.1264 | 18.4552 | 18.3503 | 18.54 | 7 |
|
58 |
+
| 3.0688 | 2.9609 | 22.9985 | 5.0413 | 18.1856 | 18.0816 | 18.67 | 8 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 373902848
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f11bf5689f08eb39f0a02aded24602f3e4d8bff35e475562956a8a8f4cef527b
|
3 |
size 373902848
|