satya77 / Transformer_Temporal_Tagger

Code and data form the paper BERT Got a Date: Introducing Transformers to Temporal Tagging
MIT License
65 stars 5 forks source link

Issue Loading Data #11

Open JosephGatto opened 2 years ago

JosephGatto commented 2 years ago

Hello,

I have been unable to unzip this data.zip file. Is it possibly broken?

Additionally, is there pre-processed Seq2Seq available for download? (uploading as a Huggingface dataset would be awesome)

Thanks!

dennlinger commented 2 years ago

Hi Joseph, the problem with the data.zip file might come from an incorrectly set up Git LFS. Did you run git lfs install and try pulling again? A telltale sign is usually that the file is only 1kb in size (or similarly small) If it still doesn't work, feel free to let me know, ideally by posting the exact error message you're getting.

As for the data, unfortunately I do not think that we have the necessary rights to publish it publicly, so unfortunately I can only point you to the script we provide that generates weakly labeled data with heideltime (here).

Best, Dennis