SAVRN
Search Contact SAVRN

Open-weight model

blenderbot-3B

by AI at Meta facebook/blenderbot-3B

Building open-domain chatbots is a challenging area for machine learning research.

Parameters
Context128
Weights5.5 GB
Licenseapache-2.0
AccessOpen weights
Monthly Downloads107.3k

Model Card

By AI at Meta, published under apache-2.0, revision 5d397dd187b1.

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…

Read AI at Meta's full model card

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.

Configuration

Architecture
BlenderbotForConditionalGeneration
Context length (tokens)
128
Layers
2
Vocabulary size
8,008
Model type
blenderbot

Identity and Version

Repository
facebook/blenderbot-3B
Publisher
AI at Meta
Task
Not stated by the source
Modality
Other
Library
transformers
Parameters
Not stated by the source
Languages
en
Revision
5d397dd187b1789a255155f5dbb6a5ee4d47e61e
First published
2022-03-02
Last updated
2024-07-02

Files and Weights

10 files, 5.5 GB in total. The weights are 1 file totalling 5.5 GB in bin.

Weights1 file · 5.5 GB
Configuration3 files · 1.8 KB
Tokenizer4 files · 522.7 KB
Documentation1 file · 1.5 KB
Repository1 file · 345 B
Every file
FileTypeSizeSHA-256
pytorch_model.binWeights5.5 GB 6f009ff25e27
config.jsonConfiguration1.3 KB
generation_config.jsonConfiguration347 B
special_tokens_map.jsonConfiguration130 B
README.mdDocumentation1.5 KB
.gitattributesRepository345 B
merges.txtTokenizer62.9 KB
tokenizer.jsonTokenizer309.6 KB
tokenizer_config.jsonTokenizer296 B
vocab.jsonTokenizer149.9 KB

License and Download

License
apache-2.0
Access
Open weights, no gate
Download size
5.5 GB
Download from AI at Meta

Released by AI at Meta through its official repository on Hugging Face. Read the license.

Built From

Memory Requirements

PrecisionWeights in memory
As published5.5 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About blenderbot-3B

Can I use blenderbot-3B commercially?

Yes. blenderbot-3B is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.

What is blenderbot-3B's context length?

128 tokens, from the maximum position embeddings in its published configuration.