Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,10 @@ tags:
|
|
9 |
|
10 |
This model is a sequence-to-sequence (seq2seq) model for text summarization. It uses a bidirectional LSTM encoder and an LSTM decoder to generate summaries from input articles. The model was trained on a dataset with sequences of length up to 800 tokens.
|
11 |
|
|
|
|
|
|
|
|
|
12 |
## Model Architecture
|
13 |
|
14 |
### Encoder
|
|
|
9 |
|
10 |
This model is a sequence-to-sequence (seq2seq) model for text summarization. It uses a bidirectional LSTM encoder and an LSTM decoder to generate summaries from input articles. The model was trained on a dataset with sequences of length up to 800 tokens.
|
11 |
|
12 |
+
## Dataset
|
13 |
+
|
14 |
+
CNN-DailyMail News Text Summarization from kaggle
|
15 |
+
|
16 |
## Model Architecture
|
17 |
|
18 |
### Encoder
|