emorynlp / elit

Emory Language and Information Toolkit
Other
37 stars 2 forks source link

roberta model was created with elit-2.1.0a36, while you are running a lower version: 2.0.0a8. #5

Open yekamu opened 2 years ago

yekamu commented 2 years ago

Hi there! Any hint about how to solve?

Log message after: "elit parse": https://elit-models.s3-us-west-2.amazonaws.com/v2/en_pos_ner_srl_dep_con_amr_roberta_base_20210628_234225.zip was created with elit-2.1.0a36, while you are running a lower version: 2.0.0a8. If the problem still persists, please submit an issue to https://github.com/emorynlp/elit/issues When reporting an issue, make sure to paste the FULL ERROR LOG above.

Thanks in advance! :)

creamartin commented 2 years ago

Hi there! Any hint about how to solve?

Log message after: "elit parse": https://elit-models.s3-us-west-2.amazonaws.com/v2/en_pos_ner_srl_dep_con_amr_roberta_base_20210628_234225.zip was created with elit-2.1.0a36, while you are running a lower version: 2.0.0a8. If the problem still persists, please submit an issue to https://github.com/emorynlp/elit/issues When reporting an issue, make sure to paste the FULL ERROR LOG above.

Thanks in advance! :)

Have you solved this issue?

yekamu commented 2 years ago

no, finally I must to desist :(

creamartin commented 2 years ago

What worked for me was to manually download all the models/zip files manually. The links can be found in python with

import elit elit.pretrained.ALL

I managed to run "elit serve" in docker now

yekamu commented 2 years ago

thank you :)