salma-remyx commited on
Commit
ad10f59
1 Parent(s): 616f5dc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: image
10
+ dtype: image
11
+ - name: label
12
+ dtype:
13
+ class_label:
14
+ names:
15
+ '0': lat_pulldown_machine
16
+ '1': leg_press_machine
17
+ '2': leg_raise_tower
18
+ splits:
19
+ - name: train
20
+ num_bytes: 1614251.0
21
+ num_examples: 150
22
+ download_size: 1616823
23
+ dataset_size: 1614251.0
24
+ ---
25
+ # Dataset Card for "gym_equipment_dataset"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)