Update README.md
Browse files
README.md
CHANGED
@@ -29,11 +29,11 @@ If you want to try the model quickly, go to [this notebook](https://colab.resear
|
|
29 |
This model is uncased, can't read special characters except "," and "." and may not performance well on non-news article text.
|
30 |
|
31 |
## Performance
|
32 |
-
| datasets | rouge-1 | rouge-2 | rouge-L |
|
33 |
-
| ---- | ---- | ---- | ---- |
|
34 |
-
| Indosum | 52.43 | 41.23 | 48.18 |
|
35 |
-
| Liputan6 | 38.27 | 20.22 | 31.26 |
|
36 |
-
| XLSum | 26.97 | 9.99 | 21.70 |
|
37 |
|
38 |
## Training and evaluation data
|
39 |
Finetune dataset:
|
|
|
29 |
This model is uncased, can't read special characters except "," and "." and may not performance well on non-news article text.
|
30 |
|
31 |
## Performance
|
32 |
+
| datasets | rouge-1 | rouge-2 | rouge-L | BERTScore |
|
33 |
+
| ---- | ---- | ---- | ---- | --- |
|
34 |
+
| Indosum | 52.43 | 41.23 | 48.18 | 80.68 |
|
35 |
+
| Liputan6 | 38.27 | 20.22 | 31.26 | 78 |
|
36 |
+
| XLSum | 26.97 | 9.99 | 21.70 | 73.62|
|
37 |
|
38 |
## Training and evaluation data
|
39 |
Finetune dataset:
|