Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,12 +11,12 @@ dataset_info:
|
|
| 11 |
- name: label
|
| 12 |
dtype: int64
|
| 13 |
- name: text_label
|
| 14 |
-
|
| 15 |
num_classes: 2
|
| 16 |
names: ["non", "satire"]
|
| 17 |
-
names_file: null
|
| 18 |
-
id: null
|
| 19 |
-
dtype: ClassLabel
|
| 20 |
- name: id
|
| 21 |
dtype: int64
|
| 22 |
splits:
|
|
|
|
| 11 |
- name: label
|
| 12 |
dtype: int64
|
| 13 |
- name: text_label
|
| 14 |
+
dtype: string
|
| 15 |
num_classes: 2
|
| 16 |
names: ["non", "satire"]
|
| 17 |
+
# names_file: null
|
| 18 |
+
# id: null
|
| 19 |
+
# dtype: ClassLabel
|
| 20 |
- name: id
|
| 21 |
dtype: int64
|
| 22 |
splits:
|