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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 | 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
 
 
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