hitorilabs commited on
Commit
c7cab18
1 Parent(s): 6f291e1

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: petal_length
5
+ dtype: float32
6
+ - name: petal_width
7
+ dtype: float32
8
+ - name: sepal_length
9
+ dtype: float32
10
+ - name: sepal_width
11
+ dtype: float32
12
+ - name: species
13
+ dtype:
14
+ class_label:
15
+ names:
16
+ '0': Iris-setosa
17
+ '1': Iris-versicolor
18
+ '2': Iris-virginica
19
+ splits:
20
+ - name: train
21
+ num_bytes: 3600
22
+ num_examples: 150
23
+ download_size: 3835
24
+ dataset_size: 3600
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: train
29
+ path: data/train-*
30
+ ---
31
+ # Dataset Card for "iris"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)