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 [ku-nlp/bart-base-japanese](https://huggingface.co/ku-nlp/bart-base-japanese) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Rouge1:
|
21 |
-
- Rouge2:
|
22 |
-
- Rougel: 10.
|
23 |
-
- Rougelsum:
|
24 |
-
- Gen Len:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -50,13 +50,13 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step
|
54 |
-
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [ku-nlp/bart-base-japanese](https://huggingface.co/ku-nlp/bart-base-japanese) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.2694
|
20 |
+
- Rouge1: 18.7407
|
21 |
+
- Rouge2: 3.1211
|
22 |
+
- Rougel: 10.9379
|
23 |
+
- Rougelsum: 15.8203
|
24 |
+
- Gen Len: 95.0245
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
|
55 |
+
| 0.7833 | 1.0 | 2025 | 2.5751 | 16.3343 | 1.2888 | 11.0128 | 15.2802 | 65.3776 |
|
56 |
+
| 0.3308 | 2.0 | 4050 | 2.9423 | 17.9514 | 2.8091 | 10.9133 | 15.4068 | 91.6503 |
|
57 |
+
| 0.2302 | 3.0 | 6075 | 3.0625 | 16.1453 | 3.0026 | 10.272 | 14.0716 | 77.1993 |
|
58 |
+
| 0.1576 | 4.0 | 8100 | 3.2308 | 17.8409 | 2.9937 | 10.8765 | 15.6203 | 88.3986 |
|
59 |
+
| 0.1055 | 5.0 | 10125 | 3.2694 | 18.7407 | 3.1211 | 10.9379 | 15.8203 | 95.0245 |
|
60 |
|
61 |
|
62 |
### Framework versions
|