keras-team / keras-hub

Pretrained model hub for Keras 3
Apache License 2.0
797 stars 243 forks source link

Replicate #536 changing `Roberta` and `XLMRoberta` -> `RobertaBackbone` #538

Closed jbischof closed 1 year ago

jbischof commented 1 year ago
  1. roberta_models.py -> roberta_backbone.py
  2. roberta_models_test.py -> roberta_backbone_test.py
  3. Roberta -> RobertaBackbone

Same idea for XLMRoberta.

See #526 for more background.

ADITYADAS1999 commented 1 year ago

Hi jbischof can I fix this. I am new here 😊