Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: truncate-512
|
4 |
+
features:
|
5 |
+
- name: input_ids
|
6 |
+
sequence: int32
|
7 |
+
- name: token_type_ids
|
8 |
+
sequence: int8
|
9 |
+
- name: attention_mask
|
10 |
+
sequence: int8
|
11 |
+
- name: special_tokens_mask
|
12 |
+
sequence: int8
|
13 |
+
splits:
|
14 |
+
- name: train
|
15 |
+
num_bytes: 23600541600
|
16 |
+
num_examples: 6555706
|
17 |
+
- name: validation
|
18 |
+
num_bytes: 317304000
|
19 |
+
num_examples: 88140
|
20 |
+
download_size: 310440269
|
21 |
+
dataset_size: 23917845600
|
22 |
+
configs:
|
23 |
+
- config_name: truncate-512
|
24 |
+
data_files:
|
25 |
+
- split: train
|
26 |
+
path: truncate-512/train-*
|
27 |
+
- split: validation
|
28 |
+
path: truncate-512/validation-*
|
29 |
+
---
|
30 |
+
# Dataset Card for "bert-base-uncased-bookcorpus-wiki-2022030-en-vocab_size-32000"
|
31 |
+
|
32 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|