BDas commited on
Commit
91242f2
1 Parent(s): b642287

Update ner.py

Browse files
Files changed (1) hide show
  1. ner.py +1 -1
ner.py CHANGED
@@ -32,7 +32,7 @@ _DESCRIPTION = """\
32
  aa
33
  """
34
 
35
- _URL = "https://raw.githubusercontent.com/BihterDass/ner/main/ner-main.zip"
36
  _TRAINING_FILE = "train.txt"
37
  _DEV_FILE = "valid.txt"
38
  _TEST_FILE = "test.txt"
 
32
  aa
33
  """
34
 
35
+ _URL = "https://raw.githubusercontent.com/BihterDass/ner/main/ner.zip"
36
  _TRAINING_FILE = "train.txt"
37
  _DEV_FILE = "valid.txt"
38
  _TEST_FILE = "test.txt"