iguerrasevillano
commited on
Commit
•
82aac7d
1
Parent(s):
21b764c
Training in progress epoch 5
Browse files- README.md +8 -7
- 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: 2.
|
19 |
-
- Validation Loss: 3.
|
20 |
-
- Train Rouge1:
|
21 |
-
- Train Rouge2: 9.
|
22 |
-
- Train Rougel:
|
23 |
-
- Train Rougelsum:
|
24 |
- Train Gen Len: 20.0
|
25 |
-
- Epoch:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -53,6 +53,7 @@ The following hyperparameters were used during training:
|
|
53 |
| 3.0764 | 3.5048 | 27.4389 | 7.4962 | 21.7549 | 21.5366 | 20.0 | 2 |
|
54 |
| 2.8770 | 3.5305 | 26.4536 | 8.0238 | 21.3939 | 21.0272 | 20.0 | 3 |
|
55 |
| 2.6977 | 3.5499 | 27.1909 | 9.8630 | 22.4824 | 22.2501 | 20.0 | 4 |
|
|
|
56 |
|
57 |
|
58 |
### 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.5428
|
19 |
+
- Validation Loss: 3.5532
|
20 |
+
- Train Rouge1: 26.3837
|
21 |
+
- Train Rouge2: 9.2192
|
22 |
+
- Train Rougel: 21.8441
|
23 |
+
- Train Rougelsum: 21.7351
|
24 |
- Train Gen Len: 20.0
|
25 |
+
- Epoch: 5
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
53 |
| 3.0764 | 3.5048 | 27.4389 | 7.4962 | 21.7549 | 21.5366 | 20.0 | 2 |
|
54 |
| 2.8770 | 3.5305 | 26.4536 | 8.0238 | 21.3939 | 21.0272 | 20.0 | 3 |
|
55 |
| 2.6977 | 3.5499 | 27.1909 | 9.8630 | 22.4824 | 22.2501 | 20.0 | 4 |
|
56 |
+
| 2.5428 | 3.5532 | 26.3837 | 9.2192 | 21.8441 | 21.7351 | 20.0 | 5 |
|
57 |
|
58 |
|
59 |
### 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:905eed494bc22129f765ac78b4be18e82fc28c1f5982a6c9e9485acb0bb875d2
|
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:0aa1d48069c62c85699ceffa40b09d959fef96068f07d641f2717ccf90ab6b17
|
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:0aa1d48069c62c85699ceffa40b09d959fef96068f07d641f2717ccf90ab6b17
|
3 |
size 558172300
|