KostiuchenkoArtem
commited on
Commit
•
92dd2b0
1
Parent(s):
f0aaddd
Training in progress epoch 3
Browse files- README.md +6 -3
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,9 +14,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Validation Loss: 0.
|
19 |
-
- Epoch:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -43,6 +43,9 @@ The following hyperparameters were used during training:
|
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
| 0.0976 | 0.0604 | 0 |
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.0148
|
18 |
+
- Validation Loss: 0.0419
|
19 |
+
- Epoch: 3
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
| 0.0976 | 0.0604 | 0 |
|
46 |
+
| 0.0403 | 0.0409 | 1 |
|
47 |
+
| 0.0235 | 0.0376 | 2 |
|
48 |
+
| 0.0148 | 0.0419 | 3 |
|
49 |
|
50 |
|
51 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1625921312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6976f6d0dfe3f39875676b10bf1b16ba509fe16105154275153a9bc7972b1b0
|
3 |
size 1625921312
|