Marcio Monteiro commited on
Commit ·
33748a1
1
Parent(s): 4bc115c
fix
Browse files
README.md
CHANGED
|
@@ -5,6 +5,7 @@ task_categories:
|
|
| 5 |
- text-classification
|
| 6 |
|
| 7 |
dataset_info:
|
|
|
|
| 8 |
features:
|
| 9 |
- name: id
|
| 10 |
dtype: string
|
|
@@ -38,6 +39,42 @@ dataset_info:
|
|
| 38 |
dtype: string
|
| 39 |
splits:
|
| 40 |
- name: complete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
configs:
|
| 43 |
- config_name: original
|
|
|
|
| 5 |
- text-classification
|
| 6 |
|
| 7 |
dataset_info:
|
| 8 |
+
- config_name: original
|
| 9 |
features:
|
| 10 |
- name: id
|
| 11 |
dtype: string
|
|
|
|
| 39 |
dtype: string
|
| 40 |
splits:
|
| 41 |
- name: complete
|
| 42 |
+
- config_name: balanced
|
| 43 |
+
features:
|
| 44 |
+
- name: id
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: reviewId
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: creationDate
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: criticName
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: isTopCritic
|
| 53 |
+
dtype: bool
|
| 54 |
+
- name: originalScore
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: reviewState
|
| 57 |
+
dtype:
|
| 58 |
+
class_label:
|
| 59 |
+
names:
|
| 60 |
+
'0': 'rotten'
|
| 61 |
+
'1': 'fresh'
|
| 62 |
+
- name: publicatioName
|
| 63 |
+
dtype: string
|
| 64 |
+
- name: reviewText
|
| 65 |
+
dtype: string
|
| 66 |
+
- name: scoreSentiment
|
| 67 |
+
dtype:
|
| 68 |
+
class_label:
|
| 69 |
+
names:
|
| 70 |
+
'0': Negative
|
| 71 |
+
'1': Positive
|
| 72 |
+
- name: reviewUrl
|
| 73 |
+
dtype: string
|
| 74 |
+
splits:
|
| 75 |
+
- name: complete
|
| 76 |
+
|
| 77 |
+
|
| 78 |
|
| 79 |
configs:
|
| 80 |
- config_name: original
|