Datasets:

ArXiv:
License:
leonhardhennig commited on
Commit
93d2452
1 Parent(s): d58a8a5

added LDC URL

Browse files
Files changed (1) hide show
  1. multitacred.py +2 -2
multitacred.py CHANGED
@@ -117,7 +117,7 @@ _HOMEPAGE = "https://github.com/DFKI-NLP/MultiTACRED"
117
 
118
  _LICENSE = "LDC"
119
 
120
- _URL = "https://catalog.ldc.upenn.edu/LDC2023_TODO"
121
 
122
  # The HuggingFace dataset library don't host the datasets but only point to the original files
123
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
@@ -321,7 +321,7 @@ class MultiTacred(datasets.GeneratorBasedBuilder):
321
  def manual_download_instructions(self):
322
  return (
323
  "To use MultiTACRED you have to download it manually. "
324
- "It is available via the LDC at https://catalog.ldc.upenn.edu/LDC2023_TODO"
325
  "Please extract all files in one folder and load the a language with: "
326
  "`datasets.load_dataset('DFKI-SLT/multitacred', name='variant-language', data_dir='path/to/folder/folder_name')`."
327
  )
 
117
 
118
  _LICENSE = "LDC"
119
 
120
+ _URL = "https://catalog.ldc.upenn.edu/LDC2024T09"
121
 
122
  # The HuggingFace dataset library don't host the datasets but only point to the original files
123
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
 
321
  def manual_download_instructions(self):
322
  return (
323
  "To use MultiTACRED you have to download it manually. "
324
+ "It is available via the LDC at https://catalog.ldc.upenn.edu/LDC2024T09"
325
  "Please extract all files in one folder and load the a language with: "
326
  "`datasets.load_dataset('DFKI-SLT/multitacred', name='variant-language', data_dir='path/to/folder/folder_name')`."
327
  )