oliverguhr / fullstop-deep-punctuation-prediction

A model that predicts the punctuation of English, Italian, French and German texts.
https://huggingface.co/oliverguhr/fullstop-punctuation-multilang-large
MIT License
72 stars 13 forks source link

Missing datasets #4

Closed ReneDorsch closed 2 years ago

ReneDorsch commented 2 years ago

Hello Oliver,

thank you for working on punctuation. I tried to execute the published scripts, but unfortunatley the datasets.py file is missing. Could you upload it?

With best regards Rene

oliverguhr commented 2 years ago

Hi Rene, oops this is a missing dependency. You can fix this by installing datasets.

pip install datasets
oliverguhr commented 2 years ago

I added the datasets lib to the requirements file. Should be fine now.