Datasets:

Modalities:
Text
Formats:
text
Libraries:
Datasets
dmahata commited on
Commit
856351d
·
1 Parent(s): c5950cf

Update inspec_ke_tagged.py

Browse files
Files changed (1) hide show
  1. inspec_ke_tagged.py +1 -1
inspec_ke_tagged.py CHANGED
@@ -26,7 +26,7 @@ which has been tagged using the BIO tagging scheme. The dataset should be used f
26
  extraction models when modeled as a sequence tagging task
27
  """
28
 
29
- _URL = "https://huggingface.co/datasets/midas/inspec_ke_tagged/blob/main/"
30
  _TRAINING_FILE = "train.txt"
31
  _DEV_FILE = "valid.txt"
32
  _TEST_FILE = "test.txt"
 
26
  extraction models when modeled as a sequence tagging task
27
  """
28
 
29
+ _URL = "https://github.com/midas-research/keyphrase-extraction-as-sequence-labeling-data/tree/master/Inspec/"
30
  _TRAINING_FILE = "train.txt"
31
  _DEV_FILE = "valid.txt"
32
  _TEST_FILE = "test.txt"