Transformers
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use Navanjana/T5-Small_Text-Summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Navanjana/T5-Small_Text-Summarization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Navanjana/T5-Small_Text-Summarization") model = AutoModelForSeq2SeqLM.from_pretrained("Navanjana/T5-Small_Text-Summarization") - Notebooks
- Google Colab
- Kaggle
Navanjana commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ model-index:
|
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 14 |
should probably proofread and complete it, then remove this comment. -->
|
| 15 |
|
| 16 |
-
#
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
|
|
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 14 |
should probably proofread and complete it, then remove this comment. -->
|
| 15 |
|
| 16 |
+
# T5-Small_Text-Summarization
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|