File size: 644 Bytes
5acec9e
c3efa1c
 
5acec9e
5db3335
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
db5ac24
 
 
 
 
5db3335
 
 
 
 
db5ac24
 
5acec9e
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
---

language:
- ko
license: mit
dataset_info:
  features:
  - name: contexts
    dtype: string
  - name: evolution_type
    dtype: string
  - name: metadata
    dtype: string
  - name: episode_done
    dtype: bool
  - name: question
    dtype: string
  - name: ground_truth
    dtype: string
  splits:
  - name: train
    num_bytes: 309562
    num_examples: 95
  - name: korean_v1
    num_bytes: 309562
    num_examples: 95
  download_size: 157278
  dataset_size: 619124
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: korean_v1
    path: data/korean_v1-*
---