Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 26235.0
|
25 |
+
num_examples: 318
|
26 |
+
- name: test
|
27 |
+
num_bytes: 3300.0
|
28 |
+
num_examples: 40
|
29 |
+
- name: valid
|
30 |
+
num_bytes: 3300.0
|
31 |
+
num_examples: 40
|
32 |
+
download_size: 22074
|
33 |
+
dataset_size: 32835.0
|
34 |
+
---
|
35 |
+
# Dataset Card for "auto-mpg-split"
|
36 |
+
|
37 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|