Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,41 @@ task_categories:
|
|
5 |
language:
|
6 |
- en
|
7 |
pretty_name: PaECTER Dataset
|
8 |
-
|
9 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
|
|
5 |
language:
|
6 |
- en
|
7 |
pretty_name: PaECTER Dataset
|
8 |
+
dataset_info:
|
9 |
+
- config_name: train_validation_set
|
10 |
+
features:
|
11 |
+
- name: query
|
12 |
+
dtype: string
|
13 |
+
- name: pos
|
14 |
+
dtype: string
|
15 |
+
- name: neg
|
16 |
+
dtype: string
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_examples: 1275000
|
20 |
+
- name: validation
|
21 |
+
num_examples: 225000
|
22 |
+
- config_name: testset
|
23 |
+
features:
|
24 |
+
- name: query
|
25 |
+
dtype: string
|
26 |
+
- name: pos
|
27 |
+
dtype: list
|
28 |
+
- name: neg
|
29 |
+
dtype: list
|
30 |
+
splits:
|
31 |
+
- name: test
|
32 |
+
num_examples: 1000
|
33 |
+
configs:
|
34 |
+
- config_name: train_validation_set
|
35 |
+
data_files:
|
36 |
+
- split: train
|
37 |
+
path: train_validation_set/trainining.jsonl
|
38 |
+
- split: validation
|
39 |
+
path: train_validation_set/validation.jsonl
|
40 |
+
default: true
|
41 |
+
- config_name: testset
|
42 |
+
data_files:
|
43 |
+
- split: test
|
44 |
+
path: testset/test.jsonl
|
45 |
---
|