Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
sentiment-classification
Languages:
Indonesian
Size:
10K - 100K
License:
Commit
·
bed3db5
1
Parent(s):
ee2b21e
update files
Browse files- dataset_infos.json +1 -1
- google-play-review.py +2 -2
- train.csv +0 -3
- validation.csv +0 -3
dataset_infos.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"default": {"description": "This dataset is built as a playground for beginner to make a use case for creating sentiment analysis model.\n", "citation": "", "homepage": "https://github.com/jakartaresearch", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "stars": {"dtype": "int8", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "google_play_review", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 480786, "num_examples": 7028, "dataset_name": "google_play_review"}, "validation": {"name": "validation", "num_bytes": 216876, "num_examples": 3012, "dataset_name": "google_play_review"}}, "download_checksums": {"https://
|
|
|
1 |
+
{"default": {"description": "This dataset is built as a playground for beginner to make a use case for creating sentiment analysis model.\n", "citation": "", "homepage": "https://github.com/jakartaresearch", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "stars": {"dtype": "int8", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "google_play_review", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 480786, "num_examples": 7028, "dataset_name": "google_play_review"}, "validation": {"name": "validation", "num_bytes": 216876, "num_examples": 3012, "dataset_name": "google_play_review"}}, "download_checksums": {"https://raw.githubusercontent.com/jakartaresearch/hf-datasets/main/google-play-review/google-play-review/train.csv": {"num_bytes": 448923, "checksum": "9482d867937f49aed59d5b7b8a495e5b46c11d763fa977580ba4421742b0aed7"}, "https://raw.githubusercontent.com/jakartaresearch/hf-datasets/main/google-play-review/google-play-review/validation.csv": {"num_bytes": 203356, "checksum": "06a84a0faf920a850b5a7e0341f9b697ba6164761e00c71338a92120fd7c96dc"}}, "download_size": 652279, "post_processing_size": null, "dataset_size": 697662, "size_in_bytes": 1349941}}
|
google-play-review.py
CHANGED
@@ -30,8 +30,8 @@ _HOMEPAGE = "https://github.com/jakartaresearch"
|
|
30 |
# TODO: Add link to the official dataset URLs here
|
31 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
32 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
33 |
-
_TRAIN_URL = "https://
|
34 |
-
_VAL_URL = "https://
|
35 |
|
36 |
|
37 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
|
|
30 |
# TODO: Add link to the official dataset URLs here
|
31 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
32 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
33 |
+
_TRAIN_URL = "https://raw.githubusercontent.com/jakartaresearch/hf-datasets/main/google-play-review/google-play-review/train.csv"
|
34 |
+
_VAL_URL = "https://raw.githubusercontent.com/jakartaresearch/hf-datasets/main/google-play-review/google-play-review/validation.csv"
|
35 |
|
36 |
|
37 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
train.csv
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:15542759cc1ead596ff6bbc224058e136f4e52846712cbd7e21dfa3ee8f10254
|
3 |
-
size 458963
|
|
|
|
|
|
|
|
validation.csv
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:dcb9cd0d80b347b06528577e3fa11d8777d65ece47e617afe6072d747a976911
|
3 |
-
size 207862
|
|
|
|
|
|
|
|