Open shainaraza opened 4 years ago
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 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
any help? thanks