Leon Hammerla

Results 4 issues of Leon Hammerla

Downloaded this ELMO-model: "elmo_2x4096_512_2048cnn_2xhighway_5.5B_weights_GoogleNews_vocab.magnitude" But when i try to load it with: Magnitude(ELMO) (where ELMO is path to the downloaded .magnitude file) i get the following ERROR: File "/path/to/venv/lib/python3.8/site-packages/pymagnitude/__init__.py", line...

The config jsonnet for the bert-base model (bert_base_dep.jsonnet) has the following lines: "model": { "type": "transformer_srl_span", "embedding_dropout": 0.1, "bert_model": "bert-base-cased", }, which should be transformer_srl_dependency??? When changing to dependency running...

When i try the Example or my own model i get the following Error while loading the model: predictor = predictors.SrlTransformersPredictor.from_path("/path/to/model/srl_bert_base_conll2012.tar.gz", "transformer_srl") ==> for my dependency-model, for the example it...

Since a few days i get this Error: - requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) - language_tool_python.utils.LanguageToolError: Error: Internal Error: java.lang.RuntimeException: java.lang.RuntimeException: Could not check sentence

invalid