Update README.md
Browse files
README.md
CHANGED
@@ -43,8 +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 | **
|
49 |
-
| led-base-16384 | 29.
|
|
|
50 |
|
|
|
43 |
|
44 |
When the model is used for summarizing legal documents, it achieves the following results:
|
45 |
|
46 |
+
| Model | R1-F | R1-Precision | R2-F | R2-Precision | RL-F | RL-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.4 | 15.23 | 16.27 | 16.32 | 16.58 |
|
50 |
+
|
51 |
|