worldboss commited on
Commit
dbbf10d
1 Parent(s): 41963df

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -1,11 +1,34 @@
1
  ---
2
- license: afl-3.0
3
  language:
4
  - en
 
5
  tags:
6
  - ghana
7
  - ecommerce
8
  - online shopping
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  ### Description
 
1
  ---
 
2
  language:
3
  - en
4
+ license: afl-3.0
5
  tags:
6
  - ghana
7
  - ecommerce
8
  - online shopping
9
+ configs:
10
+ - config_name: default
11
+ data_files:
12
+ - split: train
13
+ path: data/train-*
14
+ dataset_info:
15
+ features:
16
+ - name: product_description
17
+ dtype: string
18
+ - name: price
19
+ dtype: string
20
+ - name: location
21
+ dtype: string
22
+ - name: photo
23
+ dtype: string
24
+ - name: page_url
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 68335310
29
+ num_examples: 245274
30
+ download_size: 24831540
31
+ dataset_size: 68335310
32
  ---
33
 
34
  ### Description