Datasets:
Sean MacAvaney
commited on
Commit
•
721c732
1
Parent(s):
a4663dc
fix typo
Browse files
csl.py
CHANGED
@@ -3,7 +3,7 @@ import json
|
|
3 |
import datasets
|
4 |
|
5 |
_URLS = {
|
6 |
-
"csl": "https://huggingface.co/datasets/neuclir/
|
7 |
}
|
8 |
|
9 |
class Csl(datasets.GeneratorBasedBuilder):
|
|
|
3 |
import datasets
|
4 |
|
5 |
_URLS = {
|
6 |
+
"csl": "https://huggingface.co/datasets/neuclir/csl/resolve/main/data/csl.jsonl.gz"
|
7 |
}
|
8 |
|
9 |
class Csl(datasets.GeneratorBasedBuilder):
|