AbrarHyder
commited on
Commit
•
13d2953
1
Parent(s):
cab460d
Upload dataset
Browse files- README.md +56 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: question
|
5 |
+
dtype: string
|
6 |
+
- name: answers
|
7 |
+
sequence: string
|
8 |
+
- name: positive_ctxs
|
9 |
+
struct:
|
10 |
+
- name: passage_id
|
11 |
+
sequence: string
|
12 |
+
- name: text
|
13 |
+
sequence: string
|
14 |
+
- name: title
|
15 |
+
sequence: string
|
16 |
+
- name: negative_ctxs
|
17 |
+
struct:
|
18 |
+
- name: passage_id
|
19 |
+
sequence: 'null'
|
20 |
+
- name: text
|
21 |
+
sequence: 'null'
|
22 |
+
- name: title
|
23 |
+
sequence: 'null'
|
24 |
+
- name: hard_negative_ctxs
|
25 |
+
struct:
|
26 |
+
- name: passage_id
|
27 |
+
sequence: string
|
28 |
+
- name: text
|
29 |
+
sequence: string
|
30 |
+
- name: title
|
31 |
+
sequence: string
|
32 |
+
- name: easy_negative_ctxt
|
33 |
+
struct:
|
34 |
+
- name: passage_id
|
35 |
+
sequence: string
|
36 |
+
- name: text
|
37 |
+
sequence: string
|
38 |
+
- name: title
|
39 |
+
sequence: string
|
40 |
+
splits:
|
41 |
+
- name: train
|
42 |
+
num_bytes: 75812.0
|
43 |
+
num_examples: 10
|
44 |
+
- name: test
|
45 |
+
num_bytes: 37906.0
|
46 |
+
num_examples: 5
|
47 |
+
download_size: 138099
|
48 |
+
dataset_size: 113718.0
|
49 |
+
configs:
|
50 |
+
- config_name: default
|
51 |
+
data_files:
|
52 |
+
- split: train
|
53 |
+
path: data/train-*
|
54 |
+
- split: test
|
55 |
+
path: data/test-*
|
56 |
+
---
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9869e3ced92f90f75d4216bc5b7714bc9182ff98bf7a60c1caf7d755393585a4
|
3 |
+
size 53254
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef354181e7bd0b87bd9999fd83a1380886d8ad81c4f21c196d60242f754578dc
|
3 |
+
size 84845
|