update model card README.md
Browse files
README.md
CHANGED
@@ -14,13 +14,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# bart-base-vn-ehealth
|
16 |
|
17 |
-
This model is a fine-tuned version of [
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Rouge1:
|
21 |
-
- Rouge2: 4.
|
22 |
-
- Rougel:
|
23 |
-
- Rougelsum:
|
24 |
- Gen Len: 20.0
|
25 |
|
26 |
## Model description
|
@@ -50,9 +50,9 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step
|
54 |
-
|
55 |
-
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
14 |
|
15 |
# bart-base-vn-ehealth
|
16 |
|
17 |
+
This model is a fine-tuned version of [GuysTrans/bart-base-vn-ehealth](https://huggingface.co/GuysTrans/bart-base-vn-ehealth) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.7766
|
20 |
+
- Rouge1: 8.7809
|
21 |
+
- Rouge2: 4.2367
|
22 |
+
- Rougel: 8.3649
|
23 |
+
- Rougelsum: 8.4179
|
24 |
- Gen Len: 20.0
|
25 |
|
26 |
## Model description
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
55 |
+
| 0.8947 | 1.0 | 17418 | 0.7766 | 8.7809 | 4.2367 | 8.3649 | 8.4179 | 20.0 |
|
56 |
|
57 |
|
58 |
### Framework versions
|