Adding Blenderbot 2.0 to Huggingface

I noticed that Huggingface has the original Blenderbot model but not the current new version of it. I was wondering how we can possibly add it to Huggingface?

Contributing a model to HuggingFace Transformers involves first forking the original Github repository, in order to understand the model, do a basic forward pass, etc.

Next, you can start implementing the model. This and this guide explain in detail how to do this.

If you want to start working on this and you need guidance, let me know.

@nielsr thanks! I am actually interested in working on this and would probably need some guidance. As of now, I am currently looking for ways to run Blenderbot 2.0 on the original repository.

Have you worked with Blenderbot 2.0?