File size: 1,101 Bytes
0ac6329 5608678 |
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 |
---
dataset_info:
features:
- name: instruction
dtype: string
- name: input
dtype: string
- name: output
dtype: string
- name: ref
dtype: string
- name: category
dtype: string
- name: context
dtype: string
splits:
- name: train
num_bytes: 2565410.2701452253
num_examples: 7512
download_size: 1360686
dataset_size: 2565410.2701452253
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
π Dataset Info
- total : 7781
- Ref (used)
- KETI-AIR/kor_ai2_arc : 7781 κ°
- preocessing
- (1) all : change formatting
- sample
```python
{'instruction': 'λ€μ μ§μ μ€ μ΄λ€ κ²μ΄ μμμ΄ λ³΄ν΅ λμ₯κ³ λ¬Έμ λΆλ μ΄μ λ₯Ό κ°μ₯ μ μ€λͺ
νλκ°?',
'input': 'A. λμ₯κ³ λ¬Έμ΄ λ§€λλ½μ΅λλ€.\nB. λμ₯κ³ λ¬Έμλ μ² λΆμ΄ λ€μ΄ μμ΅λλ€.\nC. λμ₯κ³ λ¬Έμ μ’μ λμ 체μ
λλ€.\nD. λμ₯κ³ λ¬Έμ μ μ μ΄ μμ΅λλ€.',
'output': 'B. λμ₯κ³ λ¬Έμλ μ² λΆμ΄ λ€μ΄ μμ΅λλ€.',
'ref': 'KETI-AIR/kor_ai2_arc',
'category': 'ARC',
'context': ''}
```
|