nsi319 commited on
Commit
6a3a544
1 Parent(s): f7dc683

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ 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 | 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 |
 
43
 
44
  When the model is used for summarizing legal documents, it achieves the following results:
45
 
46
+ | Model | rouge1 | rouge1-precision | rouge2 | rouge2-precision | 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 |