gsarti commited on
Commit
fc2063e
·
1 Parent(s): 5e078e2

Update ik_nlp_22_slp.py

Browse files
Files changed (1) hide show
  1. 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/resolve/main/slp3ed.tsv"
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