Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 647 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 647 Bytes

Blenderbot_with_paddle

Paddle implementation of Blenderbot, Recipes for building an open-domain chatbot, with help of its original implementation code

Goal:

  1. Reimplement Blenderbot and Blenderbot Small
  2. Convert models from pytorch to paddle
    • 90M;
    • 2.7B;
    • 2.7B distilled to 1.4B;
    • 2.7B distilled to 360M
  3. BlenderbotForConditionalGeneration model & BlenderbotSmallForConditionalGeneration model inference
    • 90M
    • 2.7B distilled to 360M
  4. Submit PR to PaddleNLP