raileymontalan commited on
Commit
4a375c1
·
verified ·
1 Parent(s): c42682d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -91
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
- num_tokens_gpt_4o: 10289
37
- num_tokens_gemma_2: 10120
38
- num_tokens_llama_3: 13265
39
- - name: id_fewshot
40
- num_bytes: 905
41
- num_examples: 5
42
- num_tokens_gpt_4o: 183
43
- num_tokens_gemma_2: 178
44
- num_tokens_llama_3: 239
45
- - name: jv
46
- num_bytes: 141631
47
- num_examples: 282
48
- num_tokens_gpt_4o: 10167
49
- num_tokens_gemma_2: 10923
50
- num_tokens_llama_3: 13279
51
- - name: jv_fewshot
52
- num_bytes: 714
53
- num_examples: 5
54
- num_tokens_gpt_4o: 154
55
- num_tokens_gemma_2: 168
56
- num_tokens_llama_3: 198
57
- - name: su
58
- num_bytes: 139902
59
- num_examples: 295
60
- num_tokens_gpt_4o: 8973
61
- num_tokens_gemma_2: 10046
62
- num_tokens_llama_3: 11858
63
- - name: su_fewshot
64
- num_bytes: 701
65
- num_examples: 5
66
- num_tokens_gpt_4o: 153
67
- num_tokens_gemma_2: 165
68
- num_tokens_llama_3: 193
69
- download_size: 85457
70
- dataset_size: 447462
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