Hardik Soni commited on
Commit
384336f
·
verified ·
1 Parent(s): 069aab3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -8,6 +8,10 @@ tags:
8
  - NLP
9
  - Text-Summarization
10
  - CNN
 
 
 
 
11
  ---
12
 
13
  # Seq2Seq Model with Attention for Text Summarization
@@ -133,4 +137,4 @@ The model generates abstractive summaries of news articles. You can tweak the la
133
  ## Resources:
134
  - [Keras Documentation](https://keras.io/)
135
  - [CNN/DailyMail Dataset](https://huggingface.co/datasets/cnn_dailymail)
136
- - [GloVe Embeddings](https://nlp.stanford.edu/projects/glove/)
 
8
  - NLP
9
  - Text-Summarization
10
  - CNN
11
+ metrics:
12
+ - rouge
13
+ pipeline_tag: summarization
14
+ library_name: keras
15
  ---
16
 
17
  # Seq2Seq Model with Attention for Text Summarization
 
137
  ## Resources:
138
  - [Keras Documentation](https://keras.io/)
139
  - [CNN/DailyMail Dataset](https://huggingface.co/datasets/cnn_dailymail)
140
+ - [GloVe Embeddings](https://nlp.stanford.edu/projects/glove/)