TimSchneider42 commited on
Commit
1efb1e3
·
verified ·
1 Parent(s): 97cd673

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -64
README.md CHANGED
@@ -1,70 +1,13 @@
1
  ---
2
  language:
3
- - en
4
- pretty_name: MNIST 3D Dataset
5
  tags:
6
- - Mesh
7
- - Classification
8
- - Mesh Classification
9
- license: cc-by-2.0
10
  task_categories:
11
- - other
12
- configs:
13
- - config_name: default
14
- data_files:
15
- - split: holdout
16
- path: data/holdout-*
17
- - split: train
18
- path: data/train-*
19
- - split: printed_test
20
- path: data/printed_test-*
21
- - split: test
22
- path: data/test-*
23
- - split: printed_train
24
- path: data/printed_train-*
25
- dataset_info:
26
- features:
27
- - name: id
28
- dtype: int32
29
- - name: label
30
- dtype:
31
- class_label:
32
- names:
33
- '0': '0'
34
- '1': '1'
35
- '2': '2'
36
- '3': '3'
37
- '4': '4'
38
- '5': '5'
39
- '6': '6'
40
- '7': '7'
41
- '8': '8'
42
- '9': '9'
43
- - name: mesh.vertices
44
- sequence:
45
- sequence: float32
46
- length: 3
47
- - name: mesh.faces
48
- sequence:
49
- sequence: int32
50
- length: 3
51
- splits:
52
- - name: holdout
53
- num_bytes: 62017360
54
- num_examples: 500
55
- - name: train
56
- num_bytes: 1409055688
57
- num_examples: 11480
58
- - name: printed_test
59
- num_bytes: 13015124
60
- num_examples: 100
61
- - name: test
62
- num_bytes: 121221428
63
- num_examples: 1000
64
- - name: printed_train
65
- num_bytes: 58986100
66
- num_examples: 500
67
- download_size: 1030616455
68
- dataset_size: 1664295700
69
  ---
70
  Documentation is available at https://github.com/TimSchneider42/tactile-mnist/blob/main/doc/datasets.md#3d-mesh-datasets.
 
1
  ---
2
  language:
3
+ - "en"
4
+ pretty_name: "MNIST 3D Dataset"
5
  tags:
6
+ - "Mesh"
7
+ - Classification
8
+ - Mesh Classification
9
+ license: "cc-by-2.0"
10
  task_categories:
11
+ - other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
  Documentation is available at https://github.com/TimSchneider42/tactile-mnist/blob/main/doc/datasets.md#3d-mesh-datasets.