Jonas Weckschmied
Jonas Weckschmied
Hi, I'm trying to run `conll2jsonlines.py` with a supposedly CoNLL12 formatted file (output from the IMS HotCoref DE tool) Here's an excerpt from my file: ``` #begin document (./.././output/testinput.txt); part...
How would one have to adjust `run_predictions.py` to work with a roberta model? I tried changing the tokenizer to `RobertaTokenizer` and set the data loader to `model_type=roberta` but that doesn't...
So I've got this div right here: `````` Note that I've changed the default posthtml delimiters to be `[[` and `]]` so they don't clash with the templating syntax we...