Update README.md
Browse files
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 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
- name:
|
| 41 |
-
num_bytes:
|
| 42 |
-
num_examples:
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
- name:
|
| 47 |
-
num_bytes:
|
| 48 |
-
num_examples: 394
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
- name:
|
| 53 |
-
num_bytes:
|
| 54 |
-
num_examples:
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
- name:
|
| 59 |
-
num_bytes:
|
| 60 |
-
num_examples:
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
- name:
|
| 65 |
-
num_bytes:
|
| 66 |
-
num_examples:
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 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 |
|