rust-bert icon indicating copy to clipboard operation
rust-bert copied to clipboard

Added DialoGPT Small and Large Models

Open copoer opened this issue 2 years ago • 4 comments

In order to make the smaller and larger more easy to access I have added them. WIP: I am currently in the process of uploading the rust models to hugging face

copoer avatar Jan 01 '23 18:01 copoer

Pull requests for added models: https://huggingface.co/microsoft/DialoGPT-small/discussions/1 https://huggingface.co/microsoft/DialoGPT-large/discussions/4

Waiting for added models to be approved

copoer avatar Jan 01 '23 19:01 copoer

Thank you @copoer , please let me know when the model files get merged.

guillaume-be avatar Jan 03 '23 10:01 guillaume-be

@guillaume-be one idea here could be having an organization for this community on Huggingface where users could upload the rust models, that way you could merge PRs like this faster and switch to official repos once the PRs are merged.

diptanu avatar Apr 23 '23 00:04 diptanu

Hello @diptanu ,

I agree it is possible to create a new model card without having to contact the original authors - the preferred way would still be to add Rust-compatible model weights on the original model card to avoid licensing issues and to improve discoverability of the Rust-based implementation/avoid duplicate model pages.

Unfortunately it seems the original authors seldom get notifications of PR on the model hub since a lot of community PR are left opened for a long time

guillaume-be avatar Apr 23 '23 12:04 guillaume-be