End of training
Browse files- README.md +6 -7
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -13,12 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# bart-cnn-samsum-finetuned
|
15 |
|
16 |
-
This
|
17 |
-
|
18 |
-
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the 'samsum' dataset.
|
19 |
-
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,13 +40,15 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
-
| 0.
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
13 |
|
14 |
# bart-cnn-samsum-finetuned
|
15 |
|
16 |
+
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on an unknown dataset.
|
|
|
|
|
|
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.1330
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 3
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 0.0981 | 1.0 | 37 | 0.1360 |
|
50 |
+
| 0.1009 | 2.0 | 74 | 0.1330 |
|
51 |
+
| 0.0957 | 3.0 | 111 | 0.1330 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1625422896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6be51193fecdc3dba7e3e3312f76d3f37c389706ab3c7d615b670cd3ebffc469
|
3 |
size 1625422896
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ae841f6a7a5985e74d78e8c3efa8c1d89762ece51c1442fe8440669abf9f6f2
|
3 |
size 4984
|