iguerrasevillano
commited on
Commit
•
1e00b47
1
Parent(s):
326c6e2
Training in progress epoch 1
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 |
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
| Train Loss | Validation Loss | Train Rouge1 | Train Rouge2 | Train Rougel | Train Rougelsum | Train Gen Len | Epoch |
|
50 |
|:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:-------------:|:-----:|
|
51 |
| 3.3082 | 3.5055 | 33.4698 | 11.4810 | 25.8186 | 26.5162 | 43.625 | 0 |
|
|
|
52 |
|
53 |
|
54 |
### 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.0832
|
19 |
+
- Validation Loss: 3.4774
|
20 |
+
- Train Rouge1: 31.7424
|
21 |
+
- Train Rouge2: 10.0784
|
22 |
+
- Train Rougel: 23.7737
|
23 |
+
- Train Rougelsum: 24.7615
|
24 |
+
- Train Gen Len: 42.625
|
25 |
+
- Epoch: 1
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
49 |
| Train Loss | Validation Loss | Train Rouge1 | Train Rouge2 | Train Rougel | Train Rougelsum | Train Gen Len | Epoch |
|
50 |
|:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:-------------:|:-----:|
|
51 |
| 3.3082 | 3.5055 | 33.4698 | 11.4810 | 25.8186 | 26.5162 | 43.625 | 0 |
|
52 |
+
| 3.0832 | 3.4774 | 31.7424 | 10.0784 | 23.7737 | 24.7615 | 42.625 | 1 |
|
53 |
|
54 |
|
55 |
### 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:f9e4865d316f2da6d4763b3c275c7a0071db90b4d97eb6377ae7f06143506869
|
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:5a51a7748f8d8e1c14798c8959f409e2d81babe7641543e39352651692a17f31
|
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:5a51a7748f8d8e1c14798c8959f409e2d81babe7641543e39352651692a17f31
|
3 |
size 558172300
|