Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
raileymontalan commited on
Commit
a7cd701
·
verified ·
1 Parent(s): afff655

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -107
README.md CHANGED
@@ -1,110 +1,83 @@
1
- ---
2
- pretty_name: SEA Abstractive Summarization
3
- license:
4
- - cc-by-nc-sa-4.0
5
- task_categories:
6
- - text-generation
7
- language:
8
- - id
9
- - ta
10
- - th
11
- - vi
12
- dataset_info:
13
- features:
14
- - name: id
15
- dtype: string
16
- - name: label
17
- dtype: string
18
- - name: prompts
19
- list:
20
- - name: text
21
- dtype: string
22
- - name: prompt_templates
23
- sequence: string
24
- - name: metadata
25
- struct:
26
- - name: language
27
- dtype: string
28
- - name: url
29
- dtype: string
30
- - name: title
31
- dtype: string
32
- splits:
33
- - name: id
34
- num_bytes: 322112
35
- num_examples: 100
36
- num_tokens_gpt_4o: 61628
37
- num_tokens_gemma_2: 55485
38
- num_tokens_llama_3: 77016
39
- - name: id_fewshot
40
- num_bytes: 5963
41
- num_examples: 5
42
- num_tokens_gpt_4o: 1124
43
- num_tokens_gemma_2: 1050
44
- num_tokens_llama_3: 1430
45
- - name: ta
46
- num_bytes: 1075514
47
- num_examples: 100
48
- num_tokens_gpt_4o: 114275
49
- num_tokens_gemma_2: 156476
50
- num_tokens_llama_3: 457559
51
- - name: ta_fewshot
52
- num_bytes: 10198
53
- num_examples: 5
54
- num_tokens_gpt_4o: 964
55
- num_tokens_gemma_2: 1339
56
- num_tokens_llama_3: 3905
57
- - name: th
58
- num_bytes: 1201794
59
- num_examples: 100
60
- num_tokens_gpt_4o: 155203
61
- num_tokens_gemma_2: 151988
62
- num_tokens_llama_3: 176985
63
- - name: th_fewshot
64
- num_bytes: 8735
65
- num_examples: 5
66
- num_tokens_gpt_4o: 925
67
- num_tokens_gemma_2: 869
68
- num_tokens_llama_3: 1062
69
- - name: vi
70
- num_bytes: 395697
71
- num_examples: 100
72
- num_tokens_gpt_4o: 86305
73
- num_tokens_gemma_2: 78285
74
- num_tokens_llama_3: 82269
75
- - name: vi_fewshot
76
- num_bytes: 9092
77
- num_examples: 5
78
- num_tokens_gpt_4o: 2396
79
- num_tokens_gemma_2: 2170
80
- num_tokens_llama_3: 2282
81
- download_size: 1258846
82
- dataset_size: 3029105
83
- total_tokens_gpt_4o: 422820
84
- total_tokens_gemma_2: 447662
85
- total_tokens_llama_3: 802508
86
- configs:
87
- - config_name: default
88
- data_files:
89
- - split: id
90
- path: data/id-*
91
- - split: id_fewshot
92
- path: data/id_fewshot-*
93
- - split: ta
94
- path: data/ta-*
95
- - split: ta_fewshot
96
- path: data/ta_fewshot-*
97
- - split: th
98
- path: data/th-*
99
- - split: th_fewshot
100
- path: data/th_fewshot-*
101
- - split: vi
102
- path: data/vi-*
103
- - split: vi_fewshot
104
- path: data/vi_fewshot-*
105
- size_categories:
106
- - n<1K
107
- ---
108
 
109
  # SEA Abstractive Summarization
110
 
 
1
+ ---
2
+ pretty_name: SEA Abstractive Summarization
3
+ license:
4
+ - cc-by-nc-sa-4.0
5
+ task_categories:
6
+ - text-generation
7
+ language:
8
+ - id
9
+ - ta
10
+ - th
11
+ - vi
12
+ dataset_info:
13
+ features:
14
+ - name: id
15
+ dtype: string
16
+ - name: label
17
+ dtype: string
18
+ - name: prompts
19
+ list:
20
+ - name: text
21
+ dtype: string
22
+ - name: prompt_templates
23
+ sequence: string
24
+ - name: metadata
25
+ struct:
26
+ - name: language
27
+ dtype: string
28
+ - name: url
29
+ dtype: string
30
+ - name: title
31
+ dtype: string
32
+ splits:
33
+ - name: id
34
+ num_bytes: 322112
35
+ num_examples: 100
36
+ - name: id_fewshot
37
+ num_bytes: 5963
38
+ num_examples: 5
39
+ - name: ta
40
+ num_bytes: 1075514
41
+ num_examples: 100
42
+ - name: ta_fewshot
43
+ num_bytes: 10198
44
+ num_examples: 5
45
+ - name: th
46
+ num_bytes: 1201794
47
+ num_examples: 100
48
+ - name: th_fewshot
49
+ num_bytes: 8735
50
+ num_examples: 5
51
+ - name: vi
52
+ num_bytes: 395697
53
+ num_examples: 100
54
+ - name: vi_fewshot
55
+ num_bytes: 9092
56
+ num_examples: 5
57
+ download_size: 1258846
58
+ dataset_size: 3029105
59
+ configs:
60
+ - config_name: default
61
+ data_files:
62
+ - split: id
63
+ path: data/id-*
64
+ - split: id_fewshot
65
+ path: data/id_fewshot-*
66
+ - split: ta
67
+ path: data/ta-*
68
+ - split: ta_fewshot
69
+ path: data/ta_fewshot-*
70
+ - split: th
71
+ path: data/th-*
72
+ - split: th_fewshot
73
+ path: data/th_fewshot-*
74
+ - split: vi
75
+ path: data/vi-*
76
+ - split: vi_fewshot
77
+ path: data/vi_fewshot-*
78
+ size_categories:
79
+ - n<1K
80
+ ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
 
82
  # SEA Abstractive Summarization
83