minoruskore commited on
Commit
48b4ef5
·
1 Parent(s): 3d8c539

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: 'Unnamed: 0'
12
+ dtype: int64
13
+ - name: mark
14
+ dtype: string
15
+ - name: model
16
+ dtype: string
17
+ - name: year
18
+ dtype: int64
19
+ - name: mileage
20
+ dtype: int64
21
+ - name: vol_engine
22
+ dtype: int64
23
+ - name: fuel
24
+ dtype: string
25
+ - name: price
26
+ dtype: int64
27
+ splits:
28
+ - name: train
29
+ num_bytes: 6622964
30
+ num_examples: 94585
31
+ - name: test
32
+ num_bytes: 1633943
33
+ num_examples: 23342
34
+ download_size: 2026065
35
+ dataset_size: 8256907
36
+ ---
37
+ # Dataset Card for "wod8781nuo348jg5wf0832"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)