StivenLancheros
commited on
Commit
•
1dbb3d7
1
Parent(s):
beaa263
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: src_title
|
5 |
+
dtype: string
|
6 |
+
- name: tgt_title
|
7 |
+
dtype: string
|
8 |
+
- name: src_summary
|
9 |
+
dtype: string
|
10 |
+
- name: tgt_summary
|
11 |
+
dtype: string
|
12 |
+
- name: input_ids
|
13 |
+
sequence: int32
|
14 |
+
- name: attention_mask
|
15 |
+
sequence: int8
|
16 |
+
- name: labels
|
17 |
+
sequence: int64
|
18 |
+
- name: text
|
19 |
+
dtype: string
|
20 |
+
- name: summary
|
21 |
+
dtype: string
|
22 |
+
- name: gem_id
|
23 |
+
dtype: string
|
24 |
+
- name: gem_parent_id
|
25 |
+
dtype: string
|
26 |
+
- name: id
|
27 |
+
dtype: string
|
28 |
+
- name: src_document
|
29 |
+
sequence:
|
30 |
+
- name: title
|
31 |
+
dtype: string
|
32 |
+
- name: section_level
|
33 |
+
dtype: string
|
34 |
+
- name: content
|
35 |
+
dtype: string
|
36 |
+
splits:
|
37 |
+
- name: train
|
38 |
+
num_bytes: 6735593897
|
39 |
+
num_examples: 440000
|
40 |
+
download_size: 2531579730
|
41 |
+
dataset_size: 6735593897
|
42 |
+
---
|
43 |
+
# Dataset Card for "all_datasets_wikis"
|
44 |
+
|
45 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|