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': ''}
```