Saravananofficial commited on
Commit
433ebf3
·
1 Parent(s): b97438c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,10 +14,10 @@ An Abstractive text summarizer trained using lstm based sequence to sequence mod
14
 
15
  loss graph
16
 
17
- ![Output](./model/train_log.jpeg "loss overview")
18
 
19
  encoder-decoder overview
20
- ![Output1](./model/model_plot.jpeg "model overview")
21
 
22
  ## Conclusion
23
  - 🫶 The machine learning model to convert a text document to abstract is done successfully.
 
14
 
15
  loss graph
16
 
17
+ ![IMAGE](./train_log.png "loss graph")
18
 
19
  encoder-decoder overview
20
+ ![Output1](./model_plot.jpeg "model overview")
21
 
22
  ## Conclusion
23
  - 🫶 The machine learning model to convert a text document to abstract is done successfully.