Transformers
PyTorch
TensorFlow
ONNX
Safetensors
English
t5
text2text-generation
summary
summarizer
Eval Results (legacy)
text-generation-inference
Instructions to use shorecode/t5-efficient-tiny-summarizer-general-purpose-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shorecode/t5-efficient-tiny-summarizer-general-purpose-v2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("shorecode/t5-efficient-tiny-summarizer-general-purpose-v2") model = AutoModelForSeq2SeqLM.from_pretrained("shorecode/t5-efficient-tiny-summarizer-general-purpose-v2") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,3 +15,10 @@ widget:
|
|
| 15 |
output:
|
| 16 |
url: Screenshot_20251030_222933.png
|
| 17 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
output:
|
| 16 |
url: Screenshot_20251030_222933.png
|
| 17 |
---
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
<Gallery />
|
| 21 |
+
|
| 22 |
+
## Model description
|
| 23 |
+
|
| 24 |
+
A very classic hand drawn cartoon style.
|