jaspercatapang commited on
Commit
1618577
1 Parent(s): fed03a5

Update ph_en_text_detoxed.py

Browse files
Files changed (1) hide show
  1. ph_en_text_detoxed.py +2 -2
ph_en_text_detoxed.py CHANGED
@@ -32,8 +32,8 @@ _CITATION = """\
32
  }
33
  """
34
 
35
- _TRAIN_DOWNLOAD_URL = "https://huggingface.co/datasets/NLPinas/ph-en-text/blob/main/ph_en_text_detoxed_train.csv"
36
- _TEST_DOWNLOAD_URL = "https://huggingface.co/datasets/NLPinas/ph-en-text/blob/main/ph_en_text_detoxed_test.csv"
37
 
38
 
39
  class PhEnText(datasets.GeneratorBasedBuilder):
 
32
  }
33
  """
34
 
35
+ _TRAIN_DOWNLOAD_URL = "https://huggingface.co/datasets/NLPinas/ph_en_text_detoxed/blob/main/ph_en_text_detoxed_train.csv"
36
+ _TEST_DOWNLOAD_URL = "https://huggingface.co/datasets/NLPinas/ph_en_text_detoxed/blob/main/ph_en_text_detoxed_test.csv"
37
 
38
 
39
  class PhEnText(datasets.GeneratorBasedBuilder):