Louis-udm / VGCN-BERT

MIT License
121 stars 35 forks source link

error when i use a bert variants? #17

Open yangxia605 opened 3 years ago

yangxia605 commented 3 years ago

hi Louis: thanks for your contribution. can you tell me how to modify the code to correct this error? thank you soooooooooo much!!! image

Louis-udm commented 3 years ago

Hi,

I didn't try the bert variants. but I think the modification is not large. you need change the model code file.

Louis-udm commented 1 year ago

I implemented a new VGCN-BERT version, much faster. And this old algorithm is deprecated. the new version is available in HuggingFace hub: https://huggingface.co/zhibinlu/vgcn-bert-distilbert-base-uncased @yangxia605 If you implemented other bert variant for vgcn-bert, you can try migrate it to the new version. and I am grad if you can share your model.