facebook/blenderbot-400M-distill is a forked repo from huggingface. License: apache-2-0
Go to file
Joao Gante 0d22f9d134 Adding generation config file(s) 2023-01-24 16:29:08 +00:00
.gitattributes add flax model 2021-11-30 12:15:51 +01:00
README.md Update README.md 2022-05-16 19:39:21 +00:00
added_tokens.json add files 2020-12-21 10:03:18 +00:00
config.json add flax model 2021-11-30 12:15:51 +01:00
flax_model.msgpack add flax model 2021-11-30 12:15:51 +01:00
generation_config.json Adding generation config file(s) 2023-01-24 16:29:08 +00:00
merges.txt add files 2020-12-21 10:03:18 +00:00
pytorch_model.bin add files 2020-12-21 10:03:18 +00:00
special_tokens_map.json add files 2020-12-21 10:03:18 +00:00
tf_model.h5 upload tf 2021-03-12 11:15:30 +00:00
tokenizer_config.json Update tokenizer_config.json 2020-12-30 08:13:35 +00:00
vocab.json add files 2020-12-21 10:03:18 +00:00

README.md

language thumbnail tags license datasets metrics
en
convAI
conversational
facebook
apache-2.0
blended_skill_talk
perplexity

Model description

Abstract

Building open-domain chatbots is a challenging area for machine learning research. While prior work has shown that scaling neural models in the number of parameters and the size of the data they are trained on gives improved results, we show that other ingredients are important for a high-performing chatbot. Good conversation requires a number of skills that an expert conversationalist blends in a seamless way: providing engaging talking points and listening to their partners, both asking and answering questions, and displaying knowledge, empathy and personality appropriately, depending on the situation. We show that large scale models can learn these skills when given appropriate training data and choice of generation strategy. We build variants of these recipes with 90M, 2.7B and 9.4B parameter neural models, and make our models and code publicly available. Human evaluations show our best models are superior to existing approaches in multi-turn dialogue in terms of engagingness and humanness measurements. We then discuss the limitations of this work by analyzing failure cases of our models.