SAVRN
Search Contact SAVRN

Open-weight model

blenderbot_small-90M

by AI at Meta facebook/blenderbot_small-90M

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

Parameters
Context512
Weights1.1 GB
Licenseapache-2.0
AccessOpen weights
Monthly Downloads111.8k

Model Card

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

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
BlenderbotSmallForConditionalGeneration
Context length (tokens)
512
Layers
8
Vocabulary size
54,944
Model type
blenderbot-small

Identity and Version

Repository
facebook/blenderbot_small-90M
Publisher
AI at Meta
Task
Not stated by the source
Modality
Other
Library
transformers
Parameters
Not stated by the source
Languages
en
Revision
bbf60f5f68fd8789ac04bd1c20712233f3dc899f
First published
2022-03-02
Last updated
2024-02-29

Files and Weights

11 files, 1.1 GB in total. The weights are 3 files totalling 1.1 GB in bin, h5, msgpack.

Weights3 files · 1.1 GB
Configuration3 files · 1.9 KB
Tokenizer3 files · 1.3 MB
Documentation1 file · 1.5 KB
Repository1 file · 391 B
Every file
FileTypeSizeSHA-256
flax_model.msgpackWeights350.3 MB e33ca6a0da27
pytorch_model.binWeights350.4 MB 9f1a4ebe4627
tf_model.h5Weights350.4 MB 92d6158f02e4
config.jsonConfiguration1.5 KB
generation_config.jsonConfiguration311 B
special_tokens_map.jsonConfiguration99 B
README.mdDocumentation1.5 KB
.gitattributesRepository391 B
merges.txtTokenizer344.6 KB
tokenizer_config.jsonTokenizer230 B
vocab.jsonTokenizer963.5 KB

License and Download

License
apache-2.0
Access
Open weights, no gate
Download size
1.1 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 published1.1 GB

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

Questions About blenderbot_small-90M

Can I use blenderbot_small-90M commercially?

Yes. blenderbot_small-90M 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_small-90M's context length?

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