igorgavi commited on
Commit
0427b8d
1 Parent(s): c2186b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -62,19 +62,19 @@ methods used for text summarization will be described indvidually in the followi
62
 
63
  ## Methods
64
 
65
- | Method | Kind of ATS | Description | Source |
66
- |:----------------------:|:-----------:|:-----------:|:------:|
67
- | SumyRandom | Extractive | | |
68
- | Sumy Luhn | Extractive | | |
69
- | SumyLsa | Extractive | | |
70
- | SumyLexRank | Extractive | | |
71
- | SumyTextRank | Extractive | | |
72
- | SumySumBasic | Extractive | | |
73
- | SumyKL | Extractive | | |
74
- | SumyReduction | Extractive | | |
75
- | BART-Large CNN | Abstractive | | [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) |
76
- | Pegasus-XSUM | Abstractive | | |
77
- | mT5 Multilingual XLSUM | Abstractive | | |
78
 
79
 
80
  ## Model variations
 
62
 
63
  ## Methods
64
 
65
+ | Method | Kind of ATS | Description | Documentation |
66
+ |:----------------------:|:-----------:|:-----------:|:-------------:|
67
+ | SumyRandom | Extractive | | []() |
68
+ | Sumy Luhn | Extractive | | []() |
69
+ | SumyLsa | Extractive | | []() |
70
+ | SumyLexRank | Extractive | | []() |
71
+ | SumyTextRank | Extractive | | []() |
72
+ | SumySumBasic | Extractive | | []() |
73
+ | SumyKL | Extractive | | []() |
74
+ | SumyReduction | Extractive | | []() |
75
+ | BART-Large CNN | Abstractive | | [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) |
76
+ | Pegasus-XSUM | Abstractive | | [google/pegasus-xsum](https://huggingface.co/google/pegasus-xsum) |
77
+ | mT5 Multilingual XLSUM | Abstractive | | [csebuetnlp/mT5_multilingual_XLSum](https://huggingface.co/csebuetnlp/mT5_multilingual_XLSum)|
78
 
79
 
80
  ## Model variations