dmmiller612 / bert-extractive-summarizer

Easy to use extractive text summarization with BERT
MIT License
1.39k stars 305 forks source link

EOFError: Compressed file ended before the end-of-stream marker was reached #8

Closed alexanderwong-amaris closed 3 years ago

alexanderwong-amaris commented 5 years ago

windows new conda environment

running sample code in readme: model = SingleModel() gives this error.

ps. had to manually install pytorch as the pip install bert-extractive-summarizer produced the error specified in the other issue.

any idea whats going wrong?

dmmiller612 commented 5 years ago

Sorry, I have been away for a bit due to a move. I am not sure what the issue is here. I am moving to the new huggingface library sometime this week. I'll update the dockerfile with the new changes.

dmmiller612 commented 3 years ago

Closing as stale. Updated bert-summarizer should have addressed memory issues.