You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config. runs only after removing this; otherwise it gives an error: allennlp.common.checks.ConfigurationError: "Extra parameters passed to DiscourseCrfClassifier:
Also, do any of the config json files correspond to a Bi LSTM CRF? They seem to be either a Bi-LSTM or a CRF?
The text was updated successfully, but these errors were encountered:
Should crf_pubmed_rct.json have
"classifier_feedforward": {
"input_dim": 600,
"num_layers": 2,
"hidden_dims": [300, 5],
"activations": ["relu", "linear"],
"dropout": [0.2, 0.0]
}
The config. runs only after removing this; otherwise it gives an error: allennlp.common.checks.ConfigurationError: "Extra parameters passed to DiscourseCrfClassifier:
Also, do any of the config json files correspond to a Bi LSTM CRF? They seem to be either a Bi-LSTM or a CRF?
The text was updated successfully, but these errors were encountered: