Upload dataset
Browse files- README.md +27 -0
- span_extraction/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -6,6 +6,33 @@ tags:
|
|
6 |
- korean
|
7 |
- finance
|
8 |
- legal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# 금융, 법률 문서 기계독해 데이터셋
|
|
|
6 |
- korean
|
7 |
- finance
|
8 |
- legal
|
9 |
+
dataset_info:
|
10 |
+
config_name: span_extraction
|
11 |
+
features:
|
12 |
+
- name: doc_title
|
13 |
+
dtype: string
|
14 |
+
- name: context
|
15 |
+
dtype: string
|
16 |
+
- name: question
|
17 |
+
dtype: string
|
18 |
+
- name: answer_text
|
19 |
+
dtype: string
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 154553286
|
23 |
+
num_examples: 93828
|
24 |
+
- name: test
|
25 |
+
num_bytes: 23273377
|
26 |
+
num_examples: 12692
|
27 |
+
download_size: 43600501
|
28 |
+
dataset_size: 177826663
|
29 |
+
configs:
|
30 |
+
- config_name: span_extraction
|
31 |
+
data_files:
|
32 |
+
- split: train
|
33 |
+
path: span_extraction/train-*
|
34 |
+
- split: test
|
35 |
+
path: span_extraction/test-*
|
36 |
---
|
37 |
|
38 |
# 금융, 법률 문서 기계독해 데이터셋
|
span_extraction/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3247f556a99cfff45a22ba957052c08d66c42fcc35ead3e9b4044dfb7a01fea
|
3 |
+
size 5337895
|