Datasets:
Update ik_nlp_22_slp.py
Browse files- ik_nlp_22_slp.py +1 -1
ik_nlp_22_slp.py
CHANGED
@@ -56,7 +56,7 @@ class IkNlp22Slp(datasets.GeneratorBasedBuilder):
|
|
56 |
IkNlp22SlpConfig(
|
57 |
name="paragraphs",
|
58 |
features=["n_chapter", "chapter", "n_section", "section", "n_subsection", "subsection", "text"],
|
59 |
-
data_url="https://huggingface.co/datasets/GroNLP/ik-nlp-22_slp/
|
60 |
),
|
61 |
]
|
62 |
|
|
|
56 |
IkNlp22SlpConfig(
|
57 |
name="paragraphs",
|
58 |
features=["n_chapter", "chapter", "n_section", "section", "n_subsection", "subsection", "text"],
|
59 |
+
data_url="https://huggingface.co/datasets/GroNLP/ik-nlp-22_slp/raw/main/slp3ed.tsv"
|
60 |
),
|
61 |
]
|
62 |
|