ola13 commited on
Commit
b70be19
1 Parent(s): 8240ea1

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +97 -0
dataset_infos.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"ola13--small-c4-dedup": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "text": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "timestamp": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "url": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "domain": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "perplexity": {
28
+ "dtype": "float64",
29
+ "id": null,
30
+ "_type": "Value"
31
+ },
32
+ "dup_ratio": {
33
+ "dtype": "float64",
34
+ "id": null,
35
+ "_type": "Value"
36
+ },
37
+ "pairs": {
38
+ "feature": {
39
+ "feature": {
40
+ "dtype": "int64",
41
+ "id": null,
42
+ "_type": "Value"
43
+ },
44
+ "length": -1,
45
+ "id": null,
46
+ "_type": "Sequence"
47
+ },
48
+ "length": -1,
49
+ "id": null,
50
+ "_type": "Sequence"
51
+ },
52
+ "repetitions": {
53
+ "feature": {
54
+ "dtype": "binary",
55
+ "id": null,
56
+ "_type": "Value"
57
+ },
58
+ "length": -1,
59
+ "id": null,
60
+ "_type": "Sequence"
61
+ },
62
+ "cluster": {
63
+ "feature": {
64
+ "feature": {
65
+ "dtype": "int64",
66
+ "id": null,
67
+ "_type": "Value"
68
+ },
69
+ "length": -1,
70
+ "id": null,
71
+ "_type": "Sequence"
72
+ },
73
+ "length": -1,
74
+ "id": null,
75
+ "_type": "Sequence"
76
+ }
77
+ },
78
+ "post_processed": null,
79
+ "supervised_keys": null,
80
+ "task_templates": null,
81
+ "builder_name": null,
82
+ "config_name": null,
83
+ "version": null,
84
+ "splits": {
85
+ "train": {
86
+ "name": "train",
87
+ "num_bytes": 245143216,
88
+ "num_examples": 100000,
89
+ "dataset_name": "small-c4-dedup"
90
+ }
91
+ },
92
+ "download_checksums": null,
93
+ "download_size": 145781572,
94
+ "post_processing_size": null,
95
+ "dataset_size": 245143216,
96
+ "size_in_bytes": 390924788
97
+ }}