comet-team commited on
Commit
3937b25
1 Parent(s): 7d8a0ec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Id
5
+ dtype: int64
6
+ - name: SepalLengthCm
7
+ dtype: float64
8
+ - name: SepalWidthCm
9
+ dtype: float64
10
+ - name: PetalLengthCm
11
+ dtype: float64
12
+ - name: PetalWidthCm
13
+ dtype: float64
14
+ - name: Species
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 8600
19
+ num_examples: 150
20
+ download_size: 4333
21
+ dataset_size: 8600
22
+ ---
23
+ # Dataset Card for "iris"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)