Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
raileymontalan commited on
Commit
d15b3db
1 Parent(s): 7f00d6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -106
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
- num_tokens_gpt_4o: 48864
36
- num_tokens_gemma_2: 46813
37
- num_tokens_llama_3: 61750
38
- - name: id_fewshot
39
- num_bytes: 1026
40
- num_examples: 5
41
- num_tokens_gpt_4o: 209
42
- num_tokens_gemma_2: 191
43
- num_tokens_llama_3: 261
44
- - name: ta
45
- num_bytes: 1999488
46
- num_examples: 1000
47
- num_tokens_gpt_4o: 61925
48
- num_tokens_gemma_2: 83420
49
- num_tokens_llama_3: 245601
50
- - name: ta_fewshot
51
- num_bytes: 3228
52
- num_examples: 5
53
- num_tokens_gpt_4o: 365
54
- num_tokens_gemma_2: 507
55
- num_tokens_llama_3: 1495
56
- - name: th
57
- num_bytes: 1640723
58
- num_examples: 1000
59
- num_tokens_gpt_4o: 61000
60
- num_tokens_gemma_2: 57695
61
- num_tokens_llama_3: 71124
62
- - name: th_fewshot
63
- num_bytes: 2301
64
- num_examples: 5
65
- num_tokens_gpt_4o: 325
66
- num_tokens_gemma_2: 321
67
- num_tokens_llama_3: 362
68
- - name: vi
69
- num_bytes: 877251
70
- num_examples: 1000
71
- num_tokens_gpt_4o: 49181
72
- num_tokens_gemma_2: 47982
73
- num_tokens_llama_3: 48960
74
- - name: vi_fewshot
75
- num_bytes: 1245
76
- num_examples: 5
77
- num_tokens_gpt_4o: 260
78
- num_tokens_gemma_2: 257
79
- num_tokens_llama_3: 258
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