Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
multi-class-classification
Languages:
English
Size:
100K - 1M
Tags:
subject-classification
License:
Update README.md
Browse files
README.md
CHANGED
@@ -15,80 +15,6 @@ paperswithcode_id: subject
|
|
15 |
pretty_name: Subject
|
16 |
tags:
|
17 |
- subject-classification
|
18 |
-
dataset_info:
|
19 |
-
- config_name: split
|
20 |
-
features:
|
21 |
-
- name: text
|
22 |
-
dtype: string
|
23 |
-
- name: label
|
24 |
-
dtype:
|
25 |
-
class_label:
|
26 |
-
names:
|
27 |
-
'0': biology
|
28 |
-
'1': chemistry
|
29 |
-
'2': computer
|
30 |
-
'3': maths
|
31 |
-
'4': physics
|
32 |
-
'5': social sciences
|
33 |
-
splits:
|
34 |
-
- name: train
|
35 |
-
num_bytes: 138817000
|
36 |
-
num_examples: 230601
|
37 |
-
- name: test
|
38 |
-
num_bytes: 97009000
|
39 |
-
num_examples: 108082
|
40 |
-
download_size: 230000000
|
41 |
-
dataset_size: 230000000
|
42 |
-
-
|
43 |
-
train-eval-index:
|
44 |
-
- config: default
|
45 |
-
task: text-classification
|
46 |
-
task_id: multi_class_classification
|
47 |
-
splits:
|
48 |
-
train_split: train
|
49 |
-
eval_split: test
|
50 |
-
col_mapping:
|
51 |
-
text: text
|
52 |
-
label: target
|
53 |
-
metrics:
|
54 |
-
- type: accuracy
|
55 |
-
name: Accuracy
|
56 |
-
- type: f1
|
57 |
-
name: F1 macro
|
58 |
-
args:
|
59 |
-
average: macro
|
60 |
-
- type: f1
|
61 |
-
name: F1 micro
|
62 |
-
args:
|
63 |
-
average: micro
|
64 |
-
- type: f1
|
65 |
-
name: F1 weighted
|
66 |
-
args:
|
67 |
-
average: weighted
|
68 |
-
- type: precision
|
69 |
-
name: Precision macro
|
70 |
-
args:
|
71 |
-
average: macro
|
72 |
-
- type: precision
|
73 |
-
name: Precision micro
|
74 |
-
args:
|
75 |
-
average: micro
|
76 |
-
- type: precision
|
77 |
-
name: Precision weighted
|
78 |
-
args:
|
79 |
-
average: weighted
|
80 |
-
- type: recall
|
81 |
-
name: Recall macro
|
82 |
-
args:
|
83 |
-
average: macro
|
84 |
-
- type: recall
|
85 |
-
name: Recall micro
|
86 |
-
args:
|
87 |
-
average: micro
|
88 |
-
- type: recall
|
89 |
-
name: Recall weighted
|
90 |
-
args:
|
91 |
-
average: weighted
|
92 |
---
|
93 |
|
94 |
# Dataset Card for "subject"
|
|
|
15 |
pretty_name: Subject
|
16 |
tags:
|
17 |
- subject-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
|
20 |
# Dataset Card for "subject"
|