-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
题目1: 利用 Jina AI 来部署开放域聊天模型 PLATO-Mini #1
Comments
请问 【进阶】任务4)、5)是指完成后任务难度提升到进阶水平吗? 另外5)简单的交互界面,指的是命令行界面还是前端web界面? |
可能“进阶”有些迷惑性,更多这里指的是“可选”,不是必须的。 关于界面,命令行也是可以接受的。 |
@numb3r3 请问提交作品的话是在 |
@shaomaiguanguan 使用 |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
题目简介: 使用 Jina 框架部署预训练模型 PLATO-Mini 实现开放域对话服务。
技术标签:深度学习,Python
任务难度:基础 ⭐️
详细描述:
Jina
开源MLOps框架的使用,熟悉3个基本概念Document
,Executor
,Flow
;详细文档参见 docsPlatoXLExecutor
,在__init__
中实现paddle模型的加载; 实现一个新的 endpointgenerate
完成对话任务;请参考文档 docPlatoXLExecutor
对外提供gRPC
,HTTP
和WebSocket
三种服务类型;请参考文档 doc提交内容:
PlatoXLExecutor
到 Jina Hub合入标准
unified_transformer-12L-cn
,unified_transformer-12L-cn-luge
和plato-mini
技术要求:
The text was updated successfully, but these errors were encountered: