Training in progress epoch 0
Browse files- README.md +10 -14
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -16,15 +16,15 @@ probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Train Loss: 3.
|
20 |
-
- Validation Loss: 3.
|
21 |
-
- Train Rouge1: 0.
|
22 |
-
- Train Rouge2: 0.
|
23 |
-
- Train Rougel: 0.
|
24 |
-
- Train Rougelsum: 0.
|
25 |
-
- Train Bertscore F1: 0.
|
26 |
-
- Train Gen Len:
|
27 |
-
- Epoch:
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -50,11 +50,7 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Train Loss | Validation Loss | Train Rouge1 | Train Rouge2 | Train Rougel | Train Rougelsum | Train Bertscore F1 | Train Gen Len | Epoch |
|
52 |
|:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:------------------:|:-------------:|:-----:|
|
53 |
-
| 3.
|
54 |
-
| 3.5365 | 3.3102 | 0.1056 | 0.0436 | 0.0875 | 0.0877 | 0.4899 | 19.0 | 1 |
|
55 |
-
| 3.4527 | 3.2546 | 0.1062 | 0.0422 | 0.0883 | 0.0883 | 0.4871 | 19.0 | 2 |
|
56 |
-
| 3.3976 | 3.2098 | 0.1056 | 0.0429 | 0.0883 | 0.0883 | 0.4882 | 19.0 | 3 |
|
57 |
-
| 3.3455 | 3.1767 | 0.0953 | 0.0379 | 0.0807 | 0.0807 | 0.4634 | 19.0 | 4 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Train Loss: 3.3096
|
20 |
+
- Validation Loss: 3.1447
|
21 |
+
- Train Rouge1: 0.3986
|
22 |
+
- Train Rouge2: 0.1493
|
23 |
+
- Train Rougel: 0.2359
|
24 |
+
- Train Rougelsum: 0.2366
|
25 |
+
- Train Bertscore F1: 0.6148
|
26 |
+
- Train Gen Len: 238.5368
|
27 |
+
- Epoch: 0
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
50 |
|
51 |
| Train Loss | Validation Loss | Train Rouge1 | Train Rouge2 | Train Rougel | Train Rougelsum | Train Bertscore F1 | Train Gen Len | Epoch |
|
52 |
|:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:------------------:|:-------------:|:-----:|
|
53 |
+
| 3.3096 | 3.1447 | 0.3986 | 0.1493 | 0.2359 | 0.2366 | 0.6148 | 238.5368 | 0 |
|
|
|
|
|
|
|
|
|
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 373902664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9f1eba0fb54613a2f5a3b97ab781ecb463c5bc7806d43d4a5e5e873638b46a3
|
3 |
size 373902664
|