fashxp commited on
Commit
776d0ee
1 Parent(s): ef4b61c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Wheel Drive
5
+ dtype: string
6
+ - name: Number Of Seats
7
+ dtype: string
8
+ - name: Cargo Capacity
9
+ dtype: string
10
+ - name: Width
11
+ dtype: string
12
+ - name: Capacity
13
+ dtype: string
14
+ - name: Name
15
+ dtype: string
16
+ - name: Class
17
+ dtype: string
18
+ - name: Cylinders
19
+ dtype: string
20
+ - name: Power
21
+ dtype: string
22
+ - name: Country
23
+ dtype: string
24
+ - name: Milage
25
+ dtype: string
26
+ - name: Manufacturer
27
+ dtype: string
28
+ - name: Availability Pieces
29
+ dtype: string
30
+ - name: Object Type
31
+ dtype: string
32
+ - name: Description
33
+ dtype: string
34
+ - name: Color
35
+ dtype: string
36
+ - name: Wheelbase
37
+ dtype: string
38
+ - name: ID
39
+ dtype: string
40
+ - name: Length
41
+ dtype: string
42
+ - name: Availability Type
43
+ dtype: string
44
+ - name: Production Year
45
+ dtype: string
46
+ - name: Price in EUR
47
+ dtype: string
48
+ - name: Weight
49
+ dtype: string
50
+ - name: Number Of Doors
51
+ dtype: string
52
+ - name: Categories
53
+ dtype: string
54
+ - name: Condition
55
+ dtype: string
56
+ - name: Prompt
57
+ dtype: string
58
+ - name: Bodystyle
59
+ dtype: string
60
+ - name: Engine Location
61
+ dtype: string
62
+ splits:
63
+ - name: train
64
+ num_bytes: 263114
65
+ num_examples: 171
66
+ download_size: 89523
67
+ dataset_size: 263114
68
+ configs:
69
+ - config_name: default
70
+ data_files:
71
+ - split: train
72
+ path: data/train-*
73
+ ---
74
+ # Dataset Card for "cars-description"
75
+
76
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)