allietran commited on
Commit
302a563
·
verified ·
1 Parent(s): ae2eee4

Update README.md

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