from transformers import pipeline
text_generator = pipeline("text-generation", model="svjack/T5-daliy-dialogue")
text_generator(
"你饿吗?"
)
'''
[
{
"generated_text": "是的,我快饿死了"
}
]
'''
- Downloads last month
- 4
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.