JuliaText / CorpusLoaders.jl

A variety of loaders for various NLP corpora.
Other
32 stars 13 forks source link

CoNLL train checksums outdated #50

Open jakewilliami opened 2 years ago

jakewilliami commented 2 years ago
Do you want to download the dataset from https://github.com/davidsbatista/NER-datasets/archive/master.zip to "/Users/jakeireland/$
julia/datadeps/CoNLL 2003"?
[y/n]
y
┌ Info: Downloading
│   source = "https://github.com/davidsbatista/NER-datasets/archive/master.zip"
│   dest = "/Users/jakeireland/.julia/datadeps/CoNLL 2003/master.zip"
│   progress = NaN
│   time_taken = "0.11 s"
│   time_remaining = "NaN s"
│   average_speed = "1.152 KiB/s"
│   downloaded = "131 bytes"
│   remaining = "∞ B"
└   total = "∞ B"
┌ Info: Downloading
│   source = "https://github.com/davidsbatista/NER-datasets/archive/master.zip"
│   dest = "/Users/jakeireland/.julia/datadeps/CoNLL 2003/NER-datasets-master.zip"
│   progress = NaN
│   time_taken = "6.43 s"
│   time_remaining = "NaN s"
│   average_speed = "3.425 MiB/s"
│   downloaded = "22.037 MiB"
│   remaining = "∞ B"
└   total = "∞ B"
┌ Info: Downloading
│   source = "https://github.com/davidsbatista/NER-datasets/archive/master.zip"
│   dest = "/Users/jakeireland/.julia/datadeps/CoNLL 2003/NER-datasets-master.zip"
│   progress = NaN
│   time_taken = "10.54 s"
│   time_remaining = "NaN s"
│   average_speed = "5.639 MiB/s"
│   downloaded = "59.447 MiB"
│   remaining = "∞ B"
└   total = "∞ B"
┌ Warning: Checksum did not match
│   expected_hash = "db332cddb12f123b92fc6653a582eec1b3f14e6741f9c6e0bf5d960c78dee3a0"
│   actual_hash = "88cbebefb33603cc8dcb0e9e71eca68716c6f85887eadae3724a454c976ab431"
│   path = "/Users/jakeireland/.julia/datadeps/CoNLL 2003/NER-datasets-master.zip"
└ @ DataDeps ~/.julia/packages/DataDeps/ooWXe/src/verification.jl:24
Do you wish to Abort, Retry download or Ignore
[a/r/i]

P.S., thank you all for the work that you do on this space in Julia—it's awesome work :slightly_smiling_face:

oxinabox commented 2 years ago

A PR to update it,a d probably also freeze to a fixed commit SHA and swap to using githack would be appreciated.