VGCN-BERT icon indicating copy to clipboard operation
VGCN-BERT copied to clipboard

changing the model checkpoint

Open shainaraza opened this issue 4 years ago • 1 comments

@Louis-udm If we want to have other model rather than the one listed in modeling.py, e.g., longformer or robertA from the huggingface, what changed I need to make. I tried to add the new one but its giving me json error image

any help? thanks

shainaraza avatar Nov 22 '20 23:11 shainaraza

Hi,

Thank you for your attention. If you need to apply to other bert variants, I think you need to modify the inheritance of the classes in model_vgcn_bert.py. These changes may not be small, but not too difficult. I haven't had time to do this adaptation recently. If you succeed, you are welcome to share your code.

Louis-udm avatar Jan 07 '21 04:01 Louis-udm