update model card README.md
Browse files
README.md
CHANGED
@@ -16,12 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [moussaKam/AraBART](https://huggingface.co/moussaKam/AraBART) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 2.
|
20 |
-
- Rouge1: 0.
|
21 |
-
- Rouge2: 0.
|
22 |
-
- Rougel: 0.
|
23 |
-
- Rougelsum: 0.
|
24 |
-
- Gen Len: 19.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,15 +46,23 @@ The following hyperparameters were used during training:
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch | Step
|
55 |
-
|
56 |
-
| 2.
|
57 |
-
| 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [moussaKam/AraBART](https://huggingface.co/moussaKam/AraBART) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.4030
|
20 |
+
- Rouge1: 0.9862
|
21 |
+
- Rouge2: 0.2292
|
22 |
+
- Rougel: 0.9902
|
23 |
+
- Rougelsum: 0.9847
|
24 |
+
- Gen Len: 19.3511
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 10
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
56 |
+
| 2.8633 | 1.0 | 2556 | 2.5599 | 0.7861 | 0.1289 | 0.7656 | 0.7721 | 19.2354 |
|
57 |
+
| 2.6525 | 2.0 | 5112 | 2.4824 | 0.7315 | 0.2374 | 0.7224 | 0.7357 | 19.261 |
|
58 |
+
| 2.5068 | 3.0 | 7668 | 2.4404 | 0.7772 | 0.2114 | 0.7671 | 0.7861 | 19.3035 |
|
59 |
+
| 2.4251 | 4.0 | 10224 | 2.4269 | 0.7464 | 0.2156 | 0.745 | 0.7504 | 19.2929 |
|
60 |
+
| 2.3739 | 5.0 | 12780 | 2.4119 | 0.7642 | 0.1879 | 0.7729 | 0.7774 | 19.3573 |
|
61 |
+
| 2.275 | 6.0 | 15336 | 2.4039 | 0.9048 | 0.1952 | 0.9198 | 0.9189 | 19.37 |
|
62 |
+
| 2.2787 | 7.0 | 17892 | 2.4007 | 0.9913 | 0.2278 | 0.9951 | 1.0038 | 19.335 |
|
63 |
+
| 2.2142 | 8.0 | 20448 | 2.4073 | 0.9736 | 0.238 | 0.9697 | 0.9773 | 19.3556 |
|
64 |
+
| 2.1852 | 9.0 | 23004 | 2.4007 | 0.9825 | 0.2322 | 0.9891 | 0.9962 | 19.3213 |
|
65 |
+
| 2.1597 | 10.0 | 25560 | 2.4030 | 0.9862 | 0.2292 | 0.9902 | 0.9847 | 19.3511 |
|
66 |
|
67 |
|
68 |
### Framework versions
|