raileymontalan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,94 +1,73 @@
|
|
1 |
-
---
|
2 |
-
pretty_name: SEA Metaphor
|
3 |
-
license:
|
4 |
-
- mit
|
5 |
-
task_categories:
|
6 |
-
- text-generation
|
7 |
-
- question-answering
|
8 |
-
language:
|
9 |
-
- id
|
10 |
-
- jv
|
11 |
-
- su
|
12 |
-
dataset_info:
|
13 |
-
features:
|
14 |
-
- name: id
|
15 |
-
dtype: string
|
16 |
-
- name: label
|
17 |
-
dtype: string
|
18 |
-
- name: prompts
|
19 |
-
list:
|
20 |
-
- name: phrase
|
21 |
-
dtype: string
|
22 |
-
- name: choice1
|
23 |
-
dtype: string
|
24 |
-
- name: choice2
|
25 |
-
dtype: string
|
26 |
-
- name: prompt_templates
|
27 |
-
sequence: string
|
28 |
-
- name: metadata
|
29 |
-
struct:
|
30 |
-
- name: language
|
31 |
-
dtype: string
|
32 |
-
splits:
|
33 |
-
- name: id
|
34 |
-
num_bytes: 163609
|
35 |
-
num_examples: 295
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
- name:
|
40 |
-
num_bytes:
|
41 |
-
num_examples:
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
- name:
|
46 |
-
num_bytes:
|
47 |
-
num_examples:
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
total_tokens_gpt_4o: 29919
|
72 |
-
total_tokens_gemma_2: 31600
|
73 |
-
total_tokens_llama_3: 39032
|
74 |
-
configs:
|
75 |
-
- config_name: default
|
76 |
-
data_files:
|
77 |
-
- split: id
|
78 |
-
path: data/id-*
|
79 |
-
- split: id_fewshot
|
80 |
-
path: data/id_fewshot-*
|
81 |
-
- split: jv
|
82 |
-
path: data/jv-*
|
83 |
-
- split: jv_fewshot
|
84 |
-
path: data/jv_fewshot-*
|
85 |
-
- split: su
|
86 |
-
path: data/su-*
|
87 |
-
- split: su_fewshot
|
88 |
-
path: data/su_fewshot-*
|
89 |
-
size_categories:
|
90 |
-
- 1K<n<10K
|
91 |
-
---
|
92 |
|
93 |
# SEA Metaphor
|
94 |
|
|
|
1 |
+
---
|
2 |
+
pretty_name: SEA Metaphor
|
3 |
+
license:
|
4 |
+
- mit
|
5 |
+
task_categories:
|
6 |
+
- text-generation
|
7 |
+
- question-answering
|
8 |
+
language:
|
9 |
+
- id
|
10 |
+
- jv
|
11 |
+
- su
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: id
|
15 |
+
dtype: string
|
16 |
+
- name: label
|
17 |
+
dtype: string
|
18 |
+
- name: prompts
|
19 |
+
list:
|
20 |
+
- name: phrase
|
21 |
+
dtype: string
|
22 |
+
- name: choice1
|
23 |
+
dtype: string
|
24 |
+
- name: choice2
|
25 |
+
dtype: string
|
26 |
+
- name: prompt_templates
|
27 |
+
sequence: string
|
28 |
+
- name: metadata
|
29 |
+
struct:
|
30 |
+
- name: language
|
31 |
+
dtype: string
|
32 |
+
splits:
|
33 |
+
- name: id
|
34 |
+
num_bytes: 163609
|
35 |
+
num_examples: 295
|
36 |
+
- name: id_fewshot
|
37 |
+
num_bytes: 905
|
38 |
+
num_examples: 5
|
39 |
+
- name: jv
|
40 |
+
num_bytes: 141631
|
41 |
+
num_examples: 282
|
42 |
+
- name: jv_fewshot
|
43 |
+
num_bytes: 714
|
44 |
+
num_examples: 5
|
45 |
+
- name: su
|
46 |
+
num_bytes: 139902
|
47 |
+
num_examples: 295
|
48 |
+
- name: su_fewshot
|
49 |
+
num_bytes: 701
|
50 |
+
num_examples: 5
|
51 |
+
download_size: 85457
|
52 |
+
dataset_size: 447462
|
53 |
+
configs:
|
54 |
+
- config_name: default
|
55 |
+
data_files:
|
56 |
+
- split: id
|
57 |
+
path: data/id-*
|
58 |
+
- split: id_fewshot
|
59 |
+
path: data/id_fewshot-*
|
60 |
+
- split: jv
|
61 |
+
path: data/jv-*
|
62 |
+
- split: jv_fewshot
|
63 |
+
path: data/jv_fewshot-*
|
64 |
+
- split: su
|
65 |
+
path: data/su-*
|
66 |
+
- split: su_fewshot
|
67 |
+
path: data/su_fewshot-*
|
68 |
+
size_categories:
|
69 |
+
- 1K<n<10K
|
70 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
|
72 |
# SEA Metaphor
|
73 |
|