Rahul commited on
Commit
d16746e
·
1 Parent(s): 957d300

Updated the README featues

Browse files
Files changed (1) hide show
  1. README.md +18 -9
README.md CHANGED
@@ -12,15 +12,24 @@ configs:
12
  data_files:
13
  - split: train
14
  path: "metadata.csv"
15
- features:
16
- image: image
17
- Uniq ID: string
18
- Manufacturer Name: string
19
- Product Name: string
20
- Equipment Name: string
21
- Process Capability: string
22
- Industry: string
23
- Product Description: string
 
 
 
 
 
 
 
 
 
24
  ---
25
  A brief description or overview of your dataset. For instance:
26
 
 
12
  data_files:
13
  - split: train
14
  path: "metadata.csv"
15
+ dataset_info:
16
+ features:
17
+ - name: image
18
+ dtype: image
19
+ - name: Uniq ID
20
+ dtype: string
21
+ - name: Manufacturer Name
22
+ dtype: string
23
+ - name: Product Name
24
+ dtype: string
25
+ - name: Equipment Name
26
+ dtype: string
27
+ - name: Process Capability
28
+ dtype: string
29
+ - name: Industry
30
+ dtype: string
31
+ - name: Product Description
32
+ dtype: string
33
  ---
34
  A brief description or overview of your dataset. For instance:
35