iguerrasevillano
commited on
Commit
•
be3535e
1
Parent(s):
e24e697
Training in progress epoch 3
Browse files- README.md +9 -8
- checkpoint/extra_data.pickle +1 -1
- checkpoint/weights.h5 +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,14 +15,14 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss:
|
19 |
-
- Validation Loss: 3.
|
20 |
-
- Train Rouge1:
|
21 |
-
- Train Rouge2:
|
22 |
-
- Train Rougel:
|
23 |
-
- Train Rougelsum:
|
24 |
-
- Train Gen Len:
|
25 |
-
- Epoch:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -51,6 +51,7 @@ The following hyperparameters were used during training:
|
|
51 |
| 3.9877 | 3.5287 | 32.1820 | 9.3543 | 22.3531 | 25.9513 | 52.0625 | 0 |
|
52 |
| 3.3169 | 3.5501 | 28.4933 | 7.1650 | 21.0640 | 21.5187 | 33.0625 | 1 |
|
53 |
| 3.0721 | 3.5432 | 34.3751 | 11.9262 | 25.9655 | 25.7472 | 44.125 | 2 |
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 2.8746
|
19 |
+
- Validation Loss: 3.5451
|
20 |
+
- Train Rouge1: 31.4944
|
21 |
+
- Train Rouge2: 9.8140
|
22 |
+
- Train Rougel: 22.5305
|
23 |
+
- Train Rougelsum: 22.9393
|
24 |
+
- Train Gen Len: 36.5
|
25 |
+
- Epoch: 3
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
51 |
| 3.9877 | 3.5287 | 32.1820 | 9.3543 | 22.3531 | 25.9513 | 52.0625 | 0 |
|
52 |
| 3.3169 | 3.5501 | 28.4933 | 7.1650 | 21.0640 | 21.5187 | 33.0625 | 1 |
|
53 |
| 3.0721 | 3.5432 | 34.3751 | 11.9262 | 25.9655 | 25.7472 | 44.125 | 2 |
|
54 |
+
| 2.8746 | 3.5451 | 31.4944 | 9.8140 | 22.5305 | 22.9393 | 36.5 | 3 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
checkpoint/extra_data.pickle
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1115383533
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dde7736622a8ef2f5a8033858d3e0f48dea68ab13ef4d0bcd69cddcf977e1155
|
3 |
size 1115383533
|
checkpoint/weights.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 558172300
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fac09290896da117ce460ec3208b299b7ffc0116bb84b1586ce4f259f462ecf7
|
3 |
size 558172300
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 558172300
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fac09290896da117ce460ec3208b299b7ffc0116bb84b1586ce4f259f462ecf7
|
3 |
size 558172300
|