Downloads · 30 days
4
27% of all-time downloads
Toastmachine/t5-small-custom
t5-small-custom is a machine learning model from Toastmachine. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
Downloads · 30 days
4
27% of all-time downloads
All-time downloads
15
Public
Parameters
60.5M
243 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors242 MB · 100%
From the Hugging Face model README
tokenizer = T5Tokenizer.from_pretrained('path_to_your_model') model = T5ForConditionalGeneration.from_pretrained('path_to_your_model')
article = "Your news article text goes here."