Datasets:

Modalities:
Text
Formats:
arrow
Languages:
Finnish
Libraries:
Datasets
License:
kjoona commited on
Commit
a7dabc7
·
verified ·
1 Parent(s): b6ede8f

Upload emotions_1k_zero_shot

Browse files
README.md CHANGED
@@ -53,6 +53,28 @@ dataset_info:
53
  - name: default
54
  num_bytes: 79147
55
  num_examples: 160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  - config_name: empirical_judgments_zero_shot
57
  features:
58
  - name: idx
@@ -174,6 +196,10 @@ configs:
174
  data_files:
175
  - split: default
176
  path: emotions_zero_shot/data-*
 
 
 
 
177
  - config_name: empirical_judgments_zero_shot
178
  data_files:
179
  - split: default
@@ -200,4 +226,7 @@ This is a subset of tasks from [FIN-bench](https://huggingface.co/datasets/Turku
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.
 
 
 
 
53
  - name: default
54
  num_bytes: 79147
55
  num_examples: 160
56
+ - config_name: emotions_1k_zero_shot
57
+ features:
58
+ - name: idx
59
+ dtype: int32
60
+ - name: input_prefix
61
+ dtype: string
62
+ - name: choice_prefix
63
+ dtype: string
64
+ - name: output_prefix
65
+ dtype: string
66
+ - name: query
67
+ dtype: string
68
+ - name: targets
69
+ sequence: string
70
+ - name: multiple_choice_targets
71
+ sequence: string
72
+ - name: multiple_choice_scores
73
+ sequence: int32
74
+ splits:
75
+ - name: default
76
+ num_bytes: 459899
77
+ num_examples: 1000
78
  - config_name: empirical_judgments_zero_shot
79
  features:
80
  - name: idx
 
196
  data_files:
197
  - split: default
198
  path: emotions_zero_shot/data-*
199
+ - config_name: emotions_1k_zero_shot
200
+ data_files:
201
+ - split: default
202
+ path: emotions_1k_zero_shot/data-*
203
  - config_name: empirical_judgments_zero_shot
204
  data_files:
205
  - split: default
 
226
 
227
  **UPDATE - 2025-07-24:**
228
  The format of similarities_abstraction_zero_shot has been changed to only include the word pair.
229
+ sentence_ambiguity_zero_shot has been removed as it was broken and should not have been included in the first place.
230
+
231
+ **UPDATE - 2025-10-20:**
232
+ Uploaded 1K variant of emotions_zero_shot as emotions_1k_zero_shot.
dataset_dict.json CHANGED
@@ -1 +1 @@
1
- {"splits": ["analogies_zero_shot", "emotions_zero_shot", "empirical_judgments_zero_shot", "general_knowledge_zero_shot", "hhh_alignment_zero_shot", "paraphrase_zero_shot", "similarities_abstraction_zero_shot"]}
 
1
+ {"splits": ["analogies_zero_shot", "emotions_zero_shot", "emotions_1k_zero_shot", "empirical_judgments_zero_shot", "general_knowledge_zero_shot", "hhh_alignment_zero_shot", "paraphrase_zero_shot", "similarities_abstraction_zero_shot"]}
emotions_1k_zero_shot/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6669caf95181e190fdb205432e4bbee19591645b1e6f99182a957a2cfa6eeb94
3
+ size 248984
emotions_1k_zero_shot/dataset_info.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "idx": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "input_prefix": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "choice_prefix": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "output_prefix": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "query": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "targets": {
26
+ "feature": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "_type": "Sequence"
31
+ },
32
+ "multiple_choice_targets": {
33
+ "feature": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "_type": "Sequence"
38
+ },
39
+ "multiple_choice_scores": {
40
+ "feature": {
41
+ "dtype": "int64",
42
+ "_type": "Value"
43
+ },
44
+ "_type": "Sequence"
45
+ }
46
+ },
47
+ "homepage": "",
48
+ "license": ""
49
+ }
emotions_1k_zero_shot/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "113184cf52cdc5bd",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }