Update README.md
Browse files
README.md
CHANGED
@@ -43,9 +43,9 @@ summary = [tokenizer.decode(g, skip_special_tokens=True, clean_up_tokenization_s
|
|
43 |
|
44 |
When the model is used for summarizing legal documents, it achieves the following results:
|
45 |
|
46 |
-
| Model |
|
47 |
-
|
48 |
| legal-led-base-16384 | **55.69** | **58.65** | **27.87** | **28.04** | **29.62** | **30.89** |
|
49 |
-
| led-base-16384 | 29.19 | 30.
|
50 |
|
51 |
|
|
|
43 |
|
44 |
When the model is used for summarizing legal documents, it achieves the following results:
|
45 |
|
46 |
+
| Model | rouge1 | rouge1-precision | rouge2 | rouge2-recision | rougeL | rougeL-precision |
|
47 |
+
|:-----------:|:-----:|:-----:|:------:|:-----:|:------:|:-----:|
|
48 |
| legal-led-base-16384 | **55.69** | **58.65** | **27.87** | **28.04** | **29.62** | **30.89** |
|
49 |
+
| led-base-16384 | 29.19 | 30.43 | 15.23 | 16.27 | 16.32 | 16.58 |
|
50 |
|
51 |
|