iguerrasevillano
commited on
Commit
•
e24e697
1
Parent(s):
11ec1ee
Training in progress epoch 2
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: 3.
|
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 |
|
@@ -50,6 +50,7 @@ The following hyperparameters were used during training:
|
|
50 |
|:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:-------------:|:-----:|
|
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 |
|
54 |
|
55 |
### 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: 3.0721
|
19 |
+
- Validation Loss: 3.5432
|
20 |
+
- Train Rouge1: 34.3751
|
21 |
+
- Train Rouge2: 11.9262
|
22 |
+
- Train Rougel: 25.9655
|
23 |
+
- Train Rougelsum: 25.7472
|
24 |
+
- Train Gen Len: 44.125
|
25 |
+
- Epoch: 2
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
50 |
|:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:-------------:|:-----:|
|
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
|
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:4cfdaecb8a65f0248b9b97a21f10e2ef3d94b3ea39bbfc4ef57070915adc159e
|
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:e43e865a59f426bea1e05171da4cf73eaaad1fc35a626242c3b88ccf0931f289
|
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:e43e865a59f426bea1e05171da4cf73eaaad1fc35a626242c3b88ccf0931f289
|
3 |
size 558172300
|