leonhardhennig commited on
Commit
a53e7be
1 Parent(s): 9531f8d

Update multitacred.py

Browse files
Files changed (1) hide show
  1. multitacred.py +2 -2
multitacred.py CHANGED
@@ -294,7 +294,7 @@ class MultiTacredConfig(datasets.BuilderConfig):
294
  def __init__(self, label_variant, language, **kwargs):
295
  """BuilderConfig for MultiTacred.
296
  Args:
297
- label_variant: `string`, source of labels, i.e. ORIGINAL, REVISITED or RETACRED
298
  language: `string`, 2-letter ISO 639-1 language code
299
  **kwargs: keyword arguments forwarded to super.
300
  """
@@ -323,7 +323,7 @@ class MultiTacred(datasets.GeneratorBasedBuilder):
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/lang, data_dir='path/to/folder/folder_name')`."
327
  )
328
 
329
  def _info(self):
 
294
  def __init__(self, label_variant, language, **kwargs):
295
  """BuilderConfig for MultiTacred.
296
  Args:
297
+ label_variant: `string`, source of labels, i.e. 'original', 'revisited' or 'retacred'
298
  language: `string`, 2-letter ISO 639-1 language code
299
  **kwargs: keyword arguments forwarded to super.
300
  """
 
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
  )
328
 
329
  def _info(self):