BERT-WSD
BERT-WSD copied to clipboard
[EMNLP-Findings 2020] Adapting BERT for Word Sense Disambiguation with Gloss Selection Objective and Example Sentences
help
Sir, can you explain what should i do to implement WSD using BERT for any other language?
How do I use models that aren't in the specified list? I would like to use this model: https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased How do I go about doing this? Regards, Jamie
`demo_model.py` works well with transformers v2.3.0. However when I try a more recent version, I get the embedding error "IndexError: index out of range in self". I localized the error...
Bumps [transformers](https://github.com/huggingface/transformers) from 2.3.0 to 4.30.0. Release notes Sourced from transformers's releases. v4.30.0: 100k, Agents improvements, Safetensors core dependency, Swiftformer, Autoformer, MobileViTv2, timm-as-a-backbone 100k Transformers has just reached 100k stars...