Commit
·
8df041d
1
Parent(s):
2f4a74c
End of training
Browse files- README.md +11 -11
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -17,12 +17,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 0.
|
| 21 |
-
- Rouge1: 47.
|
| 22 |
-
- Rouge2:
|
| 23 |
-
- Rougel:
|
| 24 |
-
- Rougelsum:
|
| 25 |
-
- Gen Len:
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -42,11 +42,11 @@ More information needed
|
|
| 42 |
|
| 43 |
The following hyperparameters were used during training:
|
| 44 |
- learning_rate: 2e-05
|
| 45 |
-
- train_batch_size:
|
| 46 |
- eval_batch_size: 4
|
| 47 |
- seed: 42
|
| 48 |
- gradient_accumulation_steps: 2
|
| 49 |
-
- total_train_batch_size:
|
| 50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 51 |
- lr_scheduler_type: linear
|
| 52 |
- num_epochs: 3
|
|
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
| 58 |
-
|
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.3548
|
| 21 |
+
- Rouge1: 47.5134
|
| 22 |
+
- Rouge2: 24.7121
|
| 23 |
+
- Rougel: 35.7366
|
| 24 |
+
- Rougelsum: 35.6499
|
| 25 |
+
- Gen Len: 111.96
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 42 |
|
| 43 |
The following hyperparameters were used during training:
|
| 44 |
- learning_rate: 2e-05
|
| 45 |
+
- train_batch_size: 6
|
| 46 |
- eval_batch_size: 4
|
| 47 |
- seed: 42
|
| 48 |
- gradient_accumulation_steps: 2
|
| 49 |
+
- total_train_batch_size: 12
|
| 50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 51 |
- lr_scheduler_type: linear
|
| 52 |
- num_epochs: 3
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
| 58 |
+
| No log | 1.0 | 417 | 0.3468 | 44.9326 | 22.3736 | 33.008 | 32.9247 | 116.43 |
|
| 59 |
+
| 0.5244 | 2.0 | 834 | 0.3440 | 46.9139 | 24.683 | 35.3699 | 35.333 | 119.65 |
|
| 60 |
+
| 0.2061 | 3.0 | 1251 | 0.3548 | 47.5134 | 24.7121 | 35.7366 | 35.6499 | 111.96 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1625537802
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a974372ecd23751fbe71ad5e8ec22179b98d2a947233343705c2db6f5edd8d28
|
| 3 |
size 1625537802
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21af4c0dcb418ec5753bb0293ad8df699e767a7a156c565b38d83ec4b2b3b0a2
|
| 3 |
size 4664
|