Instructions to use Indramal/Text-Summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Indramal/Text-Summarization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Indramal/Text-Summarization") model = AutoModelForSeq2SeqLM.from_pretrained("Indramal/Text-Summarization") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,4 +3,6 @@ license: apache-2.0
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
---
|
|
|
|
|
|
|
| 6 |
[my GitHub Repo for other codes](https://github.com/indramal/Text-Summarization/)
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
---
|
| 6 |
+
> **Contact details:** [Indramal Wansekara Profile Website](https://www.indramal.com/)
|
| 7 |
+
|
| 8 |
[my GitHub Repo for other codes](https://github.com/indramal/Text-Summarization/)
|