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?
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?