Geawher commited on
Commit
5df8c77
1 Parent(s): e91c453

Update Entityrecongnitionjobs.py

Browse files
Files changed (1) hide show
  1. Entityrecongnitionjobs.py +1 -1
Entityrecongnitionjobs.py CHANGED
@@ -50,7 +50,7 @@ tagging scheme, whereas the original dataset uses IOB1.
50
  For more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419
51
  """
52
 
53
- _URL = "Annotated.rar"
54
  _TRAINING_FILE = "train.txt"
55
  _DEV_FILE = "valid.txt"
56
  _TEST_FILE = "test.txt"
 
50
  For more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419
51
  """
52
 
53
+ _URL = "https://huggingface.co/datasets/Geawher/Entityrecongnitionjobs/blob/main/Annotated.zip"
54
  _TRAINING_FILE = "train.txt"
55
  _DEV_FILE = "valid.txt"
56
  _TEST_FILE = "test.txt"