and111 commited on
Commit
2322d0d
1 Parent(s): 65c35f8

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +58 -0
dataset_infos.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"and111--bert_pretrain_phase2": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "input_ids": {
8
+ "feature": {
9
+ "dtype": "int32",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "length": -1,
14
+ "id": null,
15
+ "_type": "Sequence"
16
+ },
17
+ "token_type_ids": {
18
+ "feature": {
19
+ "dtype": "int8",
20
+ "id": null,
21
+ "_type": "Value"
22
+ },
23
+ "length": -1,
24
+ "id": null,
25
+ "_type": "Sequence"
26
+ },
27
+ "next_sentence_label": {
28
+ "dtype": "int64",
29
+ "id": null,
30
+ "_type": "Value"
31
+ }
32
+ },
33
+ "post_processed": null,
34
+ "supervised_keys": null,
35
+ "task_templates": null,
36
+ "builder_name": "parquet",
37
+ "config_name": "default",
38
+ "version": {
39
+ "version_str": "0.0.0",
40
+ "description": null,
41
+ "major": 0,
42
+ "minor": 0,
43
+ "patch": 0
44
+ },
45
+ "splits": {
46
+ "train": {
47
+ "name": "train",
48
+ "num_bytes": 35855944151,
49
+ "num_examples": 61947526,
50
+ "dataset_name": "bert_pretrain_phase2"
51
+ }
52
+ },
53
+ "download_checksums": null,
54
+ "download_size": 13991083677,
55
+ "post_processing_size": null,
56
+ "dataset_size": 35855944151,
57
+ "size_in_bytes": 49847027828
58
+ }}