Instructions to use Saravananofficial/Text_Summarizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Saravananofficial/Text_Summarizer with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Saravananofficial/Text_Summarizer") model = AutoModelForSeq2SeqLM.from_pretrained("Saravananofficial/Text_Summarizer") - Notebooks
- Google Colab
- Kaggle
Commit ·
433ebf3
1
Parent(s): b97438c
Update README.md
Browse files
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 |
-

|
| 18 |
|
| 19 |
encoder-decoder overview
|
| 20 |
+

|
| 21 |
|
| 22 |
## Conclusion
|
| 23 |
- 🫶 The machine learning model to convert a text document to abstract is done successfully.
|