zhangxinran commited on
Commit
a49924d
1 Parent(s): 508d6a8

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +26 -0
dataset_infos.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"default": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "image": {
8
+ "_type": "Image"
9
+ },
10
+ "text": {
11
+ "dtype": "string",
12
+ "_type": "Value"
13
+ }
14
+ },
15
+ "splits": {
16
+ "train": {
17
+ "name": "train",
18
+ "num_bytes": 704987635.0,
19
+ "num_examples": 993,
20
+ "dataset_name": "lolita-dress-ENG"
21
+ }
22
+ },
23
+ "download_size": 701091143,
24
+ "dataset_size": 704987635.0,
25
+ "size_in_bytes": 1406078778.0
26
+ }}