File size: 1,004 Bytes
e1c9058
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fdfd93e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: input
    dtype: string
  - name: output
    dtype: string
  - name: category
    dtype: string
  - name: ref
    dtype: string
  - name: context
    dtype: string
  splits:
  - name: train
    num_bytes: 98051828.0
    num_examples: 245613
  download_size: 46102728
  dataset_size: 98051828.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

๐Ÿš€ Dataset Info

- total : 245613

- Ref (used)
  - HAERAE-HUB/KMMLU : 243777 ๊ฐœ
  - facebook/belebele : 900 ๊ฐœ
  - HAERAE-HUB/csatqa : 936 ๊ฐœ
 
- preocessing
  - (1) all : change formatting

- example
```python
{'instruction': 'ํ•œ๊ตญ์ฑ„ํƒ๊ตญ์ œํšŒ๊ณ„๊ธฐ์ค€(K-IFRS)ํ•˜์—์„œ ๊ธˆ์œต์ž์‚ฐ์œผ๋กœ ๋ถ„๋ฅ˜๋˜์ง€ ์•Š๋Š” ๊ฒƒ์€?',
 'input': 'A. ๋Œ€์—ฌ๊ธˆ\nB. ์žฌ๊ณ ์ž์‚ฐ\nC. ๋งค์ถœ์ฑ„๊ถŒ\nD. ๋งŒ๊ธฐ๋ณด์œ ๊ธˆ์œต์ž์‚ฐ',
 'output': 'B. ์žฌ๊ณ ์ž์‚ฐ',
 'category': 'multi_choice (Accounting)',
 'ref': 'HAERAE-HUB/KMMLU',
 'context': ''}
```