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

Updated README.md after adding the dataset features

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -12,6 +12,15 @@ configs:
12
  data_files:
13
  - split: train
14
  path: "metadata.csv"
 
 
 
 
 
 
 
 
 
15
  ---
16
  A brief description or overview of your dataset. For instance:
17
 
 
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