affahrizain commited on
Commit
3c9b4d2
1 Parent(s): 0251ea8

change data url

Browse files
Files changed (1) hide show
  1. id-review.py +1 -1
id-review.py CHANGED
@@ -30,7 +30,7 @@ _HOMEPAGE = "https://github.com/jakartaresearch"
30
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
31
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
32
  _TRAIN_URL = (
33
- "https://huggingface.co/datasets/jakartaresearch/id-review-gen/raw/main/data.csv"
34
  )
35
 
36
 
 
30
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
31
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
32
  _TRAIN_URL = (
33
+ "https://github.com/jakartaresearch/id-review-gen/blob/main/data/id-review-generation.csv"
34
  )
35
 
36