lunesco commited on
Commit
7f4c558
1 Parent(s): f2fd966

Update conll2003-v2.py

Browse files
Files changed (1) hide show
  1. conll2003-v2.py +1 -1
conll2003-v2.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 = "https://github.com/lunesco/conll2003-v2/raw/babfebd085bd235f7cf75712dda1f2eae55c1cd0/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 = "https://github.com/lunesco/conll2003-v2/raw/0f150c8a0c7137def22655f46f5514aed8e09d24/conll2003_v2.zip"
56
  _TRAINING_FILE = "train.txt"
57
  _DEV_FILE = "valid.txt"
58
  _TEST_FILE = "test.txt"