NeelNanda commited on
Commit
f4a6d32
·
1 Parent(s): fc42bbb

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +48 -0
dataset_infos.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"NeelNanda--c4_test": {
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": "timestamp[s]",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "url": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ }
22
+ },
23
+ "post_processed": null,
24
+ "supervised_keys": null,
25
+ "task_templates": null,
26
+ "builder_name": "json",
27
+ "config_name": "default",
28
+ "version": {
29
+ "version_str": "0.0.0",
30
+ "description": null,
31
+ "major": 0,
32
+ "minor": 0,
33
+ "patch": 0
34
+ },
35
+ "splits": {
36
+ "train": {
37
+ "name": "train",
38
+ "num_bytes": 6422088744,
39
+ "num_examples": 2850539,
40
+ "dataset_name": "c4_test"
41
+ }
42
+ },
43
+ "download_checksums": null,
44
+ "download_size": 3965426428,
45
+ "post_processing_size": null,
46
+ "dataset_size": 6422088744,
47
+ "size_in_bytes": 10387515172
48
+ }}