iguerrasevillano
commited on
Commit
•
3704a0a
1
Parent(s):
1e00b47
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:
|
19 |
-
- Validation Loss: 3.
|
20 |
-
- Train Rouge1: 31.
|
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.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
|
|
|
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.8544
|
19 |
+
- Validation Loss: 3.5359
|
20 |
+
- Train Rouge1: 31.2594
|
21 |
+
- Train Rouge2: 8.1428
|
22 |
+
- Train Rougel: 22.0263
|
23 |
+
- Train Rougelsum: 23.4245
|
24 |
+
- Train Gen Len: 43.0
|
25 |
+
- Epoch: 2
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
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 |
+
| 2.8544 | 3.5359 | 31.2594 | 8.1428 | 22.0263 | 23.4245 | 43.0 | 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:b98473b9c275e86c9e33cb46c94c66647574cb00f7d3ddb6f71605c20051e02f
|
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:842240230be620ad7de736ef9627c8cce4514dc1a8e80e9711aaf9bdbe4be3e4
|
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:842240230be620ad7de736ef9627c8cce4514dc1a8e80e9711aaf9bdbe4be3e4
|
3 |
size 558172300
|