Zhaofeng Wu
Zhaofeng Wu
When I'm parsing a sentence that is too long, I get the following error (this stack trace is for SDP parsing, but it also breaks EDS and UCCA): ``` Traceback...
Hi, recently I upgraded from Mojave to Catalina (10.15.7) and started to notice some occasional unresponsiveness of MTMR. All the buttons and gestures give no output or feedback. This _also_...
Following https://github.com/allenai/allennlp/pull/3890. We need to update the allennlp dependency version for this to work, and we should do that once all the breaking changes there are in.
I see that the POS predictions (produced by `parse.sh`) are all `UNK`s for the constituency output. Can the model generate POS tags?
The main AllenNLP repo removed WordTokenizer a while back, so we should change it in the tutorial as well.
Looks like nowhere is that called.
When running the same code as in `allinit.r`, but with the only change from `k
## 🚀 Feature In addition to `ignore_index`, metrics should also support masks, which are more robust. I posted this reply under a closed issue https://github.com/Lightning-AI/metrics/issues/54#issuecomment-1275195071, but it might have been...
According to the config file, the model seems to require POS as part of the input, but I don't see the paper mentioning this aspect. Could you help clarify this?...
I will add bertscore later. But also you don't have to merge this since this doesn't block me. Only if you think this is helpful.