Releases: nikitakit/self-attentive-parser
Releases · nikitakit/self-attentive-parser
Parser models
Attached is a selection of the pre-trained models:
en_charlstm_dev.93.61.pt: The best English single-system parser from our ACL 2018 paper that does not rely on external word representationsen_elmo_dev.95.21.pt: The best English single-system parser from our ACL 2018 paper. Using this parser requires ELMo weights, which must be downloaded separately.benepar_*.zip: These files are downloaded usingbenepar.download, so you should not need to download them manually.en_elmo_ensemble_tfgraph.pb.gz: This file is downloaded usingbenepar.download('benepar_en_ensemble'), so you should not need to download it manually.en_elmo_small_tfgraph.pb.gz: This file is downloaded usingbenepar.download('benepar_en_small'), so you should not need to download it manually.en_elmo_tfgraph.pb.gz: This file is downloaded usingbenepar.download('benepar_en'), so you should not need to download it manually.
Don't use any of the "Source code" links here; refer to the README instead for instructions on how to run the code.