gsarti commited on
Commit
1e1bc7e
1 Parent(s): 9386d19

Fixed comma

Browse files
Files changed (1) hide show
  1. ik-nlp-22_htstyle.py +1 -1
ik-nlp-22_htstyle.py CHANGED
@@ -85,7 +85,7 @@ class IkNlp22HtStyle(datasets.GeneratorBasedBuilder):
85
  "The access to the data is restricted to students of the IK MSc NLP 2022 course working on a related project."
86
  "To load the data using this dataset, download and extract the IK_NLP_22_HTSTYLE folder you were provided upon selecting the final project."
87
  "After extracting it, the folder (referred to as root) must contain a IK_NLP_22_HTSTYLE subfolder, containing train.csv and test.csv files."
88
- "Then, load the dataset with: `datasets.load_dataset('GroNLP/ik-nlp-22_htstyle', 'main' data_dir='path/to/root/folder')`"
89
  )
90
 
91
  def _info(self):
 
85
  "The access to the data is restricted to students of the IK MSc NLP 2022 course working on a related project."
86
  "To load the data using this dataset, download and extract the IK_NLP_22_HTSTYLE folder you were provided upon selecting the final project."
87
  "After extracting it, the folder (referred to as root) must contain a IK_NLP_22_HTSTYLE subfolder, containing train.csv and test.csv files."
88
+ "Then, load the dataset with: `datasets.load_dataset('GroNLP/ik-nlp-22_htstyle', 'main', data_dir='path/to/root/folder')`"
89
  )
90
 
91
  def _info(self):