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
|
@@ -11,3 +11,4 @@ tags:
|
|
| 11 |
- summary
|
| 12 |
- summarizer
|
| 13 |
---
|
|
|
|
|
|
| 11 |
- summary
|
| 12 |
- summarizer
|
| 13 |
---
|
| 14 |
+
<iframe src="https://wandb.ai/shorecode-shorecode-llc/huggingface/reports/Shorecode-Summarizer-v2--VmlldzoxNDg4NzU3Mg" style="border:none;height:1024px;width:100%">
|