Skelebor commited on
Commit
ec53284
1 Parent(s): 7acaa8a

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
+ {"Skelebor--book_titles_and_descriptions": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "title": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "description": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "language": {
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": "csv",
27
+ "config_name": "Skelebor--book_titles_and_descriptions",
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": 1735900073,
39
+ "num_examples": 1948418,
40
+ "dataset_name": "book_titles_and_descriptions"
41
+ }
42
+ },
43
+ "download_checksums": null,
44
+ "download_size": 1230013441,
45
+ "post_processing_size": null,
46
+ "dataset_size": 1735900073,
47
+ "size_in_bytes": 2965913514
48
+ }}