Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
raileymontalan commited on
Commit
d447695
·
verified ·
1 Parent(s): 5376619

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +101 -140
README.md CHANGED
@@ -1,143 +1,104 @@
1
- ---
2
- pretty_name: SEA Sentiment Analysis
3
- license:
4
- - cc-by-sa-4.0
5
- - cc-by-4.0
6
- - cc0-1.0
7
- task_categories:
8
- - text-generation
9
- - text-classification
10
- language:
11
- - id
12
- - jv
13
- - su
14
- - ta
15
- - th
16
- - vi
17
- dataset_info:
18
- features:
19
- - name: id
20
- dtype: string
21
- - name: label
22
- dtype: string
23
- - name: prompts
24
- list:
25
- - name: text
26
- dtype: string
27
- - name: prompt_templates
28
- sequence: string
29
- - name: metadata
30
- struct:
31
- - name: language
32
- dtype: string
33
- splits:
34
- - name: id
35
- num_bytes: 188736
36
- num_examples: 400
37
- num_tokens_gpt_4o: 15131
38
- num_tokens_gemma_2: 13918
39
- num_tokens_llama_3: 19274
40
- - name: id_fewshot
41
- num_bytes: 702
42
- num_examples: 5
43
- num_tokens_gpt_4o: 145
44
- num_tokens_gemma_2: 137
45
- num_tokens_llama_3: 175
46
- - name: jv
47
- num_bytes: 168113
48
- num_examples: 394
49
- num_tokens_gpt_4o: 16731
50
- num_tokens_gemma_2: 17453
51
- num_tokens_llama_3: 20638
52
- - name: jv_fewshot
53
- num_bytes: 913
54
- num_examples: 5
55
- num_tokens_gpt_4o: 201
56
- num_tokens_gemma_2: 219
57
- num_tokens_llama_3: 255
58
- - name: su
59
- num_bytes: 178579
60
- num_examples: 394
61
- num_tokens_gpt_4o: 17123
62
- num_tokens_gemma_2: 18632
63
- num_tokens_llama_3: 22056
64
- - name: su_fewshot
65
- num_bytes: 911
66
- num_examples: 5
67
- num_tokens_gpt_4o: 201
68
- num_tokens_gemma_2: 217
69
- num_tokens_llama_3: 253
70
- - name: ta
71
- num_bytes: 1225066
72
- num_examples: 1000
73
- num_tokens_gpt_4o: 54038
74
- num_tokens_gemma_2: 71449
75
- num_tokens_llama_3: 211075
76
- - name: ta_fewshot
77
- num_bytes: 1859
78
- num_examples: 5
79
- num_tokens_gpt_4o: 192
80
- num_tokens_gemma_2: 264
81
- num_tokens_llama_3: 792
82
- - name: th
83
- num_bytes: 898057
84
- num_examples: 1000
85
- num_tokens_gpt_4o: 38252
86
- num_tokens_gemma_2: 38111
87
- num_tokens_llama_3: 44447
88
- - name: th_fewshot
89
- num_bytes: 523
90
- num_examples: 5
91
- num_tokens_gpt_4o: 50
92
- num_tokens_gemma_2: 54
93
- num_tokens_llama_3: 63
94
- - name: vi
95
- num_bytes: 434373
96
- num_examples: 1000
97
- num_tokens_gpt_4o: 16732
98
- num_tokens_gemma_2: 16307
99
- num_tokens_llama_3: 16755
100
- - name: vi_fewshot
101
- num_bytes: 655
102
- num_examples: 5
103
- num_tokens_gpt_4o: 87
104
- num_tokens_gemma_2: 87
105
- num_tokens_llama_3: 90
106
- download_size: 506409
107
- dataset_size: 3098487
108
- total_tokens_gpt_4o: 158883
109
- total_tokens_gemma_2: 176848
110
- total_tokens_llama_3: 335873
111
- configs:
112
- - config_name: default
113
- data_files:
114
- - split: id
115
- path: data/id-*
116
- - split: id_fewshot
117
- path: data/id_fewshot-*
118
- - split: jv
119
- path: data/jv-*
120
- - split: jv_fewshot
121
- path: data/jv_fewshot-*
122
- - split: su
123
- path: data/su-*
124
- - split: su_fewshot
125
- path: data/su_fewshot-*
126
- - split: ta
127
- path: data/ta-*
128
- - split: ta_fewshot
129
- path: data/ta_fewshot-*
130
- - split: th
131
- path: data/th-*
132
- - split: th_fewshot
133
- path: data/th_fewshot-*
134
- - split: vi
135
- path: data/vi-*
136
- - split: vi_fewshot
137
- path: data/vi_fewshot-*
138
- size_categories:
139
- - 1K<n<10K
140
- ---
141
 
142
  # SEA Sentiment Analysis
143
 
 
1
+ ---
2
+ pretty_name: SEA Sentiment Analysis
3
+ license:
4
+ - cc-by-sa-4.0
5
+ - cc-by-4.0
6
+ - cc0-1.0
7
+ task_categories:
8
+ - text-generation
9
+ - text-classification
10
+ language:
11
+ - id
12
+ - jv
13
+ - su
14
+ - ta
15
+ - th
16
+ - vi
17
+ dataset_info:
18
+ features:
19
+ - name: id
20
+ dtype: string
21
+ - name: label
22
+ dtype: string
23
+ - name: prompts
24
+ list:
25
+ - name: text
26
+ dtype: string
27
+ - name: prompt_templates
28
+ sequence: string
29
+ - name: metadata
30
+ struct:
31
+ - name: language
32
+ dtype: string
33
+ splits:
34
+ - name: id
35
+ num_bytes: 188736
36
+ num_examples: 400
37
+ - name: id_fewshot
38
+ num_bytes: 702
39
+ num_examples: 5
40
+ - name: jv
41
+ num_bytes: 168113
42
+ num_examples: 394
43
+ - name: jv_fewshot
44
+ num_bytes: 913
45
+ num_examples: 5
46
+ - name: su
47
+ num_bytes: 178579
48
+ num_examples: 394
49
+ - name: su_fewshot
50
+ num_bytes: 911
51
+ num_examples: 5
52
+ - name: ta
53
+ num_bytes: 1225066
54
+ num_examples: 1000
55
+ - name: ta_fewshot
56
+ num_bytes: 1859
57
+ num_examples: 5
58
+ - name: th
59
+ num_bytes: 898057
60
+ num_examples: 1000
61
+ - name: th_fewshot
62
+ num_bytes: 523
63
+ num_examples: 5
64
+ - name: vi
65
+ num_bytes: 434373
66
+ num_examples: 1000
67
+ - name: vi_fewshot
68
+ num_bytes: 655
69
+ num_examples: 5
70
+ download_size: 506409
71
+ dataset_size: 3098487
72
+ configs:
73
+ - config_name: default
74
+ data_files:
75
+ - split: id
76
+ path: data/id-*
77
+ - split: id_fewshot
78
+ path: data/id_fewshot-*
79
+ - split: jv
80
+ path: data/jv-*
81
+ - split: jv_fewshot
82
+ path: data/jv_fewshot-*
83
+ - split: su
84
+ path: data/su-*
85
+ - split: su_fewshot
86
+ path: data/su_fewshot-*
87
+ - split: ta
88
+ path: data/ta-*
89
+ - split: ta_fewshot
90
+ path: data/ta_fewshot-*
91
+ - split: th
92
+ path: data/th-*
93
+ - split: th_fewshot
94
+ path: data/th_fewshot-*
95
+ - split: vi
96
+ path: data/vi-*
97
+ - split: vi_fewshot
98
+ path: data/vi_fewshot-*
99
+ size_categories:
100
+ - 1K<n<10K
101
+ ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
 
103
  # SEA Sentiment Analysis
104