Bavarder/src/providers/dialogpt.py

7 lines
240 B
Python
Raw Normal View History

2023-08-03 05:56:13 +05:30
from .hfbasechat import BaseHFChatProvider
class DialoGPTProvider(BaseHFChatProvider):
name = "DialoGPT"
description = "A State-of-the-Art Large-scale Pretrained Response generation model"
provider = "microsoft/DialoGPT-large"