lunesco commited on
Commit
ada4aae
·
1 Parent(s): 1b7b144

Update conll2003.py

Browse files
Files changed (1) hide show
  1. conll2003.py +1 -1
conll2003.py CHANGED
@@ -52,7 +52,7 @@ tagging scheme, whereas the original dataset uses IOB1.
52
  For more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419
53
  """
54
 
55
- _URL = "http://github.com/lunesco/conll2003/raw/e3006b5e2c5c68c1c7ccc0f2583c7cab33a31c15/conll2003.zip"
56
  _TRAINING_FILE = "train.txt"
57
  _DEV_FILE = "valid.txt"
58
  _TEST_FILE = "test.txt"
 
52
  For more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419
53
  """
54
 
55
+ _URL = "http://github.com/lunesco/conll2003/raw/e32e5565d656f5d4f6196456ef520c62e144fc40/conll2003.zip"
56
  _TRAINING_FILE = "train.txt"
57
  _DEV_FILE = "valid.txt"
58
  _TEST_FILE = "test.txt"