Robin Kurtz commited on
Commit
02f7b23
1 Parent(s): 22bc07e

change data URL back to old repo name

Browse files
Files changed (1) hide show
  1. sucx3_ner.py +2 -1
sucx3_ner.py CHANGED
@@ -54,7 +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/sucx3_ner/resolve/main/data/"
 
58
  _URLS = {
59
  "original_tags": {
60
  "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
+ # 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",