Datasets:
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
English
Size:
10M - 100M
Tags:
text-search
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -23,6 +23,63 @@ task_ids:
|
|
23 |
paperswithcode_id: null
|
24 |
tags:
|
25 |
- text-search
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
# Dataset Card for "wiki_snippets"
|
|
|
23 |
paperswithcode_id: null
|
24 |
tags:
|
25 |
- text-search
|
26 |
+
dataset_info:
|
27 |
+
- config_name: wiki40b_en_100_0
|
28 |
+
features:
|
29 |
+
- name: _id
|
30 |
+
dtype: string
|
31 |
+
- name: datasets_id
|
32 |
+
dtype: int32
|
33 |
+
- name: wiki_id
|
34 |
+
dtype: string
|
35 |
+
- name: start_paragraph
|
36 |
+
dtype: int32
|
37 |
+
- name: start_character
|
38 |
+
dtype: int32
|
39 |
+
- name: end_paragraph
|
40 |
+
dtype: int32
|
41 |
+
- name: end_character
|
42 |
+
dtype: int32
|
43 |
+
- name: article_title
|
44 |
+
dtype: string
|
45 |
+
- name: section_title
|
46 |
+
dtype: string
|
47 |
+
- name: passage_text
|
48 |
+
dtype: string
|
49 |
+
splits:
|
50 |
+
- name: train
|
51 |
+
num_bytes: 12938641686
|
52 |
+
num_examples: 17553713
|
53 |
+
download_size: 0
|
54 |
+
dataset_size: 12938641686
|
55 |
+
- config_name: wikipedia_en_100_0
|
56 |
+
features:
|
57 |
+
- name: _id
|
58 |
+
dtype: string
|
59 |
+
- name: datasets_id
|
60 |
+
dtype: int32
|
61 |
+
- name: wiki_id
|
62 |
+
dtype: string
|
63 |
+
- name: start_paragraph
|
64 |
+
dtype: int32
|
65 |
+
- name: start_character
|
66 |
+
dtype: int32
|
67 |
+
- name: end_paragraph
|
68 |
+
dtype: int32
|
69 |
+
- name: end_character
|
70 |
+
dtype: int32
|
71 |
+
- name: article_title
|
72 |
+
dtype: string
|
73 |
+
- name: section_title
|
74 |
+
dtype: string
|
75 |
+
- name: passage_text
|
76 |
+
dtype: string
|
77 |
+
splits:
|
78 |
+
- name: train
|
79 |
+
num_bytes: 26407884393
|
80 |
+
num_examples: 33849898
|
81 |
+
download_size: 0
|
82 |
+
dataset_size: 26407884393
|
83 |
---
|
84 |
|
85 |
# Dataset Card for "wiki_snippets"
|