Datasets:
vr
commited on
Commit
·
61a5798
1
Parent(s):
adbb6b9
loading script and two subsets
Browse files
swiss_citation_extraction.py
CHANGED
@@ -52,8 +52,8 @@ _LICENSE = ""
|
|
52 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
53 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
54 |
_URLS = {
|
55 |
-
"original": "https://huggingface.co/datasets/rcds/swiss_citation_extraction/resolve/main/original
|
56 |
-
"with_rules": "https://huggingface.co/datasets/rcds/swiss_citation_extraction/resolve/main/with_rules
|
57 |
}
|
58 |
|
59 |
|
|
|
52 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
53 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
54 |
_URLS = {
|
55 |
+
"original": "https://huggingface.co/datasets/rcds/swiss_citation_extraction/resolve/main/original",
|
56 |
+
"with_rules": "https://huggingface.co/datasets/rcds/swiss_citation_extraction/resolve/main/with_rules"
|
57 |
}
|
58 |
|
59 |
|