Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allennlp.common.checks.ConfigurationError: key "token_embedders" is required at location "model.text_field_embedder." #39

Open
vrundha opened this issue Apr 4, 2022 · 0 comments

Comments

@vrundha
Copy link

vrundha commented Apr 4, 2022

Hello,

I am still facing this issue: #14

cskg/grounding/groundcn/graphify/graphify.py :
Line 277 coref_predictor = Predictor.from_path(COREF_MODEL, cuda_device=CUDA_DEVICE)
Line 278 srl_predictor = Predictor.from_path(SRL_MODEL, cuda_device=CUDA_DEVICE)

Running the above code gives me the following error:
allennlp.common.checks.ConfigurationError: key "token_embedders" is required at location "model.text_field_embedder."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant