yzhangcs / parser

:rocket: State-of-the-art parsers for natural language.
https://parser.yzhang.site/
MIT License
825 stars 138 forks source link

Missing AttachJuxtapose pre-trained weights #129

Closed davebulaval closed 11 months ago

davebulaval commented 11 months ago

Hi, I've been looking in the code, and the official weights release (https://github.com/yzhangcs/parser/releases/v1.1.0), and I cannot find the AttachJuxtapose pre-trained weights.

Are they available somewhere else?

yzhangcs commented 11 months ago

@davebulaval Hi, now I have no plan to release the pre-trained weights of AttachJuxtapose parser as it performs similarly to crf, but uses more storage space. So if you do need this, you may need to train it by yourself :(

davebulaval commented 11 months ago

Ok, it would be more clear to integrate an error message if someone is trying to use this model without the weights. For now, the approach returns the model name, and the error is raised by request rather than a more verbose error.

yzhangcs commented 11 months ago

Thank you for your suggestion, I will add more info on available pretrained models in the near future :)