affahrizain commited on
Commit
24b8476
1 Parent(s): 6b03271

update: revised and cleaned dataset

Browse files
Files changed (3) hide show
  1. README.md +4 -4
  2. data.csv +2 -2
  3. id-review-gen.py +1 -1
README.md CHANGED
@@ -29,8 +29,8 @@ dataset_info:
29
  dtype: string
30
  splits:
31
  - name: train
32
- num_bytes: 13966269
33
- num_examples: 114992
34
- download_size: 13384578
35
- dataset_size: 13966269
36
  ---
 
29
  dtype: string
30
  splits:
31
  - name: train
32
+ num_bytes: 13161717
33
+ num_examples: 105324
34
+ download_size: 13161717
35
+ dataset_size: 13161717
36
  ---
data.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be5fd795dbfd22936d262aa0adef4269a7687bfc867e41adc2bc09682a7df6c3
3
- size 13384578
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af32592a2833358c26a7892d9b50d40bde26145215364b7ce0c84d63ebc522f4
3
+ size 13161717
id-review-gen.py CHANGED
@@ -36,7 +36,7 @@ _TRAIN_URL = (
36
 
37
  # TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
38
  class ReviewGen(datasets.GeneratorBasedBuilder):
39
- """GooglePlayReview: An Indonesian Sentiment Analysis Dataset."""
40
 
41
  VERSION = datasets.Version("1.0.0")
42
 
 
36
 
37
  # TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
38
  class ReviewGen(datasets.GeneratorBasedBuilder):
39
+ """ID Review Gen: An Indonesian Review Generation Dataset."""
40
 
41
  VERSION = datasets.Version("1.0.0")
42