Datasets:
xzhao-tkl
commited on
Commit
·
d35f1a3
1
Parent(s):
8f681a8
Fix readme
Browse files
README.md
CHANGED
@@ -70,17 +70,16 @@ configs:
|
|
70 |
test:
|
71 |
num_examples: 1000
|
72 |
features:
|
73 |
-
text
|
74 |
-
dtype:
|
75 |
-
|
76 |
-
label:
|
77 |
dtype:
|
78 |
class_label:
|
79 |
names:
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
description: "The News category label"
|
85 |
- config_name: amazon-reviews
|
86 |
data_files:
|
|
|
70 |
test:
|
71 |
num_examples: 1000
|
72 |
features:
|
73 |
+
- name: text
|
74 |
+
dtype: string
|
75 |
+
- name: label
|
|
|
76 |
dtype:
|
77 |
class_label:
|
78 |
names:
|
79 |
+
'0': World
|
80 |
+
'1': Sports
|
81 |
+
'2': Business
|
82 |
+
'3': Sci/Tech
|
83 |
description: "The News category label"
|
84 |
- config_name: amazon-reviews
|
85 |
data_files:
|