Closed luffycodes closed 2 years ago
We are integrating the huggingface LUKE models into allennlp through this class. examples/utils/embedders/transformers_luke_embedder.py
This embedder class is used throughout the downstream allennlp models in this repo.
You can specify the pretrained model name in the model_name
.
Thanks :)
Hello,
Is there a script to convert a luke huggingface model to allennlp model since finetuning scripts are in allennlp.
Any leads are welcome :)