Datasets:
1T Conte
commited on
Commit
•
170a949
1
Parent(s):
e4d4002
fix: renaming sentiment for polarity
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ dataset_info:
|
|
33 |
dtype: string
|
34 |
- name: usefulCount
|
35 |
dtype: int64
|
36 |
-
- config_name:
|
37 |
features:
|
38 |
- name: id
|
39 |
dtype: int64
|
@@ -63,7 +63,7 @@ configs:
|
|
63 |
- split: test
|
64 |
path: "test.csv"
|
65 |
default: true
|
66 |
-
- config_name:
|
67 |
data_files:
|
68 |
- split: complete
|
69 |
path: "positive_negative.csv"
|
|
|
33 |
dtype: string
|
34 |
- name: usefulCount
|
35 |
dtype: int64
|
36 |
+
- config_name: polarity
|
37 |
features:
|
38 |
- name: id
|
39 |
dtype: int64
|
|
|
63 |
- split: test
|
64 |
path: "test.csv"
|
65 |
default: true
|
66 |
+
- config_name: polarity
|
67 |
data_files:
|
68 |
- split: complete
|
69 |
path: "positive_negative.csv"
|