StivenLancheros
commited on
Commit
•
c649e55
1
Parent(s):
39762b6
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: summary
|
7 |
+
dtype: string
|
8 |
+
- name: source_language
|
9 |
+
dtype: string
|
10 |
+
- name: target_language
|
11 |
+
dtype: string
|
12 |
+
- name: length
|
13 |
+
dtype: int64
|
14 |
+
- name: input_ids
|
15 |
+
sequence: int32
|
16 |
+
- name: attention_mask
|
17 |
+
sequence: int8
|
18 |
+
- name: labels
|
19 |
+
sequence: int64
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 19711292439
|
23 |
+
num_examples: 1448676
|
24 |
+
- name: validation
|
25 |
+
num_bytes: 504467120
|
26 |
+
num_examples: 53554
|
27 |
+
- name: test
|
28 |
+
num_bytes: 312940355
|
29 |
+
num_examples: 32289
|
30 |
+
download_size: 4193146564
|
31 |
+
dataset_size: 20528699914
|
32 |
+
---
|
33 |
+
# Dataset Card for "xwikis-augmented-processed"
|
34 |
+
|
35 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|