d0r1h commited on
Commit
259741b
1 Parent(s): 6a62f6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ When the model is used for summarizing ILC documents(10 samples), it achieves th
37
 
38
  | Model | rouge1-f | rouge1-p | rouge2-f | rouge2-p | rougeL-f | rougeL-p |
39
  |:-----------:|:-----:|:-----:|:------:|:-----:|:------:|:-----:|
40
- | led-base-ilc | **42** | **47** | **22** | **24** | **39** | **44** |
41
  | led-base | 3 | 39 | 1 | 21 | 3 | 37 |
42
 
43
  [This notebook](https://colab.research.google.com/github/d0r1h/Notebooks/blob/main/NLP/Summarization/led_base_ilc_summarization.ipynb) shows how *led* can effectively be used for downstream tasks such as summarization.
 
37
 
38
  | Model | rouge1-f | rouge1-p | rouge2-f | rouge2-p | rougeL-f | rougeL-p |
39
  |:-----------:|:-----:|:-----:|:------:|:-----:|:------:|:-----:|
40
+ | led-ilc | **42** | **47** | **22** | **24** | **39** | **44** |
41
  | led-base | 3 | 39 | 1 | 21 | 3 | 37 |
42
 
43
  [This notebook](https://colab.research.google.com/github/d0r1h/Notebooks/blob/main/NLP/Summarization/led_base_ilc_summarization.ipynb) shows how *led* can effectively be used for downstream tasks such as summarization.