Update README.md
Browse files
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-
|
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.
|