Robin Kurtz commited on
Commit
f2d5b47
1 Parent(s): 02f7b23
Files changed (1) hide show
  1. sucx3_ner.py +2 -2
sucx3_ner.py CHANGED
@@ -54,8 +54,8 @@ _LICENSE = "CC-BY-4.0"
54
  # TODO: Add link to the official dataset URLs here
55
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
56
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
57
- _URL = "https://huggingface.co/datasets/KBLab/suc3_1/resolve/main/data/"
58
- # should be_URL = "https://huggingface.co/datasets/KBLab/sucx3_ner/resolve/main/data/"
59
  _URLS = {
60
  "original_tags": {
61
  "cased": "original_tags/cased.tar.gz",
54
  # TODO: Add link to the official dataset URLs here
55
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
56
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
57
+ # _URL = "https://huggingface.co/datasets/KBLab/suc3_1/resolve/main/data/"
58
+ _URL = "https://huggingface.co/datasets/KBLab/sucx3_ner/resolve/main/data/"
59
  _URLS = {
60
  "original_tags": {
61
  "cased": "original_tags/cased.tar.gz",