davanstrien HF staff commited on
Commit
bf3da84
·
1 Parent(s): 6691e34

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +102 -0
dataset_infos.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"davanstrien--pytorchmodelmetadata": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "modelId": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "sha": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "lastModified": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "tags": {
23
+ "feature": {
24
+ "dtype": "string",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "length": -1,
29
+ "id": null,
30
+ "_type": "Sequence"
31
+ },
32
+ "pipeline_tag": {
33
+ "dtype": "string",
34
+ "id": null,
35
+ "_type": "Value"
36
+ },
37
+ "private": {
38
+ "dtype": "bool",
39
+ "id": null,
40
+ "_type": "Value"
41
+ },
42
+ "author": {
43
+ "dtype": "string",
44
+ "id": null,
45
+ "_type": "Value"
46
+ },
47
+ "config": {
48
+ "dtype": "null",
49
+ "id": null,
50
+ "_type": "Value"
51
+ },
52
+ "id": {
53
+ "dtype": "string",
54
+ "id": null,
55
+ "_type": "Value"
56
+ },
57
+ "downloads": {
58
+ "dtype": "float64",
59
+ "id": null,
60
+ "_type": "Value"
61
+ },
62
+ "likes": {
63
+ "dtype": "float64",
64
+ "id": null,
65
+ "_type": "Value"
66
+ },
67
+ "library_name": {
68
+ "dtype": "string",
69
+ "id": null,
70
+ "_type": "Value"
71
+ },
72
+ "__index_level_0__": {
73
+ "dtype": "int64",
74
+ "id": null,
75
+ "_type": "Value"
76
+ },
77
+ "readme": {
78
+ "dtype": "string",
79
+ "id": null,
80
+ "_type": "Value"
81
+ }
82
+ },
83
+ "post_processed": null,
84
+ "supervised_keys": null,
85
+ "task_templates": null,
86
+ "builder_name": null,
87
+ "config_name": null,
88
+ "version": null,
89
+ "splits": {
90
+ "train": {
91
+ "name": "train",
92
+ "num_bytes": 75041262,
93
+ "num_examples": 38461,
94
+ "dataset_name": "pytorchmodelmetadata"
95
+ }
96
+ },
97
+ "download_checksums": null,
98
+ "download_size": 25314276,
99
+ "post_processing_size": null,
100
+ "dataset_size": 75041262,
101
+ "size_in_bytes": 100355538
102
+ }}