allietran commited on
Commit
ae2eee4
·
verified ·
1 Parent(s): 4127df3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -11,8 +11,26 @@ configs:
11
  - split: test
12
  path: products.parquet
13
  features:
14
- - name: image_path
15
- dtype: image
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  - config_name: reviews
18
  data_files:
 
11
  - split: test
12
  path: products.parquet
13
  features:
14
+ product_id:
15
+ dtype: string
16
+ shop_id:
17
+ dtype: string
18
+ brand:
19
+ dtype: string
20
+ image_path:
21
+ dtype: image
22
+ price:
23
+ dtype: int64
24
+ processed_description:
25
+ dtype: string
26
+ product_name:
27
+ dtype: string
28
+ translated_brand:
29
+ dtype: string
30
+ translated_description:
31
+ dtype: string
32
+ translated_name:
33
+ dtype: string
34
 
35
  - config_name: reviews
36
  data_files: