update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
- summarization
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- rouge
|
@@ -16,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Rouge1:
|
21 |
-
- Rouge2:
|
22 |
-
- Rougel:
|
23 |
-
- Rougelsum:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -39,29 +38,22 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- learning_rate:
|
43 |
-
- train_batch_size:
|
44 |
-
- eval_batch_size:
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
55 |
-
|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.2795 | 4.0 | 1500 | 0.1098 | 91.8037 | 78.9948 | 85.9716 | 91.8695 |
|
59 |
-
| 0.204 | 5.0 | 1875 | 0.0776 | 94.6475 | 84.3954 | 89.9382 | 94.6349 |
|
60 |
-
| 0.1544 | 6.0 | 2250 | 0.0454 | 97.197 | 91.932 | 94.8966 | 97.1919 |
|
61 |
-
| 0.1212 | 7.0 | 2625 | 0.0384 | 97.5777 | 93.2443 | 95.4839 | 97.5692 |
|
62 |
-
| 0.1037 | 8.0 | 3000 | 0.0315 | 97.8918 | 95.2195 | 96.8449 | 97.9063 |
|
63 |
-
| 0.0942 | 9.0 | 3375 | 0.0253 | 98.6234 | 96.5271 | 97.6489 | 98.6284 |
|
64 |
-
| 0.0823 | 10.0 | 3750 | 0.0225 | 98.9126 | 96.9479 | 97.9209 | 98.9061 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
1 |
---
|
2 |
tags:
|
|
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
5 |
- rouge
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.0021
|
19 |
+
- Rouge1: 99.9243
|
20 |
+
- Rouge2: 99.8667
|
21 |
+
- Rougel: 99.9251
|
22 |
+
- Rougelsum: 99.9254
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 5e-05
|
42 |
+
- train_batch_size: 32
|
43 |
+
- eval_batch_size: 32
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 3
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
54 |
+
| 0.0503 | 1.0 | 167 | 0.0129 | 99.3706 | 97.6536 | 98.5166 | 99.3829 |
|
55 |
+
| 0.0245 | 2.0 | 334 | 0.0054 | 99.7198 | 99.2156 | 99.5022 | 99.7181 |
|
56 |
+
| 0.0135 | 3.0 | 501 | 0.0021 | 99.9243 | 99.8667 | 99.9251 | 99.9254 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|