Edit model card
from transformers import pipeline
text_generator = pipeline("text-generation", model="svjack/T5-daliy-dialogue")
text_generator(
    "你饿吗?"
)

'''
[
  {
    "generated_text": "是的,我快饿死了"
  }
]
'''
Downloads last month
9
Inference API
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.