peterandrew987
commited on
Commit
·
5e3b2b2
1
Parent(s):
ad81655
update model card README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
-
value:
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,11 +32,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [indobenchmark/indobart-v2](https://huggingface.co/indobenchmark/indobart-v2) on the squad dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 3.
|
36 |
-
- Rouge1:
|
37 |
-
- Rouge2:
|
38 |
-
- Rougel: 11.
|
39 |
-
- Rougelsum:
|
40 |
- Gen Len: 20.0
|
41 |
|
42 |
## Model description
|
@@ -68,9 +68,9 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge1
|
72 |
-
|
73 |
-
|
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
+
value: 13.4458
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [indobenchmark/indobart-v2](https://huggingface.co/indobenchmark/indobart-v2) on the squad dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 3.9723
|
36 |
+
- Rouge1: 13.4458
|
37 |
+
- Rouge2: 6.819
|
38 |
+
- Rougel: 11.2064
|
39 |
+
- Rougelsum: 12.5476
|
40 |
- Gen Len: 20.0
|
41 |
|
42 |
## Model description
|
|
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
72 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
|
73 |
+
| 4.436 | 1.0 | 200 | 3.9723 | 13.4458 | 6.819 | 11.2064 | 12.5476 | 20.0 |
|
74 |
|
75 |
|
76 |
### Framework versions
|