File size: 433 Bytes
9d7cc0d |
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 |
---
dataset_info:
features:
- name: 분야
dtype: string
- name: 질문
dtype: string
- name: 답변
dtype: string
- name: 논문 제목
dtype: string
- name: 출판 연도(yyyy)
dtype: float64
splits:
- name: train
num_bytes: 796512
num_examples: 791
download_size: 431340
dataset_size: 796512
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|