dvgodoy commited on
Commit
9331b03
·
1 Parent(s): a2defa4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: mpg
5
+ dtype: float64
6
+ - name: cylinders
7
+ dtype: int64
8
+ - name: displacement
9
+ dtype: float64
10
+ - name: horsepower
11
+ dtype: string
12
+ - name: weight
13
+ dtype: int64
14
+ - name: acceleration
15
+ dtype: float64
16
+ - name: model year
17
+ dtype: int64
18
+ - name: origin
19
+ dtype: int64
20
+ - name: car name
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 32835
25
+ num_examples: 398
26
+ download_size: 12954
27
+ dataset_size: 32835
28
+ ---
29
+ # Dataset Card for "auto-mpg"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)