lunesco commited on
Commit
3c226b5
1 Parent(s): 1f28720

Update conll2003-v2.py

Browse files
Files changed (1) hide show
  1. conll2003-v2.py +2 -1
conll2003-v2.py CHANGED
@@ -52,7 +52,8 @@ 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/0f150c8a0c7137def22655f46f5514aed8e09d24/conll2003_v2.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
+ _URL = "https://github.com/lunesco/conll2003-v2/raw/25ff141d9deb913f3c682afff97b789acda0b18b/conll2003_v3.zip"
57
  _TRAINING_FILE = "train.txt"
58
  _DEV_FILE = "valid.txt"
59
  _TEST_FILE = "test.txt"