Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Sasha Luccioni
commited on
Commit
•
b396d4e
1
Parent(s):
df1f78d
Adding eval metadata for Banking 77 (#4333)
Browse files* Adding eval metadata for Banking 77
Adding eval metadata for Banking 77
* remove extended key
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
Commit from https://github.com/huggingface/datasets/commit/c0ed6fdc29675b3565b01b77fde5ab5d9d8b60ec
README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
4 |
-
extended:
|
5 |
-
- original
|
6 |
language_creators:
|
7 |
- expert-generated
|
8 |
languages:
|
@@ -22,6 +20,55 @@ task_ids:
|
|
22 |
- multi-class-classification
|
23 |
paperswithcode_id: null
|
24 |
pretty_name: BANKING77
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Dataset Card for BANKING77
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
|
|
|
|
4 |
language_creators:
|
5 |
- expert-generated
|
6 |
languages:
|
|
|
20 |
- multi-class-classification
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: BANKING77
|
23 |
+
train-eval-index:
|
24 |
+
- config: default
|
25 |
+
task: text-classification
|
26 |
+
task_id: multi_class_classification
|
27 |
+
splits:
|
28 |
+
train_split: train
|
29 |
+
eval_split: test
|
30 |
+
col_mapping:
|
31 |
+
text: text
|
32 |
+
label: target
|
33 |
+
metrics:
|
34 |
+
- type: accuracy
|
35 |
+
name: Accuracy
|
36 |
+
- type: f1
|
37 |
+
name: F1 macro
|
38 |
+
args:
|
39 |
+
average: macro
|
40 |
+
- type: f1
|
41 |
+
name: F1 micro
|
42 |
+
args:
|
43 |
+
average: micro
|
44 |
+
- type: f1
|
45 |
+
name: F1 weighted
|
46 |
+
args:
|
47 |
+
average: weighted
|
48 |
+
- type: precision
|
49 |
+
name: Precision macro
|
50 |
+
args:
|
51 |
+
average: macro
|
52 |
+
- type: precision
|
53 |
+
name: Precision micro
|
54 |
+
args:
|
55 |
+
average: micro
|
56 |
+
- type: precision
|
57 |
+
name: Precision weighted
|
58 |
+
args:
|
59 |
+
average: weighted
|
60 |
+
- type: recall
|
61 |
+
name: Recall macro
|
62 |
+
args:
|
63 |
+
average: macro
|
64 |
+
- type: recall
|
65 |
+
name: Recall micro
|
66 |
+
args:
|
67 |
+
average: micro
|
68 |
+
- type: recall
|
69 |
+
name: Recall weighted
|
70 |
+
args:
|
71 |
+
average: weighted
|
72 |
---
|
73 |
|
74 |
# Dataset Card for BANKING77
|