hongerzh commited on
Commit
7bc94b2
·
verified ·
1 Parent(s): 515e859

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataset_info:
10
+ features:
11
+ - name: image
12
+ dtype: image
13
+ - name: text
14
+ dtype: string
15
+ - name: label
16
+ dtype: float64
17
+ - name: sold_price
18
+ dtype: float64
19
+ - name: matching_speed
20
+ dtype: float64
21
+ - name: time
22
+ dtype: float64
23
+ splits:
24
+ - name: train
25
+ num_bytes: 1510109759.0
26
+ num_examples: 5000
27
+ - name: validation
28
+ num_bytes: 1413302371.0
29
+ num_examples: 5000
30
+ download_size: 1678115079
31
+ dataset_size: 2923412130.0
32
+ ---
33
+ # Dataset Card for "my-NFT-balanced"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)