jxie commited on
Commit
a62e6a6
·
1 Parent(s): c92ffab

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: inputs
5
+ sequence:
6
+ sequence: float32
7
+ - name: label
8
+ dtype: int64
9
+ splits:
10
+ - name: nobg_train
11
+ num_bytes: 75689020
12
+ num_examples: 2309
13
+ - name: nobg_test
14
+ num_bytes: 19045180
15
+ num_examples: 581
16
+ - name: bg_train
17
+ num_bytes: 75689020
18
+ num_examples: 2309
19
+ - name: bg_test
20
+ num_bytes: 19045180
21
+ num_examples: 581
22
+ - name: hardest_train
23
+ num_bytes: 374216480
24
+ num_examples: 11416
25
+ - name: hardest_test
26
+ num_bytes: 94471960
27
+ num_examples: 2882
28
+ download_size: 493795631
29
+ dataset_size: 658156840
30
+ ---
31
+ # Dataset Card for "scanobjectnn"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)