bileldh commited on
Commit
c04d202
1 Parent(s): c5761d2

Update conll2003.py

Browse files
Files changed (1) hide show
  1. conll2003.py +1 -1
conll2003.py CHANGED
@@ -38,7 +38,7 @@ tagging scheme, whereas the original dataset uses IOB1.
38
  For more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419
39
  """
40
 
41
- _URL = "https://drive.google.com/uc?id=1dEwxLNVIMM5qpHE8ZWu8kAazQ6hIX8zR&export=download"
42
  _TRAINING_FILE = "train.txt"
43
  _DEV_FILE = "dev.txt"
44
  _TEST_FILE = "test.txt"
 
38
  For more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419
39
  """
40
 
41
+ _URL = "https://huggingface.co/datasets/bileldh/conll2003/resolve/main/dataset.zip"
42
  _TRAINING_FILE = "train.txt"
43
  _DEV_FILE = "dev.txt"
44
  _TEST_FILE = "test.txt"