Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
Arabic
Size:
10K - 100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,29 @@ task_ids:
|
|
19 |
- multi-class-classification
|
20 |
paperswithcode_id: labr
|
21 |
pretty_name: LABR
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for LABR
|
|
|
19 |
- multi-class-classification
|
20 |
paperswithcode_id: labr
|
21 |
pretty_name: LABR
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: text
|
25 |
+
dtype: string
|
26 |
+
- name: label
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
0: '1'
|
31 |
+
1: '2'
|
32 |
+
2: '3'
|
33 |
+
3: '4'
|
34 |
+
4: '5'
|
35 |
+
config_name: plain_text
|
36 |
+
splits:
|
37 |
+
- name: test
|
38 |
+
num_bytes: 1703399
|
39 |
+
num_examples: 2935
|
40 |
+
- name: train
|
41 |
+
num_bytes: 7051103
|
42 |
+
num_examples: 11760
|
43 |
+
download_size: 39953712
|
44 |
+
dataset_size: 8754502
|
45 |
---
|
46 |
|
47 |
# Dataset Card for LABR
|