retnet-summarization
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [kaizerBox/retnet-summarization](https://huggingface.co/kaizerBox/retnet-summarization) on the xsum dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 3.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,15 +44,16 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: cosine
|
46 |
- lr_scheduler_warmup_steps: 100
|
47 |
-
- num_epochs:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:-----:|:---------------:|
|
54 |
-
| 3.
|
55 |
-
| 3.
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [kaizerBox/retnet-summarization](https://huggingface.co/kaizerBox/retnet-summarization) on the xsum dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.1397
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: cosine
|
46 |
- lr_scheduler_warmup_steps: 100
|
47 |
+
- num_epochs: 3
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:-----:|:---------------:|
|
54 |
+
| 3.4307 | 1.0 | 11525 | 3.3046 |
|
55 |
+
| 3.2601 | 2.0 | 23050 | 3.1760 |
|
56 |
+
| 3.1144 | 3.0 | 34575 | 3.1397 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 282181632
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ca64a5dd73ecfdcc1d6ed179c21761bda7a41175f873b307cbb3604316a7341
|
3 |
size 282181632
|
runs/Nov19_17-25-25_2221c7381199/events.out.tfevents.1700414725.2221c7381199.228.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3eb357f38cc9c7fa3b409d821128f7a56eeb20328b01fd6e4851792af18832e0
|
3 |
+
size 6233
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b7b1dd5b39bf8c7b9e7739b6db836a730db0d1f0c08d3c1824e20acbfbd4c59
|
3 |
size 4600
|