indolem commited on
Commit
b6568e7
·
verified ·
1 Parent(s): 325b689

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -11,6 +11,12 @@ size_categories:
11
  - 1K<n<10K
12
  dataset_info: null
13
  configs:
 
 
 
 
 
 
14
  - config_name: Tourism
15
  data_files:
16
  - split: test
@@ -151,7 +157,7 @@ configs:
151
 
152
  ## Introduction
153
 
154
- a dataset comprising 8,834 multiple-choice questions designed to evaluate performance in vocational and professional certification exams across various fields. With a focus on Indonesia, IndoCareer provides rich local contexts, spanning six key sectors: (1) healthcare, (2) insurance and finance, (3) creative and design, (4) tourism and hospitality, (5) education and training, and (6) law.
155
  <p align="left"> <img src="https://raw.githubusercontent.com/fajri91/eval_picts/refs/heads/master/indocareer_pie.png" style="width: 40%;" id="title-icon"> </p>
156
 
157
  ## Data
@@ -159,7 +165,7 @@ Each question in the dataset is a multiple-choice question with up to 5 choices
159
 
160
  ```
161
  import datasets
162
- data = datasets.load_dataset('indolem/IndoCareer')
163
  ```
164
 
165
  ## Examples
 
11
  - 1K<n<10K
12
  dataset_info: null
13
  configs:
14
+ - config_name: all
15
+ data_files:
16
+ - split: test
17
+ path: all/test.csv
18
+ - split: dev
19
+ path: all/dev.csv
20
  - config_name: Tourism
21
  data_files:
22
  - split: test
 
157
 
158
  ## Introduction
159
 
160
+ IndoCareer is a dataset comprising 8,834 multiple-choice questions designed to evaluate performance in vocational and professional certification exams across various fields. With a focus on Indonesia, IndoCareer provides rich local contexts, spanning six key sectors: (1) healthcare, (2) insurance and finance, (3) creative and design, (4) tourism and hospitality, (5) education and training, and (6) law.
161
  <p align="left"> <img src="https://raw.githubusercontent.com/fajri91/eval_picts/refs/heads/master/indocareer_pie.png" style="width: 40%;" id="title-icon"> </p>
162
 
163
  ## Data
 
165
 
166
  ```
167
  import datasets
168
+ data = datasets.load_dataset('indolem/IndoCareer', 'all')
169
  ```
170
 
171
  ## Examples