Update - check README
Browse files
README.md
CHANGED
|
@@ -151,7 +151,9 @@ dataset_info:
|
|
| 151 |
dtype: string
|
| 152 |
- name: output_prefix
|
| 153 |
dtype: string
|
| 154 |
-
- name:
|
|
|
|
|
|
|
| 155 |
dtype: string
|
| 156 |
- name: targets
|
| 157 |
sequence: string
|
|
@@ -161,7 +163,7 @@ dataset_info:
|
|
| 161 |
sequence: int32
|
| 162 |
splits:
|
| 163 |
- name: default
|
| 164 |
-
num_bytes:
|
| 165 |
num_examples: 76
|
| 166 |
configs:
|
| 167 |
- config_name: analogies_zero_shot
|
|
@@ -188,14 +190,14 @@ configs:
|
|
| 188 |
data_files:
|
| 189 |
- split: default
|
| 190 |
path: paraphrase_zero_shot/data-*
|
| 191 |
-
- config_name: sentence_ambiguity_zero_shot
|
| 192 |
-
data_files:
|
| 193 |
-
- split: default
|
| 194 |
-
path: sentence_ambiguity_zero_shot/data-*
|
| 195 |
- config_name: similarities_abstraction_zero_shot
|
| 196 |
data_files:
|
| 197 |
- split: default
|
| 198 |
path: similarities_abstraction_zero_shot/data-*
|
| 199 |
---
|
| 200 |
|
| 201 |
-
This is a subset of tasks from [FIN-bench](https://huggingface.co/datasets/TurkuNLP/FIN-bench) with prompts stripped from the inputs to be used within the FIN-bench-v2 benchmark suite.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 151 |
dtype: string
|
| 152 |
- name: output_prefix
|
| 153 |
dtype: string
|
| 154 |
+
- name: word_0
|
| 155 |
+
dtype: string
|
| 156 |
+
- name: word_1
|
| 157 |
dtype: string
|
| 158 |
- name: targets
|
| 159 |
sequence: string
|
|
|
|
| 163 |
sequence: int32
|
| 164 |
splits:
|
| 165 |
- name: default
|
| 166 |
+
num_bytes: 45232
|
| 167 |
num_examples: 76
|
| 168 |
configs:
|
| 169 |
- config_name: analogies_zero_shot
|
|
|
|
| 190 |
data_files:
|
| 191 |
- split: default
|
| 192 |
path: paraphrase_zero_shot/data-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 193 |
- config_name: similarities_abstraction_zero_shot
|
| 194 |
data_files:
|
| 195 |
- split: default
|
| 196 |
path: similarities_abstraction_zero_shot/data-*
|
| 197 |
---
|
| 198 |
|
| 199 |
+
This is a subset of tasks from [FIN-bench](https://huggingface.co/datasets/TurkuNLP/FIN-bench) with prompts stripped from the inputs to be used within the FIN-bench-v2 benchmark suite.
|
| 200 |
+
|
| 201 |
+
**UPDATE - 2025-07-24:**
|
| 202 |
+
The format of similarities_abstraction_zero_shot has been changed to only include the word pair.
|
| 203 |
+
sentence_ambiguity_zero_shot has been removed as it was broken and should not have been included in the first place.
|
similarities_abstraction_zero_shot/data-00000-of-00001.arrow
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e708c60bca7f07cb2ad9d3f6cb9d6d649c10a00d54d8da021648f91c7c83c85
|
| 3 |
+
size 24520
|
similarities_abstraction_zero_shot/dataset_info.json
CHANGED
|
@@ -18,7 +18,11 @@
|
|
| 18 |
"dtype": "string",
|
| 19 |
"_type": "Value"
|
| 20 |
},
|
| 21 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
"dtype": "string",
|
| 23 |
"_type": "Value"
|
| 24 |
},
|
|
|
|
| 18 |
"dtype": "string",
|
| 19 |
"_type": "Value"
|
| 20 |
},
|
| 21 |
+
"word_0": {
|
| 22 |
+
"dtype": "string",
|
| 23 |
+
"_type": "Value"
|
| 24 |
+
},
|
| 25 |
+
"word_1": {
|
| 26 |
"dtype": "string",
|
| 27 |
"_type": "Value"
|
| 28 |
},
|
similarities_abstraction_zero_shot/state.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"filename": "data-00000-of-00001.arrow"
|
| 5 |
}
|
| 6 |
],
|
| 7 |
-
"_fingerprint": "
|
| 8 |
"_format_columns": null,
|
| 9 |
"_format_kwargs": {},
|
| 10 |
"_format_type": null,
|
|
|
|
| 4 |
"filename": "data-00000-of-00001.arrow"
|
| 5 |
}
|
| 6 |
],
|
| 7 |
+
"_fingerprint": "a51f1f215cee38dd",
|
| 8 |
"_format_columns": null,
|
| 9 |
"_format_kwargs": {},
|
| 10 |
"_format_type": null,
|