End of training
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the samsum dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,22 +43,27 @@ 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 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the samsum dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4334
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 15
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 0.4513 | 1.0 | 37 | 0.5301 |
|
53 |
+
| 0.45 | 2.0 | 74 | 0.5104 |
|
54 |
+
| 0.4505 | 3.0 | 111 | 0.4969 |
|
55 |
+
| 0.4882 | 4.0 | 148 | 0.4857 |
|
56 |
+
| 0.4246 | 5.0 | 185 | 0.4759 |
|
57 |
+
| 0.386 | 6.0 | 222 | 0.4672 |
|
58 |
+
| 0.3959 | 7.0 | 259 | 0.4599 |
|
59 |
+
| 0.4179 | 8.0 | 296 | 0.4536 |
|
60 |
+
| 0.427 | 9.0 | 333 | 0.4480 |
|
61 |
+
| 0.3997 | 10.0 | 370 | 0.4435 |
|
62 |
+
| 0.4041 | 11.0 | 407 | 0.4400 |
|
63 |
+
| 0.4021 | 12.0 | 444 | 0.4371 |
|
64 |
+
| 0.3551 | 13.0 | 481 | 0.4351 |
|
65 |
+
| 0.3619 | 14.0 | 518 | 0.4338 |
|
66 |
+
| 0.3768 | 15.0 | 555 | 0.4334 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 18894856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2fe333eecebb6d762079906c0130617f0c9bfa0f77af9013d3a940bab8199ce
|
3 |
size 18894856
|
runs/Jun06_04-00-34_cced2c94343d/events.out.tfevents.1717646443.cced2c94343d.622.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3d3d153754e65dd3423ff05e4daa2b712f29190152eb97d3c1b0588d09a9488
|
3 |
+
size 21793
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7098da57ce72095a656014c3aa752aa2fc57294c24ad943fea29106719f64308
|
3 |
size 5112
|