nsi319 commited on
Commit
c64610f
1 Parent(s): f947b6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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 | R-1 | R-1 Precision | R-2 | R-2 Precision |
47
  |:-----------:|:-----:|:-----:|:------:|:-----:|
48
- | legal-led-base-16384 | **54.89** | **58.42** | **30.52** | **32.87** |
49
- | led-base-16384 | 29.1 | 30.4 | 15.13 | 16.1 |
 
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