Meena commited on
Commit
1da9ec4
1 Parent(s): 2f56cb4

Upload train/dataset_info.json

Browse files
Files changed (1) hide show
  1. train/dataset_info.json +53 -0
train/dataset_info.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "csv",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_size": 10222,
6
+ "description": "",
7
+ "download_checksums": {
8
+ "/content/imdb_ratings.csv": {
9
+ "num_bytes": 8056,
10
+ "checksum": "7708abe652dbd418223ed1da48f2c150b2dfaa6eab785966a839f9c7cc2fad3e"
11
+ }
12
+ },
13
+ "download_size": 8056,
14
+ "features": {
15
+ "title": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "rating": {
21
+ "dtype": "float64",
22
+ "id": null,
23
+ "_type": "Value"
24
+ },
25
+ "votes": {
26
+ "dtype": "int64",
27
+ "id": null,
28
+ "_type": "Value"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "post_processed": null,
34
+ "post_processing_size": null,
35
+ "size_in_bytes": 18278,
36
+ "splits": {
37
+ "train": {
38
+ "name": "train",
39
+ "num_bytes": 10222,
40
+ "num_examples": 281,
41
+ "dataset_name": "csv"
42
+ }
43
+ },
44
+ "supervised_keys": null,
45
+ "task_templates": null,
46
+ "version": {
47
+ "version_str": "0.0.0",
48
+ "description": null,
49
+ "major": 0,
50
+ "minor": 0,
51
+ "patch": 0
52
+ }
53
+ }