End of training
Browse files
README.md
CHANGED
@@ -18,11 +18,11 @@ 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 None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 2.
|
22 |
-
- Rouge1: 0.
|
23 |
-
- Rouge2: 0.
|
24 |
-
- Rougel: 0.
|
25 |
-
- Rougelsum: 0.
|
26 |
- Gen Len: 142.0
|
27 |
|
28 |
## Model description
|
@@ -42,29 +42,24 @@ More information needed
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
-
- learning_rate:
|
46 |
- train_batch_size: 4
|
47 |
- eval_batch_size: 4
|
48 |
- seed: 42
|
49 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- num_epochs:
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
58 |
-
| 2.
|
59 |
-
| 2.
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
| 1.2476 | 6.0 | 60 | 2.5688 | 0.3997 | 0.135 | 0.2588 | 0.2564 | 79.0 |
|
64 |
-
| 1.1164 | 7.0 | 70 | 2.6860 | 0.3988 | 0.1141 | 0.2296 | 0.2298 | 142.0 |
|
65 |
-
| 1.0058 | 8.0 | 80 | 2.7666 | 0.4679 | 0.1486 | 0.2654 | 0.2675 | 142.0 |
|
66 |
-
| 0.9275 | 9.0 | 90 | 2.8439 | 0.4362 | 0.1232 | 0.2415 | 0.2414 | 142.0 |
|
67 |
-
| 0.8801 | 10.0 | 100 | 2.8681 | 0.4331 | 0.123 | 0.2315 | 0.2321 | 142.0 |
|
68 |
|
69 |
|
70 |
### 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 None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 2.4758
|
22 |
+
- Rouge1: 0.3972
|
23 |
+
- Rouge2: 0.1525
|
24 |
+
- Rougel: 0.2279
|
25 |
+
- Rougelsum: 0.2297
|
26 |
- Gen Len: 142.0
|
27 |
|
28 |
## Model description
|
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 1e-05
|
46 |
- train_batch_size: 4
|
47 |
- eval_batch_size: 4
|
48 |
- seed: 42
|
49 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 5
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
58 |
+
| 2.8064 | 1.0 | 10 | 2.5907 | 0.3676 | 0.08 | 0.1808 | 0.1804 | 136.0 |
|
59 |
+
| 2.4065 | 2.0 | 20 | 2.5102 | 0.3116 | 0.0669 | 0.1732 | 0.1732 | 142.0 |
|
60 |
+
| 2.2329 | 3.0 | 30 | 2.4821 | 0.3931 | 0.108 | 0.2077 | 0.2074 | 142.0 |
|
61 |
+
| 2.1376 | 4.0 | 40 | 2.4786 | 0.3972 | 0.1525 | 0.2279 | 0.2297 | 142.0 |
|
62 |
+
| 2.0733 | 5.0 | 50 | 2.4758 | 0.3972 | 0.1525 | 0.2279 | 0.2297 | 142.0 |
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|