Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
ArXiv:
Commit
•
9ba0287
1
Parent(s):
c10a301
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
This dataset uses `tasks`, which are deprecated and will raise an error after the next release of `datasets`. See: https://github.com/huggingface/datasets/pull/6999
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
-
pretty_name: YelpPolarity
|
5 |
task_categories:
|
6 |
- text-classification
|
7 |
task_ids:
|
8 |
- sentiment-classification
|
9 |
paperswithcode_id: yelp-review-polarity
|
|
|
10 |
dataset_info:
|
|
|
11 |
features:
|
12 |
- name: text
|
13 |
dtype: string
|
@@ -17,7 +18,6 @@ dataset_info:
|
|
17 |
names:
|
18 |
'0': '1'
|
19 |
'1': '2'
|
20 |
-
config_name: plain_text
|
21 |
splits:
|
22 |
- name: train
|
23 |
num_bytes: 413558837
|
@@ -25,8 +25,16 @@ dataset_info:
|
|
25 |
- name: test
|
26 |
num_bytes: 27962097
|
27 |
num_examples: 38000
|
28 |
-
download_size:
|
29 |
dataset_size: 441520934
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
train-eval-index:
|
31 |
- config: plain_text
|
32 |
task: text-classification
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
4 |
task_categories:
|
5 |
- text-classification
|
6 |
task_ids:
|
7 |
- sentiment-classification
|
8 |
paperswithcode_id: yelp-review-polarity
|
9 |
+
pretty_name: YelpPolarity
|
10 |
dataset_info:
|
11 |
+
config_name: plain_text
|
12 |
features:
|
13 |
- name: text
|
14 |
dtype: string
|
|
|
18 |
names:
|
19 |
'0': '1'
|
20 |
'1': '2'
|
|
|
21 |
splits:
|
22 |
- name: train
|
23 |
num_bytes: 413558837
|
|
|
25 |
- name: test
|
26 |
num_bytes: 27962097
|
27 |
num_examples: 38000
|
28 |
+
download_size: 273803261
|
29 |
dataset_size: 441520934
|
30 |
+
configs:
|
31 |
+
- config_name: plain_text
|
32 |
+
data_files:
|
33 |
+
- split: train
|
34 |
+
path: plain_text/train-*
|
35 |
+
- split: test
|
36 |
+
path: plain_text/test-*
|
37 |
+
default: true
|
38 |
train-eval-index:
|
39 |
- config: plain_text
|
40 |
task: text-classification
|
plain_text/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43f89639c05b9a91634c8c972979e074942f59df15f6369ccb81a7f402af1a25
|
3 |
+
size 17701458
|
plain_text/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87bbf1eee0dc21f1a2790f31d8e9fecb66d09b5ea54e8f246779597170c7c89b
|
3 |
+
size 256101803
|