Datasets:
raileymontalan
commited on
Commit
•
d15b3db
1
Parent(s):
7f00d6d
Update README.md
Browse files
README.md
CHANGED
@@ -1,109 +1,82 @@
|
|
1 |
-
---
|
2 |
-
pretty_name: SEA Natural Language Inference
|
3 |
-
license:
|
4 |
-
- cc-by-sa-4.0
|
5 |
-
- cc-by-nc-4.0
|
6 |
-
task_categories:
|
7 |
-
- text-generation
|
8 |
-
language:
|
9 |
-
- id
|
10 |
-
- ta
|
11 |
-
- th
|
12 |
-
- vi
|
13 |
-
dataset_info:
|
14 |
-
features:
|
15 |
-
- name: label
|
16 |
-
dtype: string
|
17 |
-
- name: prompts
|
18 |
-
list:
|
19 |
-
- name: sentence1
|
20 |
-
dtype: string
|
21 |
-
- name: sentence2
|
22 |
-
dtype: string
|
23 |
-
- name: prompt_templates
|
24 |
-
sequence: string
|
25 |
-
- name: metadata
|
26 |
-
struct:
|
27 |
-
- name: language
|
28 |
-
dtype: string
|
29 |
-
- name: id
|
30 |
-
dtype: string
|
31 |
-
splits:
|
32 |
-
- name: id
|
33 |
-
num_bytes: 829632
|
34 |
-
num_examples: 1000
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
- name:
|
39 |
-
num_bytes:
|
40 |
-
num_examples:
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
- name:
|
45 |
-
num_bytes:
|
46 |
-
num_examples: 1000
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
- name:
|
51 |
-
num_bytes:
|
52 |
-
num_examples:
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
download_size: 475196
|
81 |
-
dataset_size: 5354894
|
82 |
-
total_tokens_gpt_4o: 222129
|
83 |
-
total_tokens_gemma_2: 237186
|
84 |
-
total_tokens_llama_3: 429811
|
85 |
-
configs:
|
86 |
-
- config_name: default
|
87 |
-
data_files:
|
88 |
-
- split: id
|
89 |
-
path: data/id-*
|
90 |
-
- split: id_fewshot
|
91 |
-
path: data/id_fewshot-*
|
92 |
-
- split: ta
|
93 |
-
path: data/ta-*
|
94 |
-
- split: ta_fewshot
|
95 |
-
path: data/ta_fewshot-*
|
96 |
-
- split: th
|
97 |
-
path: data/th-*
|
98 |
-
- split: th_fewshot
|
99 |
-
path: data/th_fewshot-*
|
100 |
-
- split: vi
|
101 |
-
path: data/vi-*
|
102 |
-
- split: vi_fewshot
|
103 |
-
path: data/vi_fewshot-*
|
104 |
-
size_categories:
|
105 |
-
- 1K<n<10K
|
106 |
-
---
|
107 |
|
108 |
# SEA Abstractive Summarization
|
109 |
|
|
|
1 |
+
---
|
2 |
+
pretty_name: SEA Natural Language Inference
|
3 |
+
license:
|
4 |
+
- cc-by-sa-4.0
|
5 |
+
- cc-by-nc-4.0
|
6 |
+
task_categories:
|
7 |
+
- text-generation
|
8 |
+
language:
|
9 |
+
- id
|
10 |
+
- ta
|
11 |
+
- th
|
12 |
+
- vi
|
13 |
+
dataset_info:
|
14 |
+
features:
|
15 |
+
- name: label
|
16 |
+
dtype: string
|
17 |
+
- name: prompts
|
18 |
+
list:
|
19 |
+
- name: sentence1
|
20 |
+
dtype: string
|
21 |
+
- name: sentence2
|
22 |
+
dtype: string
|
23 |
+
- name: prompt_templates
|
24 |
+
sequence: string
|
25 |
+
- name: metadata
|
26 |
+
struct:
|
27 |
+
- name: language
|
28 |
+
dtype: string
|
29 |
+
- name: id
|
30 |
+
dtype: string
|
31 |
+
splits:
|
32 |
+
- name: id
|
33 |
+
num_bytes: 829632
|
34 |
+
num_examples: 1000
|
35 |
+
- name: id_fewshot
|
36 |
+
num_bytes: 1026
|
37 |
+
num_examples: 5
|
38 |
+
- name: ta
|
39 |
+
num_bytes: 1999488
|
40 |
+
num_examples: 1000
|
41 |
+
- name: ta_fewshot
|
42 |
+
num_bytes: 3228
|
43 |
+
num_examples: 5
|
44 |
+
- name: th
|
45 |
+
num_bytes: 1640723
|
46 |
+
num_examples: 1000
|
47 |
+
- name: th_fewshot
|
48 |
+
num_bytes: 2301
|
49 |
+
num_examples: 5
|
50 |
+
- name: vi
|
51 |
+
num_bytes: 877251
|
52 |
+
num_examples: 1000
|
53 |
+
- name: vi_fewshot
|
54 |
+
num_bytes: 1245
|
55 |
+
num_examples: 5
|
56 |
+
download_size: 475196
|
57 |
+
dataset_size: 5354894
|
58 |
+
configs:
|
59 |
+
- config_name: default
|
60 |
+
data_files:
|
61 |
+
- split: id
|
62 |
+
path: data/id-*
|
63 |
+
- split: id_fewshot
|
64 |
+
path: data/id_fewshot-*
|
65 |
+
- split: ta
|
66 |
+
path: data/ta-*
|
67 |
+
- split: ta_fewshot
|
68 |
+
path: data/ta_fewshot-*
|
69 |
+
- split: th
|
70 |
+
path: data/th-*
|
71 |
+
- split: th_fewshot
|
72 |
+
path: data/th_fewshot-*
|
73 |
+
- split: vi
|
74 |
+
path: data/vi-*
|
75 |
+
- split: vi_fewshot
|
76 |
+
path: data/vi_fewshot-*
|
77 |
+
size_categories:
|
78 |
+
- 1K<n<10K
|
79 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
|
81 |
# SEA Abstractive Summarization
|
82 |
|