Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
multilinguality:
|
5 |
+
- monolingual
|
6 |
+
|
7 |
+
dataset_info:
|
8 |
+
configs:
|
9 |
+
- config_name: descriptions
|
10 |
+
features:
|
11 |
+
- name: _id
|
12 |
+
dtype: string
|
13 |
+
- name: text
|
14 |
+
dtype: string
|
15 |
+
- config_name: names
|
16 |
+
features:
|
17 |
+
- name: _id
|
18 |
+
dtype: string
|
19 |
+
- name: text
|
20 |
+
dtype: string
|
21 |
+
- config_name: questions
|
22 |
+
features:
|
23 |
+
- name: _id
|
24 |
+
dtype: string
|
25 |
+
- name: text
|
26 |
+
dtype: string
|
27 |
+
|
28 |
+
configs:
|
29 |
+
- config_name: descriptions
|
30 |
+
data_files:
|
31 |
+
- split: corpus
|
32 |
+
path: descriptions/corpus.jsonl
|
33 |
+
- config_name: names
|
34 |
+
data_files:
|
35 |
+
- split: corpus
|
36 |
+
path: names/corpus.jsonl
|
37 |
+
- config_name: questions
|
38 |
+
data_files:
|
39 |
+
- split: corpus
|
40 |
+
path: questions/corpus.jsonl
|
41 |
+
---
|