John Bauer
John Bauer
I don't know how the timeout is being set, but it's a large file. Perhaps you need to increase the time allowed for downloading?
Thank you, @Jemoka ! To make it more convenient to get the model, I uploaded it to HuggingFace. You should be able to download it using Stanza version 1.10 with:...
Probably could just attach the scores to the coref chain etc objects in stanza/models/coref/coref_chain.py
He just let me know it's in the process of training. Hopefully we can post it later tonight or tomorrow
I pushed this to HF, and I believe the package name should be `gum_roberta-large-lora`
I'm flexible and happy to pick whichever people trust the most
We use a regex for URL which allows certain patterns: https://github.com/stanfordnlp/stanza/blob/539760cdc5a903de23895db46e5d7c2e1f8f251b/stanza/models/tokenization/utils.py#L198 The issue you're finding is that it accepts `www.example.com`, but doesn't accept `example.com` w/o the `www.` I suppose it...
https://github.com/stanfordnlp/stanza/commit/4421213eccde591a4852295208cdbc17e1f65a1c
This should be fixed in the latest release
So, I'm not surprised there are FR changes over time. We created a "combined" FR model to be the default out of four mostly compatible treebanks. There is exactly one...