Skip to content

Commit

Permalink
Merge pull request #262 from andreaschari/master
Browse files Browse the repository at this point in the history
fix wrong urls for neuclir docs
  • Loading branch information
seanmacavaney authored Apr 24, 2024
2 parents e4bf818 + 8488b8a commit b9ad5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ir_datasets/etc/downloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -5382,13 +5382,13 @@
"cache_path": "1/fas/docs.jsonl.gz"
},
"1/zh/docs": {
"url": "https://huggingface.co/datasets/neuclir/neuclir1/resolve/main/data/rus-00000-of-00001.jsonl.gz?download=true",
"url": "https://huggingface.co/datasets/neuclir/neuclir1/resolve/main/data/zho-00000-of-00001.jsonl.gz?download=true",
"size_hint": 3188072408,
"expected_md5": "99eb400f3a474603d1db5d41f606889b",
"cache_path": "1/zho/docs.jsonl.gz"
},
"1/ru/docs": {
"url": "https://huggingface.co/datasets/neuclir/neuclir1/resolve/main/data/zho-00000-of-00001.jsonl.gz?download=true",
"url": "https://huggingface.co/datasets/neuclir/neuclir1/resolve/main/data/rus-00000-of-00001.jsonl.gz?download=true",
"size_hint": 4504119267,
"expected_md5": "3aabc798a3b5dd92d7c47db9521870b1",
"cache_path": "1/rus/docs.jsonl.gz"
Expand Down

0 comments on commit b9ad5aa

Please sign in to comment.