t5-small
t5-small
Version: 19
HuggingFaceLast updated July 2023
t5-small is a pre-trained language model available on the Hugging Face Hub. It's specifically designed for the translation task in the transformers library. If you want to learn more about the model's architecture, hyperparameters, limitations, and biases, you can find this information on the model's dedicated Model Card on the Hugging Face Hub . Here's an example API request payload that you can use to obtain predictions from the model:
{
  "inputs": "My name is Wolfgang and I live in Berlin"
}
Model Specifications
LicenseApache-2.0
Last UpdatedJuly 2023
PublisherHuggingFace