Model Weights
#5
by
j-garcia
- opened
As stated in https://github.com/microsoft/DeBERTa/tree/master/experiments/language_model, the weights for both the generator and discriminator of the Small version should be uploaded in the Hugging Face repository under the following links:
- [Generator] https://huggingface.co/microsoft/deberta-v3-small/resolve/main/pytorch_model.generator.bin
- [Discriminator] https://huggingface.co/microsoft/deberta-v3-small/resolve/main/pytorch_model.bin
But there is no "pytorch_model.generator.bin" file uploaded. Would be possible to have both files?
Thanks in advance.