hongerzh commited on
Commit
8c8f315
·
verified ·
1 Parent(s): 37d7dbc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: image
14
+ dtype: image
15
+ - name: text
16
+ dtype: string
17
+ - name: label
18
+ dtype: float64
19
+ - name: sold_price
20
+ dtype: float64
21
+ - name: matching_speed
22
+ dtype: float64
23
+ - name: time
24
+ dtype: float64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 2362088378.0
28
+ num_examples: 12000
29
+ - name: validation
30
+ num_bytes: 813036705.0
31
+ num_examples: 4000
32
+ - name: test
33
+ num_bytes: 945627871.0
34
+ num_examples: 4000
35
+ download_size: 3119526764
36
+ dataset_size: 4120752954.0
37
+ ---
38
+ # Dataset Card for "my-NFT-summer"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)