Datasets:
Add dataset card
Browse files
README.md
CHANGED
|
@@ -1,28 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
- name: system_prompt
|
| 11 |
-
dtype: string
|
| 12 |
-
splits:
|
| 13 |
-
- name: train
|
| 14 |
-
num_bytes: 25368611
|
| 15 |
-
num_examples: 9993
|
| 16 |
-
- name: test
|
| 17 |
-
num_bytes: 7790581
|
| 18 |
-
num_examples: 3076
|
| 19 |
-
download_size: 548987
|
| 20 |
-
dataset_size: 33159192
|
| 21 |
-
configs:
|
| 22 |
-
- config_name: default
|
| 23 |
-
data_files:
|
| 24 |
-
- split: train
|
| 25 |
-
path: data/train-*
|
| 26 |
-
- split: test
|
| 27 |
-
path: data/test-*
|
| 28 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
pretty_name: Banking77 with eval system prompt
|
| 8 |
+
source_datasets:
|
| 9 |
+
- mteb/banking77
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
+
|
| 12 |
+
# Banking77 with eval system prompt
|
| 13 |
+
|
| 14 |
+
This is a fork of [`mteb/banking77`](https://huggingface.co/datasets/mteb/banking77) with one added column:
|
| 15 |
+
|
| 16 |
+
- `system_prompt`: the constant system prompt generated by `eval_banking77.py` for the Banking77 intent-classification eval.
|
| 17 |
+
|
| 18 |
+
The original columns and splits are preserved:
|
| 19 |
+
|
| 20 |
+
- `train`: 9993 rows
|
| 21 |
+
- `test`: 3076 rows
|
| 22 |
+
|
| 23 |
+
Prompt SHA256: `3126cd539b596853d253110cd5a2eca66f818c2df1ddb9c474b6e66019c82f0e`
|