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 ·
1f7d8b8
1
Parent(s): 58e4d33
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ An Abstractive text summarizer trained using lstm based sequence to sequence mod
|
|
| 14 |
|
| 15 |
loss graph
|
| 16 |
|
| 17 |
-

|
|
|
|
| 14 |
|
| 15 |
loss graph
|
| 16 |
|
| 17 |
+

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

|