Paddle implementation of Blenderbot, Recipes for building an open-domain chatbot, with help of its original implementation code
- Reimplement Blenderbot and Blenderbot Small
- Convert models from pytorch to paddle
- 90M;
- 2.7B;
- 2.7B distilled to 1.4B;
- 2.7B distilled to 360M
- BlenderbotForConditionalGeneration model & BlenderbotSmallForConditionalGeneration model inference
- 90M
- 2.7B distilled to 360M
- Submit PR to PaddleNLP