Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
Arabic
Size:
10K - 100K
Tags:
sarcasm-detection
License:
Commit
·
d91e909
1
Parent(s):
2e5f1fb
Reorder split names
Browse filesReorder split names in the YAML metadata to be aligned with the order in the loading script.
See: https://github.com/huggingface/datasets/issues/5258
README.md
CHANGED
@@ -58,12 +58,12 @@ dataset_info:
|
|
58 |
- name: source
|
59 |
dtype: string
|
60 |
splits:
|
61 |
-
- name: test
|
62 |
-
num_bytes: 458218
|
63 |
-
num_examples: 2110
|
64 |
- name: train
|
65 |
num_bytes: 1829167
|
66 |
num_examples: 8437
|
|
|
|
|
|
|
67 |
download_size: 750717
|
68 |
dataset_size: 2287385
|
69 |
---
|
|
|
58 |
- name: source
|
59 |
dtype: string
|
60 |
splits:
|
|
|
|
|
|
|
61 |
- name: train
|
62 |
num_bytes: 1829167
|
63 |
num_examples: 8437
|
64 |
+
- name: test
|
65 |
+
num_bytes: 458218
|
66 |
+
num_examples: 2110
|
67 |
download_size: 750717
|
68 |
dataset_size: 2287385
|
69 |
---
|