Skip to main content
Microsoft Foundry
jpwahle-t5-large-word-sense-disambiguation

jpwahle-t5-large-word-sense-disambiguation

Hugging Face
Version: 9

jpwahle/t5-large-word-sense-disambiguation is a pre-trained language model available on the Hugging Face Hub. It's specifically designed for the text2text-generation 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": "question: which description describes the word \" java \" best in the following context? descriptions: [  \" A drink consisting of an infusion of ground coffee beans \" ,  \" a platform-independent programming lanugage \" ,  or \" an island in Indonesia to the south of Borneo \" ]  context: I like to drink ' java ' in the morning ."
}

Quick facts

PublisherHugging Face
TypeText to text generation
LifecycleGenerally available (GA)